Move matrix-registration service to its own network and add native Traefik support
This commit is contained in:
@ -6,6 +6,9 @@
|
||||
You need to define a required configuration setting (`{{ item.name }}`).
|
||||
when: "item.when | bool and vars[item.name] == ''"
|
||||
with_items:
|
||||
- {'name': 'matrix_registration_hostname', when: true}
|
||||
- {'name': 'matrix_registration_path_prefix', when: true}
|
||||
- {'name': 'matrix_registration_container_network', when: true}
|
||||
- {'name': 'matrix_registration_shared_secret', when: true}
|
||||
- {'name': 'matrix_registration_admin_secret', when: true}
|
||||
- {'name': 'matrix_registration_server_location', when: true}
|
||||
@ -19,3 +22,4 @@
|
||||
when: "item.old in vars"
|
||||
with_items:
|
||||
- {'old': 'matrix_registration_docker_repo', 'new': 'matrix_registration_container_image_self_build_repo'}
|
||||
- {'old': 'matrix_registration_public_endpoint', 'new': 'matrix_registration_path_prefix'}
|
||||
|
Reference in New Issue
Block a user