So I finally have a little bit of brain power for hacking on microblog.pub - I have some stuff I want to put in that I think is best done in an actual fork, as it conflicts with some of the goals of the base project.
better installability - at least as a pip-installable package, ideally as a standalone binary
as part of that, changing workers to on-demand rather than all on (which makes installation and setup easier, and I think will help with resource usage at small scale, but may not be appropriate for larger scale users)
AJAX for object actions (though with the full HTTP form fallbacks still there)
web interface for configuration and SCSS styling
altered auth system, probably using FastAPI-login - having to constantly sign in over and over is driving me nuts, lol
Some standardization around HTML display of object types (this I might submit upstream
Option for other markdown flavors (mostly because I hate how linebreaks work in vanilla markdown)
So I finally have a little bit of brain power for hacking on microblog.pub - I have some stuff I want to put in that I think is best done in an actual fork, as it conflicts with some of the goals of the base project.
pip-installable package, ideally as a standalone binaryFastAPI-login- having to constantly sign in over and over is driving me nuts, lol