kubernetes-service-repo/Navidrome
2026-04-15 18:48:25 +01:00
..
deployment.yml feat(navidrome): Added navidrome config and readme content 2026-04-15 18:48:25 +01:00
ingress.yml feat(navidrome): Added navidrome config and readme content 2026-04-15 18:48:25 +01:00
README.md feat(navidrome): Added navidrome config and readme content 2026-04-15 18:48:25 +01:00
service.yml feat(navidrome): Added navidrome config and readme content 2026-04-15 18:48:25 +01:00

Navidrome

Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify!
- source

Using this kubernetes config

In deployment.yml, set the host path for where you're storing your music files on the host machine. Also set navidrome's hostname in the ingress.yml file. This config assumes you have cert-manager installed on your cluster, so if you want to provide HTTPS another way, feel free to comment out the spec.tls section (the annotation shouldn't affect anything, but you can comment it out as well if you want)