Add (native) Traefik support to synapse-admin

Previously, it had to go through matrix-nginx-proxy.
It's exposed to Traefik directly via container labels now.
This commit is contained in:
Slavi Pantaleev
2023-02-13 15:08:42 +02:00
parent 80935a5194
commit 3d9aa8387e
8 changed files with 133 additions and 9 deletions

View File

@ -1,7 +1,7 @@
---
- block:
- when: matrix_synapse_admin_enabled | bool
- when: matrix_synapse_admin_enabled | bool and matrix_synapse_admin_nginx_proxy_integration_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/inject_into_nginx_proxy.yml"
tags:
- setup-all