reservations applyable, fixed folder views, checkmarks

This commit is contained in:
Karlsson
2025-11-22 13:00:24 +01:00
parent a3a001d8e1
commit 74537558a8
15 changed files with 434 additions and 137 deletions

View File

@ -1,2 +1,8 @@
# Replace with your DB credentials!
DATABASE_URL="postgres://user:password@host:port/db-name"
# Replace with your Gitea oauth credentials!
GITEA_BASE_URL="https://gitea.example.com"
GITEA_CLIENT_ID="your-client-id"
GITEA_CLIENT_SECRET="your-client-secret"
CALLBACK_BASE_URL="http://localhost:5173"