Sharing music with Navidrome, Filebrowser and Civo
This post builds on top of my last one where I deployed Navidrome on a K3S cluster with Longhorn volumes mounted to store data and music files. Before we get started, all my code is stored in the following repo. semmet95 / navidrome-deployer A simple chart to deploy Navidrome on a Kubernetes cluster Navidrome Deployer Prerequisites Before deploying navidrome-deployer , ensure the following tools are installed: kubectl - Kubernetes command-line tool go - Go programming language mage - Go-based task runner helm - Kubernetes package manager helmfile - Helm values file manager Installation on a cluster To install the latest release helmfile apply -f https://github.com/semmet95/navidrome-deployer/releases/latest/download/helmfile.yaml To install a specific version helmfile apply -f https://github.com/semmet95/navidrome-deployer/releases/download/ < version > /helmfile.yaml Local Setup and Deployment To deploy navidrome-deployer locally, execute the following command: ./scripts/local-deploym
Continue reading on Dev.to
Opens in a new tab


