Add traefik pages
Add it ready for the migration in future
This commit is contained in:
@ -5,3 +5,5 @@ traefik_proxy_protocol_trusted_ips: "{{ wireguard.cidr }}"
|
||||
|
||||
traefik_provider_jellyfin: false
|
||||
traefik_provider_homeassistant: false
|
||||
|
||||
with_traefik_pages: false
|
||||
|
@ -26,6 +26,11 @@ providers:
|
||||
exposedByDefault: false
|
||||
file:
|
||||
directory: /etc/traefik/conf
|
||||
{% if with_traefik_pages %}
|
||||
http:
|
||||
endpoint:
|
||||
- "http://{{ traefik_pages_password }}@127.0.0.1:5000/.traefik-pages/provider"
|
||||
{% endif %}
|
||||
|
||||
api:
|
||||
dashboard: true
|
||||
|
Reference in New Issue
Block a user