Navidrome: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 5: | Line 5: | ||
The default '''wreckroom.nyc''' certs are located here: <code>/usr/syno/etc/certificate/system/default</code> | The default '''wreckroom.nyc''' certs are located here: <code>/usr/syno/etc/certificate/system/default</code> | ||
I've set up symlinks to auto update the <code>config.toml</code> for [[Navidrome]] | I've set up symlinks to auto update the <code>config.toml</code> for [[Navidrome]] so updates to the default SSL certs propagate on update. | ||
<syntaxhighlight> | <syntaxhighlight> | ||
# 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 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 14:36, 18 July 2025
Navidrome is
Configuration
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