project-nomad/admin/config
Tom Boucher 4fadaecd33 fix: resolve hardcoded port references for Dozzle and update script
- Add DOZZLE_PORT env var (optional, defaults to 9999) so the admin
  app knows the actual Dozzle port when it's been remapped
- Pass DOZZLE_PORT through compose env → AdonisJS env → Inertia
  shared props → SettingsLayout sidebar link
- Remove hardcoded '9999' from SettingsLayout.tsx
- Fix update_nomad.sh success message to read admin port from the
  existing compose file instead of hardcoding 8080
- Also fixes the update script saying 'installation completed'
  instead of 'update completed'
2026-03-14 18:48:18 -04:00
..
app.ts feat: initial commit 2025-06-29 15:51:08 -07:00
bodyparser.ts feat: initial commit 2025-06-29 15:51:08 -07:00
cors.ts feat: initial commit 2025-06-29 15:51:08 -07:00
database.ts feat: initial commit 2025-06-29 15:51:08 -07:00
hash.ts feat: initial commit 2025-06-29 15:51:08 -07:00
inertia.ts fix: resolve hardcoded port references for Dozzle and update script 2026-03-14 18:48:18 -04:00
logger.ts feat(AI Assistant): allow manual scan and resync KB 2026-02-09 15:16:18 -08:00
queue.ts feat: background job overhaul with bullmq 2025-12-06 23:59:01 -08:00
session.ts feat: initial commit 2025-06-29 15:51:08 -07:00
shield.ts feat: initial commit 2025-06-29 15:51:08 -07:00
static.ts feat: background job overhaul with bullmq 2025-12-06 23:59:01 -08:00
transmit.ts feat: display model download progress 2026-02-06 16:22:23 -08:00
vite.ts feat: initial commit 2025-06-29 15:51:08 -07:00