A self-hosted, single-user, ActivityPub powered microblog. Uses SQLite, and Python 3.10+
 
 
 
 
 
 
Go to file
Thomas Sileo e6066cb212 Various bugfixes 2022-07-05 08:14:50 +02:00
alembic
app Various bugfixes 2022-07-05 08:14:50 +02:00
data
docs/templates Tweak docs 2022-07-04 22:00:19 +02:00
misc Add supervisord.conf file in misc 2022-07-04 21:46:44 +02:00
scripts Tweak docs 2022-07-04 22:00:19 +02:00
tests HTML page to show tagged objects 2022-07-03 19:17:19 +02:00
.build.yml
.flake8
.gitignore Theming support 2022-07-04 20:49:23 +02:00
LICENSE
README.md Tweak docs 2022-07-04 22:00:19 +02:00
alembic.ini
boussole.json
poetry.lock
pyproject.toml
tasks.py Tweak docs 2022-07-04 22:00:19 +02:00

README.md

microblog.pub

builds.sr.ht status AGPL 3.0

This branch is a complete rewrite of the original microblog.pub server.

Check out the test instance here: testing.microblog.pub.

The original server became hard to debug, maintain and is not super easy to deploy (due to the dependecies like MongoDB).

This rewrite is built using "modern" Python 3.10, SQLite and does not need any external tasks queue service.

It is still in early development, this README will be updated when I get to deploy a personal instance in the wild.