24b278788e
The server can now restart with zero downtime. The server also now binds to all IPv4 and IPv6 addresses, so the ADDR config value is removed. |
||
---|---|---|
static | ||
templates | ||
.gitignore | ||
LICENSE | ||
README.md | ||
config.ini | ||
deletecomment | ||
edituser | ||
init_db | ||
main | ||
requirements.txt | ||
schema.sql |
README.md
burgercat: burger social media
self hosting:
this guide assumes you have git and python3 installed
git clone https://codeberg.org/burger-software/burgercat
cd burgercat
python init_db
python main
zero downtime restarts:
- launch new burgercat server
- close previous server