configurable staging letsencrypt api

This commit is contained in:
2026-08-07 21:55:29 +02:00
parent 73223d6efc
commit c741a9df3e
4 changed files with 12 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ traefik_websecure_port: 443
traefik_dashboard_port: 8080
traefik_metrics_port: 8100
traefik_dashboard_insecure: true # ufw should only allow from tailscale or vnet
traefik_acme_staging: "{{ lookup('env', 'TRAEFIK_ACME_STAGING') | default('false', true) }}"
domain: "{{ lookup('env', 'DOMAIN') | default('', true) }}"
# Single source of truth for static routing. Expected to be overridden