Testing this
All checks were successful
Remote Deployment Pipeline / Prepare Context (pull_request) Successful in 2s
Remote Deployment Pipeline / Deploy (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Dev/Preview) (pull_request) Successful in 49s
Remote Deployment Pipeline / Cleanup Preview (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped

This commit is contained in:
2025-12-19 22:10:53 +01:00
parent 959669dc66
commit 25218446a6
2 changed files with 20 additions and 21 deletions

View File

@@ -2,20 +2,20 @@
# static configuration (traefik.yml)
entryPoints:
web:
address: ":80" # or :898 in your case
allowACMEByPass: true # <--- WITHOUT THIS, TRAEFIK ALWAYS WINS
https:
address: ":443"
# entryPoints:
# web:
# address: ":80" # or :898 in your case
# allowACMEByPass: true # <--- WITHOUT THIS, TRAEFIK ALWAYS WINS
# https:
# address: ":443"
certificatesResolvers:
letsencrypt:
acme:
email: "kovagoadi@gmail.com"
storage: "acme.json"
httpChallenge:
entryPoint: web
# certificatesResolvers:
# letsencrypt:
# acme:
# email: "kovagoadi@gmail.com"
# storage: "acme.json"
# httpChallenge:
# entryPoint: web
tcp:
routers: