mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-31 22:19:25 +02:00
- 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
10 lines
240 B
TypeScript
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',
|
|
}
|