Update 'scripts/syncthing/manifest.dat'

pull/4/head
drunkendog 2022-09-29 20:03:48 +01:00
parent 30649b142e
commit 5cc3cdb6ad
1 changed files with 7 additions and 1 deletions

View File

@ -6,4 +6,10 @@
@ syncthing @ syncthing
% %
@ #ADDITIONAL_REPLACE @ #ADDITIONAL_REPLACE
@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";") @ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";")
%
@ launch-docker.sh
@ launch-docker.sh &
%
@ #POST_LAUNCH_COMMANDS
@ os.system("docker exec syncthing chown -Rv abc /data1 /data2")