ansible/roles/traefik/files/conf.d/syncthing.yaml
2024-11-24 20:38:05 -05:00

14 lines
280 B
YAML

http:
routers:
syncthing-local:
rule: "Host(`syncthing.sailmaker`)"
entryPoints:
- web
service: syncthing
services:
syncthing:
loadBalancer:
servers:
- url: "http://reason.sailmaker:8384"
passHostHeader: true