project-nomad/admin/constants/service_names.ts
Tom Boucher e75dde6ed2 feat: add Navidrome music server as installable service
- Add NAVIDROME to SERVICE_NAMES constant
- Add service seeder entry with Docker config:
  - Image: deluan/navidrome:0.55.2
  - Port: 4533
  - Volumes: data + music (read-only)
  - Telemetry disabled (ND_ENABLEINSIGHTSCOLLECTOR=false)
  - Auto-scan every hour
- Add Navidrome to Easy Setup wizard (Additional Tools)
- No dependencies, no new migrations needed
- Subsonic API compatible for mobile app streaming
2026-03-15 01:28:22 -04:00

10 lines
240 B
TypeScript

export const SERVICE_NAMES = {
KIWIX: 'nomad_kiwix_server',
OLLAMA: 'nomad_ollama',
QDRANT: 'nomad_qdrant',
CYBERCHEF: 'nomad_cyberchef',
FLATNOTES: 'nomad_flatnotes',
KOLIBRI: 'nomad_kolibri',
NAVIDROME: 'nomad_navidrome',
}