Navidrome: fix FileBrowser DB ownership for navidrome user

This commit is contained in:
MickLesk
2026-06-07 20:56:04 +02:00
parent 52a0b90190
commit 8623b0cfe8
+1
View File
@@ -26,6 +26,7 @@ msg_ok "Started Navidrome"
read -p "${TAB3}Do you want to install filebrowser addon? (y/n) " -n 1 -r
if [[ $REPLY =~ ^[Yy]$ ]]; then
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/filebrowser.sh)"
chown -R navidrome:navidrome /usr/local/community-scripts
mkdir -p /etc/systemd/system/filebrowser.service.d
cat <<EOF >/etc/systemd/system/filebrowser.service.d/navidrome.conf
[Service]