chore: expose dashboard of vagrant-vms over domains

This commit is contained in:
Bert-Jan Fikse 2026-01-22 14:03:21 +01:00
parent f2e2baa886
commit b0c62bbef9
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
3 changed files with 8 additions and 2 deletions

View file

@ -6,6 +6,7 @@ traefik_mode: dmz
use_ssl: true
cert_mode: "selfsigned" # Use 'acme' for production
enable_dashboard: true
dashboard_domain: "traefik.dmz.local.test"
log_level: DEBUG
traefik_network: proxy

View file

@ -36,3 +36,6 @@ traefik_services:
# protocol: http
use_ssl: false # disable SSL redirect for vagrant
use_ssl_dashboard: true # still use SSL for dashboard
dashboard_domain: "traefik.backend.local.test"

View file

@ -4,3 +4,5 @@ traefik_services:
domain: "{{ httpbin_domain }}"
port: 443
protocol: https
dashboard_domain: "traefik.backend2.local.test"