forked from Hithomelabs/CFTunnels
- 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)
29 lines
198 B
Plaintext
29 lines
198 B
Plaintext
# Frontend
|
|
frontend/
|
|
node_modules/
|
|
dist/
|
|
.angular/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Build
|
|
build/
|
|
.gradle/
|
|
|
|
# Test
|
|
coverage/
|
|
|
|
# Environment
|
|
.env
|
|
*.env
|