feat: Migrate site to python3 dashboard
All checks were successful
Check Code Quality / RuffCheck (push) Successful in 1m3s
Build Docker / BuildImage (push) Successful in 1m5s

This commit is contained in:
2026-02-11 14:18:34 +11:00
parent 11abe34d5b
commit 6efc480e70
101 changed files with 1876 additions and 15776 deletions

7
.env.example Normal file
View File

@@ -0,0 +1,7 @@
# Authentik Configuration
AUTHENTIK_METADATA_URL=https://auth.woodburn.au/application/o/woodburn/.well-known/openid-configuration
AUTHENTIK_CLIENT_ID=your-client-id
AUTHENTIK_CLIENT_SECRET=your-client-secret
# App Secret Key (Generate a random string for production)
APP_SECRET_KEY=change-me-to-a-secure-random-string