Sync traefik config from docker host (host is source of truth)
Repo traefik files had drifted behind the live config on serverweb. Pull the authoritative versions: file-only provider (drop docker provider), Portainer self-signed serversTransport, and correct '||' HostSNI syntax for exchange. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -24,7 +24,7 @@ tcp:
|
||||
|
||||
exchange:
|
||||
entryPoints: ["websecure"]
|
||||
rule: "HostSNI(`mail.osk.team`, `autodiscover.osk.team`)"
|
||||
rule: "HostSNI(`mail.osk.team`) || HostSNI(`autodiscover.osk.team`)"
|
||||
tls:
|
||||
passthrough: true
|
||||
service: servermail-ex
|
||||
|
||||
@@ -7,6 +7,10 @@
|
||||
# default cert instead (see traefik.yml).
|
||||
|
||||
http:
|
||||
serversTransports:
|
||||
insecure: # skip cert verification to self-signed backends (Portainer 9443)
|
||||
insecureSkipVerify: true
|
||||
|
||||
routers:
|
||||
flame:
|
||||
entryPoints: ["websecure"]
|
||||
|
||||
Reference in New Issue
Block a user