The Wayback Machine - https://web.archive.org/web/20201121074743/https://github.com/autogestion/pubgate-philip
Skip to content
master
Go to file
Code
This branch is 39 commits ahead, 34 commits behind PhilipTrauner:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

PubGate Blog

Minimalist blogging ActivityPub client made with Svelte

Could be deployed as extension for PubGate, or connected to remote instance

Run as Pubgate Extension

Requires PubGate >= 0.2.15

  • Install PubGate
  • Install philip pip install git+https://github.com/autogestion/pubgate-philip.git
  • Update conf.cfg with
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'
  • run python run_api.py

Run standalone client

  • git clone [email protected]:autogestion/pubgate-philip.git
  • Update philip/public/index.html
  var base_url = "https://<instance_domain>";
  var pubgate_instance = <true if running against remote pubgate instance>
  • run cd philip && npm run dev

About

Minimalist blogging ActivityPub client made with Svelte

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.