feat(navidrome): Added navidrome config and readme content

This commit is contained in:
Fishandchips321 2026-04-15 18:48:25 +01:00
parent b5946b3f81
commit 9baebfa13c
5 changed files with 87 additions and 1 deletions

View file

@ -0,0 +1,6 @@
# 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!<br>
\- [source](https://github.com/navidrome/navidrome)
## 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)