mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-29 04:59:26 +02:00
- 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' |
||
|---|---|---|
| .. | ||
| app.ts | ||
| bodyparser.ts | ||
| cors.ts | ||
| database.ts | ||
| hash.ts | ||
| inertia.ts | ||
| logger.ts | ||
| queue.ts | ||
| session.ts | ||
| shield.ts | ||
| static.ts | ||
| transmit.ts | ||
| vite.ts | ||