chore: Update Traefik configuration to include syncthing service and adjust routing rules

This commit is contained in:
2024-05-06 16:42:59 +08:00
parent 1760a29707
commit acb3884ea0
2 changed files with 32 additions and 0 deletions
+14
View File
@@ -297,6 +297,16 @@ http:
tls:
certResolver: letsencrypt
syncthing-router:
rule: "Host(`sync.furyhawk.lol`)"
entryPoints:
- web-secure
middlewares:
- csrf
service: syncthing_app
tls:
certResolver: letsencrypt
bai-router:
rule: "Host(`bai.furyhawk.lol`)"
entryPoints:
@@ -496,6 +506,10 @@ http:
loadBalancer:
servers:
- url: http://mqttx_web:80
syncthing_app:
loadBalancer:
servers:
- url: http://syncthing:8384
streamlit_bai_app:
loadBalancer:
servers: