burgercat server
Go to file
Tracker-Friendly 44c91c39dc Make the migration cookie work properly on older servers 2024-05-18 01:27:19 +01:00
static add media1.tenor.com 2024-04-29 23:12:42 +02:00
templates Make the migration cookie work properly on older servers 2024-05-18 01:27:19 +01:00
.gitignore Ignore changes to config.ini and update it back to normal 2024-05-14 01:24:07 +01: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.example I don't even 2024-05-16 12:58:04 +01: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 Make the migration cookie work properly on older servers 2024-05-18 01:27:19 +01: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