continuwuity support

This commit is contained in:
Virkkunen
2025-04-23 12:31:40 +02:00
parent 79e1e0d2fe
commit dfe93af7e7
19 changed files with 2276 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ matrix_monitoring_container_network: matrix-monitoring
matrix_homeserver_enabled: true
# This will contain the homeserver implementation that is in use.
# Valid values: synapse, dendrite, conduit, conduwuit
# Valid values: synapse, dendrite, conduit, conduwuit, continuwuity
#
# By default, we use Synapse, because it's the only full-featured Matrix server at the moment.
#

View File

@@ -13,7 +13,7 @@
- name: Fail if invalid homeserver implementation
ansible.builtin.fail:
msg: "You need to set a valid homeserver implementation in `matrix_homeserver_implementation`"
when: "matrix_homeserver_implementation not in ['synapse', 'dendrite', 'conduit', 'conduwuit']"
when: "matrix_homeserver_implementation not in ['synapse', 'dendrite', 'conduit', 'conduwuit', 'continuwuity']"
- name: (Deprecation) Catch and report renamed settings
ansible.builtin.fail: