burgercat server
Go to file
maaa f19e002fc5 Merge pull request 'feat!: zero-downtime restarts and bind to all IPs' (#1) from TestingPlant/burgercat:zero-downtime-restarts into main
Reviewed-on: https://codeberg.org/burger-software/burgercat/pulls/1
2023-07-10 19:36:55 +00:00
static changes 2023-07-10 19:25:08 +02:00
templates changes 2023-07-10 19:25:08 +02:00
.gitignore comments 2023-07-08 18:00:32 +02:00
LICENSE fr 2023-06-29 20:21:18 +02:00
README.md feat!: zero-downtime restarts and bind to all IPs 2023-07-10 14:28:15 -05:00
config.ini feat!: zero-downtime restarts and bind to all IPs 2023-07-10 14:28:15 -05:00
deletecomment new stuff 2023-07-10 01:06:36 +02:00
edituser comments 2023-07-08 18:00:32 +02:00
init_db comments 2023-07-08 18:00:32 +02:00
main feat!: zero-downtime restarts and bind to all IPs 2023-07-10 14:28:15 -05:00
requirements.txt fart 2023-07-09 22:00:15 +02:00
schema.sql fart 2023-07-09 22:00:15 +02:00

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