Compare commits

..

1 Commits

Author SHA1 Message Date
Jeremy Dormitzer
d10fc77af8 Put syncthing behind nginx 2021-10-05 21:16:44 -04:00
3 changed files with 3 additions and 21 deletions

View File

@ -80,16 +80,7 @@
"artifact_id": "nyc1:93071958",
"packer_run_uuid": "522a00fb-024d-6acf-20ef-062536f7440c",
"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": "fbff41d7-ee1a-5bcf-6859-8655dc171dd9"
"last_run_uuid": "522a00fb-024d-6acf-20ef-062536f7440c"
}

View File

@ -80,16 +80,7 @@
"artifact_id": "nyc1:93062577",
"packer_run_uuid": "27dea89d-5116-3f5b-9739-98e7f191c14c",
"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": "35962fce-2bc7-25d0-0372-1fc76813715c"
"last_run_uuid": "27dea89d-5116-3f5b-9739-98e7f191c14c"
}

View File

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