Commit Graph

4 Commits

Author SHA1 Message Date
capitano
9ad73ddf53 admin-api-service: reverted to ClusterIP
- Admin API accessible via admin.apps.local through ingress
- LoadBalancer option kept in comment for future use
- Clean separation: web via apps.local, admin via admin.apps.local
2026-03-18 23:03:47 +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
capitano
533cbed8d3 Add Linux App Store Web Portal with Kubernetes deployment
- React-style static web portal with Tailwind CSS
- OS detection (Debian/Ubuntu, Fedora, Arch, Generic)
- Dynamic install commands (apt://, appstream://, flatpak)
- 9 pre-configured applications
- Kubernetes: 2 replicas, LoadBalancer service, Nginx ingress
- GitLab Container Registry (git.giaco.net/capitano/webapplinux)
- Namespace: linuxwebapp
- Added Dockerfile, nginx.conf, deploy.sh, docker-compose.yml
- Updated README.md with deployment instructions
2026-03-18 22:20:20 +01:00
capitano
d13597e6b2 first commit 2026-03-18 21:52:09 +01:00