burgercat server
Go to file
maaa 626b5ede38 add media1.tenor.com 2024-04-29 23:12:42 +02:00
static add media1.tenor.com 2024-04-29 23:12:42 +02:00
templates we are so back 2024-04-29 22:36:42 +02:00
.gitignore server side events 2023-07-14 02:29:58 +02:00
LICENSE fr 2023-06-29 20:21:18 +02:00
README.md we are so back 2024-04-29 22:36:42 +02:00
config.ini we are so back 2024-04-29 22:36:42 +02:00
deletecomment new stuff 2023-07-10 01:06:36 +02:00
edituser comments 2023-07-08 18:00:32 +02:00
hashpass.py we are so back 2024-04-29 22:36:42 +02:00
init_db comments 2023-07-08 18:00:32 +02:00
main fixes 2024-04-29 23:01:03 +02:00
newchatroom add chat 2023-07-11 21:41:57 +02:00
requirements.txt we are so back 2024-04-29 22:36:42 +02:00
schema.sql add chat 2023-07-11 21:41:57 +02:00

README.md

burgercat: burger social media

now back again!

self hosting:

this guide assumes you have git, python3, and redis installed on your server

git clone https://codeberg.org/burger-software/burgercat
cd burgercat
python init_db
python main

contribution guidelines:

  • please check that your PR does not break anything
  • unless absolutely nessecary, avoid adding dependecies
  • for consistency, use quotation marks, not apostrophes when possible