Squash merge feature/library-reorganization

This commit is contained in:
Codex
2026-04-22 06:46:23 -05:00
parent 7f4a4beb5a
commit fe2a04343c
72 changed files with 14520 additions and 0 deletions

26
.env.example Normal file
View File

@@ -0,0 +1,26 @@
APP_HOST=kif.local.ascorrea.com
PROXY_HTTP_PORT=80
PROXY_HTTPS_PORT=443
POSTGRES_DB=walkup
POSTGRES_USER=walkup
POSTGRES_PASSWORD=walkup
BACKEND_HOST=0.0.0.0
BACKEND_PORT=8000
BACKEND_CORS_ORIGINS=https://kif.local.ascorrea.com
SESSION_COOKIE_NAME=walkup_session
SESSION_COOKIE_SECURE=true
SESSION_SECRET=change-me
LOCAL_ADMIN_USERNAME=admin
LOCAL_ADMIN_PASSWORD=admin
TEAMSNAP_CLIENT_ID_FILE=/run/secrets/teamsnap_client_id
TEAMSNAP_CLIENT_SECRET_FILE=/run/secrets/teamsnap_client_secret
TEAMSNAP_AUTH_URL=https://auth.teamsnap.com/oauth/authorize
TEAMSNAP_TOKEN_URL=https://auth.teamsnap.com/oauth/token
TEAMSNAP_API_ROOT=https://apiv3.teamsnap.com
TEAMSNAP_REDIRECT_URI=https://kif.local.ascorrea.com/api/auth/teamsnap/callback
TEAMSNAP_SCOPE=read
MEDIA_ROOT=./backend/storage
DATABASE_URL=postgresql+psycopg://walkup:walkup@db:5432/walkup
VITE_API_BASE_URL=https://kif.local.ascorrea.com/api