fix: correct Traefik rule syntax for local IngressRoutes

Move parentheses outside Host() calls so that || and && operators
are properly grouped in Traefik rule expressions.
This commit is contained in:
2026-06-28 11:59:52 +02:00
parent 91211e7b78
commit bacb2f4b9f
4 changed files with 29 additions and 6 deletions
+23
View File
@@ -0,0 +1,23 @@
http:
routers:
fs1-public:
rule: "Host(`fs1.domain.xyz`)"
entrypoints:
- websecure
service: fs1
middlewares:
- security-chain@file
tls: {}
fs1-workstation:
rule: "Host(`fs1.workstation.internal`)"
entrypoints:
- websecure
service: fs1
tls: {}
services:
fs1:
loadBalancer:
servers:
- url: "http://127.0.0.1:3923" # Copyparty port example