Push to Gitea ๐Ÿš€

This commit is contained in:
2025-11-06 07:54:23 +01:00
parent a3bb1b3dd6
commit e39470e126
22 changed files with 2633 additions and 0 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# Flado Configuration
# SECURITY: Set a strong secret key in production!
# Generate one with: python -c "import secrets; print(secrets.token_hex(32))"
FLADO_SECRET_KEY=dev-secret-key-change-in-production
# Database Configuration (optional)
# Default: sqlite:///instance/flado.sqlite
# FLADO_DATABASE_URI=sqlite:///instance/flado.sqlite
# Theme Configuration (optional)
# Options: light, dark, auto
# FLADO_THEME=auto