reference-ansible/inventories/vagrant/host_vars/backend/traefik.yml
Bert-Jan Fikse dd087fb5e2
chore: add central collabora service
instead of providing one for owncloud and nextcloud separately

Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
2026-03-05 17:09:32 +01:00

45 lines
No EOL
1.1 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
# 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"