Initial commit - Sitemap Builder app

This commit is contained in:
Karol Głowacki
2026-01-09 18:52:15 +01:00
parent 4e5625f03e
commit 318dcc88ac
54 changed files with 7969 additions and 103 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# Database
DATABASE_URL="file:./dev.db"
# Auth - Change this to a secure password!
APP_ACCESS_PASSWORD="your-secure-password-here"
# JWT Secret - Generate a random string for production
JWT_SECRET="your-jwt-secret-change-in-production"
# Upload directory (inside container)
UPLOAD_DIR="./uploads"