reference-ansible/inventories/vagrant/host_vars/backend/traefik.yml
Bert-Jan Fikse 4811b4657f
feat: add drawio instance for nextcloud and opencloud
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
2026-03-13 14:47:02 +01:00

49 lines
No EOL
1.2 KiB
YAML

# Services to be exposed through the DMZ reverse proxy
traefik_dmz_exposed_services:
- name: httpbin
domain: httpbin.local.test
port: 443
protocol: https
- name: keycloak
domain: keycloak.local.test
port: 443
protocol: https
- name: garage-webui
domain: console.storage.local.test
port: 443
protocol: https
- name: nextcloud
domain: nextcloud.local.test
port: 443
protocol: https
- name: collabora
domain: office.local.test
port: 443
protocol: https
- name: authentik
domain: authentik.local.test
port: 443
protocol: https
- name: opencloud
domain: opencloud.local.test
port: 443
protocol: https
- name: drawio
domain: drawio.local.test
port: 443
protocol: https
# Example: Add more services as you deploy them
# - name: forgejo
# domain: git.example.com
# port: 3000
# protocol: http
# - name: nextcloud
# domain: cloud.example.com
# port: 80
# protocol: http
traefik_use_ssl: false # disable SSL redirect for vagrant
traefik_use_ssl_dashboard: true # still use SSL for dashboard
traefik_dashboard_domain: "traefik.backend.local.test"