Hi there,
I’m running Syncthing in a LXC on a Proxmox server.
I can access Syncthing by direct IP address.
However when I use syncthing.example.com I get a InternalServer error. Other aps like apps-pihole.yml work just fine so I guess I’m something missing in my aps-syncthing.yml file.
This is my file…
http:
routers:
syncthing-rpi-rtr:
rule: "Host(`syncthing.{{env "DOMAINNAME_CLOUD_SERVER"}}`)"
entryPoints:
- https
middlewares:
- chain-authelia
service: syncthing-rpi-svc
tls:
certResolver: dns-cloudflare
services:
syncthing-rpi-svc:
loadBalancer:
servers:
- url: "https://192.168.1.205:8384" # or whatever your external host's IP:port is
can somebody help me find the missing parts?