- this is an ORM stack to deploy Syncthing on a compute with a VM.Standard.E5.Flex shape on an Oracle Linux 8.Flex shape
- it requires a VCN and a subnet where the VM will be deployed. In the subnet, ports TCP 22,80,443,8384,22000, 21027(optional) need to be open.
Syncthing uses:
Port 22000 (TCP) → Syncing data. Port 8384 (TCP) → Web UI. Port 21027 (UDP) → Local discovery (optional).
The cloudinit will perform all the steps necessary to deploy Syncthing.
The script also generates a log on the compute: /var/log/install_syncthing.log
The Syncthing interface can be accessed on: http://<public_VM_IP>:8384.