This commit is contained in:
2026-03-25 10:58:10 +01:00
commit 07c4c04eb7
23 changed files with 7365 additions and 0 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# Backend Configuration
PORT=3000
ADMIN_TOKEN=your_secure_random_token_here
DATA_DIR=/app/data
# Frontend Configuration
# URL of the backend API accessible from the frontend container
PUBLIC_API_URL=http://backend:3000