#activity pub

ActivityPub Server in a Single PHP File

Terence Eden baut einen ActivityPub-Server in einer einzigen PHP-Datei und statt einer Datenbank, nutzt er JSON-Dateien zum Persistieren. Hier das Git-Repository, das auch auflistest, welche Features bereits bzw. noch nicht unterstützt werden.

In meiner Wunschvorstellung wird das Hosten einer eigenen ActivityPub-Instanz in Zukunft so einfach, wie das Hosten eines WordPress mit seiner berühmten „5 minute installation“. Damit – wie in meinem Use Case – eben nicht mehr eine ganze Mastodon-Instanz betrieben werden muss, sondern ein simples Single-User-System, das dann auch das Mastodon-Ökosysten an Apps & Services unterstützt. Interconnected mini social networks! (via Thomas)

ActivityPub Server in a Single PHP File | OpenGraph Preview Image
shkspr.mobi

ActivityPub Server in a Single PHP File

Any computer program can be designed to run from a single file if you architect it wrong enough! I wanted to create the simplest possible Fediverse server which can be used as an educational tool to show how ActivityPub / Mastodon works. The design goals were: Upload a single PHP file to the ...