Commit Graph

4 Commits

Author SHA1 Message Date
2f625b95d0 Add test endpoint to verify auth subfolder works
All checks were successful
build-and-deploy / build (push) Successful in 9s
build-and-deploy / deploy (push) Successful in 3s
2025-10-11 18:03:34 -06:00
4d3aad3506 Move auth routes to server/api/auth/
All checks were successful
build-and-deploy / build (push) Successful in 8s
build-and-deploy / deploy (push) Successful in 3s
BREAKING CHANGE: Auth routes moved from /auth/* to /api/auth/*

- Move server/routes/auth/ to server/api/auth/
- Update login.vue to use /api/auth/authentik
- Update UserMenu.vue to use /api/auth/logout
- Remove old server/routes/ structure
- server/api/ is better supported in Nuxt 4

IMPORTANT: Update these in Gitea:
- Variable NUXT_OAUTH_AUTHENTIK_REDIRECT_URL to: https://seguidordelotes.nucleoriofrio.com/api/auth/authentik
- Update Authentik redirect URI to: https://seguidordelotes.nucleoriofrio.com/api/auth/authentik
2025-10-11 17:57:56 -06:00
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
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