Phase 2 + 3 complete

This commit is contained in:
Joey Yakimowich-Payne 2026-01-13 15:20:46 -07:00
commit 6d24f3c112
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
25 changed files with 3275 additions and 98 deletions

View file

@ -105,11 +105,10 @@ services:
NODE_ENV: production
PORT: 3001
DATABASE_PATH: /data/kaboot.db
# OIDC Configuration - points to Authentik
OIDC_ISSUER: ${OIDC_ISSUER:-http://authentik-server:9000/application/o/kaboot/}
OIDC_JWKS_URI: ${OIDC_JWKS_URI:-http://authentik-server:9000/application/o/kaboot/jwks/}
# CORS - allow frontend origin
CORS_ORIGIN: ${CORS_ORIGIN:-http://localhost:5173}
OIDC_ISSUER: http://localhost:9000/application/o/kaboot/
OIDC_JWKS_URI: http://localhost:9000/application/o/kaboot/jwks/
OIDC_INTERNAL_JWKS_URI: http://authentik-server:9000/application/o/kaboot/jwks/
CORS_ORIGIN: ${CORS_ORIGIN:-http://localhost:3000}
volumes:
- kaboot-data:/data
ports: