Update alpine-syncthing-install.sh

This commit is contained in:
CanbiZ 2025-06-30 15:05:12 +02:00
parent 03a2ca1e3c
commit e03d90c53e

View File

@ -15,6 +15,7 @@ update_os
msg_info "Setup Syncthing" msg_info "Setup Syncthing"
$STD apk add --no-cache syncthing $STD apk add --no-cache syncthing
sed -i "{s/127.0.0.1:8384/0.0.0.0:8384/g}" /var/lib/syncthing/.local/state/syncthing/config.xml
msg_ok "Setup Syncthing" msg_ok "Setup Syncthing"
msg_info "Enabling Syncthing Service" msg_info "Enabling Syncthing Service"