mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-21 20:05:48 +02:00
Navidrome: remove FileBrowser addon prompt
This commit is contained in:
@@ -23,20 +23,6 @@ msg_info "Starting Navidrome"
|
|||||||
systemctl enable -q --now navidrome
|
systemctl enable -q --now navidrome
|
||||||
msg_ok "Started Navidrome"
|
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]
|
|
||||||
User=navidrome
|
|
||||||
Group=navidrome
|
|
||||||
EOF
|
|
||||||
systemctl daemon-reload
|
|
||||||
systemctl restart filebrowser 2>/dev/null || true
|
|
||||||
fi
|
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
customize
|
customize
|
||||||
cleanup_lxc
|
cleanup_lxc
|
||||||
|
|||||||
Reference in New Issue
Block a user