Commit Graph

2 Commits

Author SHA1 Message Date
capitano
1e8342d406 Fix admin API to serve admin.html on root route
- Updated server.js to serve admin.html on GET /
- Fixed path to admin.html in Docker container
- Admin panel now accessible at http://<ip>:3000
2026-03-19 09:06:02 +01:00
capitano
e89989e1d9 Add admin panel API with CRUD for apps
- Express.js backend with JWT authentication
- CRUD endpoints for apps management
- Health check endpoint
- Dockerfile per admin API (Node 18 Alpine)
- Kubernetes: admin-api deployment, service, ingress
- Admin panel at http://admin.apps.local
- Updated nginx.conf to route /api to admin API
- Fixed ingress rules for separate web and admin services
2026-03-18 23:01:42 +01:00