feat: update certificates logic:
Deploy to Server / deploy (push) Failing after 1s

- Switched xdfnx's homepage certificates to traefik-managed mode
- Renamed local fallback certs
This commit is contained in:
2026-02-25 21:12:44 +01:00
parent 646f988a86
commit a22707770f
2 changed files with 3 additions and 4 deletions
+1
View File
@@ -42,6 +42,7 @@ services:
# Prod Router
- "traefik.http.routers.xdfnx.rule=Host(`xdfnx.cfd`)"
- "traefik.http.routers.xdfnx.entrypoints=websecure"
- "traefik.http.routers.xdfnx.tls.certresolver=letsencrypt"
- "traefik.http.routers.xdfnx.tls=true"
# Local Router
- "traefik.http.routers.xdfnx-local.rule=Host(`xdfnx.workstation.internal`)"