Navidrome: Difference between revisions
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
=Configuration= | =Configuration= | ||
=== <code>config.toml</code>=== | ===Docker=== | ||
Navidrome is managed inside a Docker container. To restart use: <code>sudo docker restart navidrome</code> | |||
==== <code>config.toml</code>==== | |||
=== Certs === | === Certs === | ||
Revision as of 14:41, 18 July 2025
Navidrome is a self-hosted music streaming server that lets you stream your personal music collection over the web. Think of it as your personal music cloud - you can listen to your music collection from anywhere, just like Spotify, but it's your own music hosted on your own server.
Configuration
Docker
Navidrome is managed inside a Docker container. To restart use: sudo docker restart navidrome
config.toml
Certs
The default wreckroom.nyc certs are located here: /usr/syno/etc/certificate/system/default
I've set up symlinks to auto update the config.toml for Navidrome so updates to the default SSL certs propagate on update.
# First, navigate to the directory
cd /volume2/docker/navidrome/ssl
# THEN create the symlinks
sudo ln -s /usr/syno/etc/certificate/system/default/RSA-cert.pem certificate.crt
sudo ln -s /usr/syno/etc/certificate/system/default/RSA-privkey.pem private.key