ansible/roles/traefik/files/conf.d/syncthing.yaml

15 lines
280 B
YAML
Raw Normal View History

2024-11-25 01:34:37 +00:00
http:
routers:
syncthing-local:
rule: "Host(`syncthing.sailmaker`)"
entryPoints:
- web
service: syncthing
services:
syncthing:
loadBalancer:
servers:
- url: "http://reason.sailmaker:8384"
passHostHeader: true