Replies: 1 comment 3 replies
-
http:
middlewares:
redirect-to-https:
redirectscheme:
scheme: https
gzip:
compress: true
routers:
syncthing-http:
middlewares:
- redirect-to-https
entryPoints:
- http
service: syncthing
rule: Host(`sync.example.org`)
syncthing-https:
entryPoints:
- https
service: syncthing
rule: Host(`sync.example.org`)
tls:
certresolver: letsencrypt
services:
syncthing:
loadBalancer:
servers:
-
url: 'http://host.docker.internal:3003'this assumes you have certs installed or are not behind a dns proxy |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I apologize if this question has been asked before. I've searched through previous discussions and the web but haven't found a helpful solution.
I recently installed Syncthing on bare metal to address some performance issues. I bound it to localhost:3003. I also tried configuring "Dynamic Configurations" under "Server > Proxy" but this only resulted in losing access to the proxy altogether.
Below are the specific configurations I attempted:
1
2
3
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions