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:
@ -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
|
||||
|
Reference in New Issue
Block a user