first commit

This commit is contained in:
2026-04-13 08:32:28 +02:00
commit 1074a91487
72 changed files with 4078 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
SECRET_KEY=change-me
PORT=8000
DATA_DIR=./data
DATABASE_PATH=./data/putzliga.db
UPLOAD_FOLDER=./data/uploads
APP_BASE_URL=http://localhost:8000
APP_TIMEZONE=Europe/Berlin
VAPID_PUBLIC_KEY=
VAPID_PRIVATE_KEY=
VAPID_CLAIMS_SUBJECT=mailto:admin@example.com
GUNICORN_WORKERS=2