nxtgauge-gitops/apps
Ashwin Kumar Sivakumar 5e14343e65
All checks were successful
sync-to-forgejo / sync (push) Successful in 20s
fix(ingress): route test111 /api/* to Rust gateway so signup works
The SolidStart frontend (Vinxi 0.5.7) does not mount src/routes/api/* as
Nitro handlers in the production build. With only a single path rule
pointing to the frontend pod, every /api/* call fell through to
SolidStart's Not Found handler and returned the HTML shell page — making
the Sign Up button appear to do nothing.

Added an /api prefix rule before / so Traefik matches the longer
prefix and forwards signup/login/KB requests directly to the
nxtgauge-rust-gateway service on port 9100 (same backend that
api.nxtgauge.com already uses).

Verified:
- POST /api/auth/check-email -> 200 application/json
- POST /api/auth/register   -> 201 application/json
- GET  /                    -> 200 text/html (frontend shell)
- GET  /api/kb/categories   -> 200 application/json
2026-07-04 15:28:50 +05:30
..
ai-guard Encrypt all secrets with SOPS, add Flux decryption support, rotate JWT_SECRET/AI_SERVICE_KEY 2026-07-02 17:56:28 +05:30
forgejo chore(forgejo): use forgejo registry runner job image 2026-07-03 19:52:15 +05:30
github-actions-runners/base feat(ci): add github self-hosted runners 2026-06-16 00:47:15 +05:30
litellm Encrypt all secrets with SOPS, add Flux decryption support, rotate JWT_SECRET/AI_SERVICE_KEY 2026-07-02 17:56:28 +05:30
nxtgauge-admin-solid Encrypt all secrets with SOPS, add Flux decryption support, rotate JWT_SECRET/AI_SERVICE_KEY 2026-07-02 17:56:28 +05:30
nxtgauge-ai-assistant chore(gitops): deploy ai-assistant@366b6b878a889132f52ed0d78369a6a05941874a 2026-07-03 13:32:29 +00:00
nxtgauge-backend-rust Remove dead registry.nxtgauge.com imagePullSecret reference from default ServiceAccount 2026-07-02 19:19:26 +05:30
nxtgauge-frontend-solid fix(ingress): route test111 /api/* to Rust gateway so signup works 2026-07-04 15:28:50 +05:30
ollama/base feat(ollama): add internal Ollama service with gemma3:270m in nxtgauge-ai namespace 2026-04-15 23:21:05 +05:30
postgresql feat(ai): add AI plans docs, LiteLLM manifests, and infrastructure updates 2026-06-15 06:15:41 +05:30
registry fix(flux): repair registry retention manifest 2026-06-14 01:44:50 +05:30