CFTunnels/frontend
hitanshu310 523c9d941e Add Angular frontend with Authentik OIDC authentication
- Angular 17 with standalone components
- Angular Material + Tailwind CSS
- OIDC authorization code flow with Authentik
- Role-based access control (USER, DEVELOPER, APPROVER, ADMIN)
- Dashboard with pending requests, tunnel list, and create mapping
- Nginx reverse proxy to backend API
- Multi-container Docker Compose setup (frontend, backend, postgres)
- Environment-based configuration (local, test, prod)
2026-02-16 01:47:04 +05:30
..
src Add Angular frontend with Authentik OIDC authentication 2026-02-16 01:47:04 +05:30
.dockerignore Add Angular frontend with Authentik OIDC authentication 2026-02-16 01:47:04 +05:30
.gitignore Add Angular frontend with Authentik OIDC authentication 2026-02-16 01:47:04 +05:30
angular.json Add Angular frontend with Authentik OIDC authentication 2026-02-16 01:47:04 +05:30
Dockerfile Add Angular frontend with Authentik OIDC authentication 2026-02-16 01:47:04 +05:30
nginx.conf Add Angular frontend with Authentik OIDC authentication 2026-02-16 01:47:04 +05:30
package.json Add Angular frontend with Authentik OIDC authentication 2026-02-16 01:47:04 +05:30
postcss.config.js Add Angular frontend with Authentik OIDC authentication 2026-02-16 01:47:04 +05:30
tailwind.config.js Add Angular frontend with Authentik OIDC authentication 2026-02-16 01:47:04 +05:30
tsconfig.app.json Add Angular frontend with Authentik OIDC authentication 2026-02-16 01:47:04 +05:30
tsconfig.json Add Angular frontend with Authentik OIDC authentication 2026-02-16 01:47:04 +05:30
tsconfig.spec.json Add Angular frontend with Authentik OIDC authentication 2026-02-16 01:47:04 +05:30