Add auth system, fix map defaults, controls overflow, fix latest-date ref

This commit is contained in:
zyphlar
2026-04-22 17:03:15 -07:00
parent 6880382011
commit 24c27767ec
8 changed files with 288 additions and 55 deletions
+2
View File
@@ -9,6 +9,8 @@ services:
- "5000:5000"
volumes:
- ./data:/data
env_file:
- stack.env
environment:
- FLASK_ENV=development
restart: unless-stopped