Add support for the internal Traefik entrypoint to matrix-media-repo

This commit is contained in:
Slavi Pantaleev
2024-01-14 11:57:51 +02:00
parent 6b5f42fa81
commit 69ca30d1b1
4 changed files with 34 additions and 5 deletions

View File

@ -7,6 +7,7 @@
when: "item.when | bool and vars[item.name] == ''"
with_items:
- {'name': 'matrix_media_repo_database_hostname', when: true}
- {'name': 'matrix_media_repo_container_labels_traefik_internal_media_entrypoints', when: "{{ matrix_media_repo_container_labels_traefik_internal_media_enabled }}"}
- name: (Deprecation) Catch and report renamed matrix-media-repo settings
ansible.builtin.fail: