Minimalist blogging ActivityPub client made with Svelte
Could be deployed as extension for PubGate, or connected to remote instance
Requires PubGate >= 0.2.15
pip install git+https://github.com/autogestion/pubgate-philip.git
APPLY_CASHING = True
UI_APP = "philip"
TITLE = 'Lightweight ActivityPub Blogging Server'
DESCRIPTION = 'minimalist blogging UI based on Code of philip-trauner.me website.'
LOGO = 'https://raw.githubusercontent.com/github/explore/df833523cdfb6fa65bb162c67405302a494d6c52/topics/activitypub/activitypub.png'
CONTACT = 'https://mastodon.social/users/autogestion'
python run_api.py
git clone git@github.com:autogestion/pubgate-philip.git
var base_url = "https://<instance_domain>";
var pubgate_instance = <true if running against remote pubgate instance>
cd philip && npm run dev