Compare commits

..

1 Commits

Author SHA1 Message Date
Jeremy Dormitzer
f2ef1ba9f2 Put syncthing behind nginx 2021-10-05 23:20:48 -04:00
3 changed files with 21 additions and 3 deletions

View File

@ -80,7 +80,16 @@
"artifact_id": "nyc1:93071958", "artifact_id": "nyc1:93071958",
"packer_run_uuid": "522a00fb-024d-6acf-20ef-062536f7440c", "packer_run_uuid": "522a00fb-024d-6acf-20ef-062536f7440c",
"custom_data": null "custom_data": null
},
{
"name": "digitalocean",
"builder_type": "digitalocean",
"build_time": 1633490191,
"files": null,
"artifact_id": "nyc1:93089106",
"packer_run_uuid": "fbff41d7-ee1a-5bcf-6859-8655dc171dd9",
"custom_data": null
} }
], ],
"last_run_uuid": "522a00fb-024d-6acf-20ef-062536f7440c" "last_run_uuid": "fbff41d7-ee1a-5bcf-6859-8655dc171dd9"
} }

View File

@ -80,7 +80,16 @@
"artifact_id": "nyc1:93062577", "artifact_id": "nyc1:93062577",
"packer_run_uuid": "27dea89d-5116-3f5b-9739-98e7f191c14c", "packer_run_uuid": "27dea89d-5116-3f5b-9739-98e7f191c14c",
"custom_data": null "custom_data": null
},
{
"name": "digitalocean",
"builder_type": "digitalocean",
"build_time": 1633489816,
"files": null,
"artifact_id": "nyc1:93087880",
"packer_run_uuid": "35962fce-2bc7-25d0-0372-1fc76813715c",
"custom_data": null
} }
], ],
"last_run_uuid": "27dea89d-5116-3f5b-9739-98e7f191c14c" "last_run_uuid": "35962fce-2bc7-25d0-0372-1fc76813715c"
} }

View File

@ -5,7 +5,7 @@ After=network.target
[Service] [Service]
User=%i User=%i
ExecStart=/usr/bin/syncthing -no-browser -gui-address="127.0.0.1:8384" -no-restart -logflags=0 ExecStart=/usr/bin/syncthing -no-browser -gui-address="0.0.0.0:8384" -no-restart -logflags=0
Restart=on-failure Restart=on-failure
SuccessExitStatus=3 4 SuccessExitStatus=3 4
RestartForceExitStatus=3 4 RestartForceExitStatus=3 4