burgercat server
This repository has been archived on 2024-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
maaa 2bee72cca7 Merge pull request 'add bottom bar with information about the running burgercat server and fix links not being wrapped inside of <a> in chat' (#10) from ffqq/burgercat-commithash:main into main
Reviewed-on: https://codeberg.org/burger-software/burgercat/pulls/10
2023-07-13 14:47:40 +00:00
static fix: inconsistency between dark mode and light mode 2023-07-13 05:27:14 +00:00
templates fix: made commit hash consistent with the running server 2023-07-13 03:05:33 +00:00
.gitignore comments 2023-07-08 18:00:32 +02:00
LICENSE fr 2023-06-29 20:21:18 +02:00
README.md add chat 2023-07-11 21:41:57 +02: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 fix: made commit hash consistent with the running server 2023-07-13 03:05:33 +00:00
newchatroom add chat 2023-07-11 21:41:57 +02:00
requirements.txt add chat 2023-07-11 21:41:57 +02:00
schema.sql add chat 2023-07-11 21:41:57 +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

contribution guidelines:

  • please check that your PR does not break anything