Navidrome: Fix apt install syncthing
This commit is contained in:
parent
dc8a80cea4
commit
292f3aa0e6
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ incus exec $CNAME -- chown -R navidrome:navidrome /opt/navidrome
|
|||
incus file push navidrome.service $CNAME/etc/systemd/system/
|
||||
|
||||
# Syncthing
|
||||
incus exec $CNAME -- apt install syncthing
|
||||
incus exec $CNAME -- apt install -y --no-install-recommends syncthing
|
||||
incus exec $CNAME -- cp /lib/systemd/system/syncthing\@.service /etc/systemd/system/
|
||||
incus exec $CNAME -- sed -i \
|
||||
's/\(ExecStart=\/usr\/bin\/syncthing serve --no-browser --no-restart --logflags=0\)/\1 --gui-address=0.0.0.0:8384/' \
|
||||
|
|
Loading…
Add table
Reference in a new issue