Commit Graph

3 Commits

Author SHA1 Message Date
3b10aeed9e Add debug logging and config endpoint
All checks were successful
build-and-deploy / build (push) Successful in 7s
build-and-deploy / deploy (push) Successful in 3s
- Add console.log in oauth-authentik.ts to debug config
- Add /api/debug-config endpoint to verify env vars
- Helps diagnose missing serverUrl issue
2025-10-11 17:33:15 -06:00
3de76369c0 Fix OAuth authentication route
All checks were successful
build-and-deploy / build (push) Successful in 31s
build-and-deploy / deploy (push) Successful in 3s
- Add missing import for oauthAuthentikEventHandler
- Remove default placeholder URLs in nuxt.config.ts
- Fixes 404 error on /auth/authentik endpoint
2025-10-11 17:30:14 -06:00
7612487d3f Add Nuxt 4 app with OAuth/OIDC authentication and PWA support
All checks were successful
build-and-deploy / build (push) Successful in 2m7s
build-and-deploy / deploy (push) Successful in 3s
- Integrated Authentik OAuth/OIDC authentication
- Added PWA functionality with offline support
- Created protected and public API endpoints
- Configured Docker deployment with Traefik
- Added Gitea Actions CI/CD workflow
- Included comprehensive setup documentation
2025-10-11 17:12:05 -06:00