2022-06-22 20:11:22 +02:00
|
|
|
# microblog.pub
|
|
|
|
|
2022-07-02 10:33:27 +02:00
|
|
|
[](https://builds.sr.ht/~tsileo/microblog.pub?)
|
2022-07-04 19:02:06 +02:00
|
|
|
[](https://git.sr.ht/~tsileo/microblog.pub/tree/v2/item/LICENSE)
|
2022-07-02 10:33:27 +02:00
|
|
|
|
2022-06-22 20:11:22 +02:00
|
|
|
This branch is a complete rewrite of the original microblog.pub server.
|
|
|
|
|
2022-07-04 22:00:19 +02:00
|
|
|
Check out the test instance here: [testing.microblog.pub](https://testing.microblog.pub/).
|
|
|
|
|
2022-06-22 20:11:22 +02:00
|
|
|
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.
|