Testing whether folder works #26

Merged
kovagoadi merged 52 commits from add-route-to-staging-dev into main 2025-12-25 20:43:32 +01:00
Showing only changes of commit ae99439be4 - Show all commits

View File

@@ -2,7 +2,7 @@ http:
routers:
# Router for HTTP (Port 80)
staging:
rule: "HostSNI(`staging.kovagoadi.hu`) || HostSNI(`test-whoami.staging.kovagoadi.hu`)"
rule: "Host(`staging.kovagoadi.hu`) || Host(`test-whoami.staging.kovagoadi.hu`)"
entryPoints:
- "web"
service: "dev-staging"
@@ -10,7 +10,7 @@ http:
# Router for HTTPS (Port 443)
staging-secure:
rule: "HostSNI(`staging.kovagoadi.hu`) || HostSNI(`dev.kovagoadi.hu`)"
rule: "Host(`staging.kovagoadi.hu`) || Host(`dev.kovagoadi.hu`)"
entryPoints:
- "https"
service: "dev-staging-secure"
@@ -27,4 +27,6 @@ http:
loadBalancer:
servers:
# Note: Ensure Traefik trusts the cert at .85 or set insecureSkipVerify
- url: "https://192.168.1.85:445"
- url: "https://192.168.1.85:445"
tls:
insecureSkipVerify: true