There are some additional things you may wish to configure about the server.
Continuwuity disables legacy unauthenticated media endpoints by default. Older clients and direct media links using these endpoints will stop working; use clients that support authenticated media.
Take a look at:
- `roles/custom/matrix-continuwuity/defaults/main.yml` for some variables that you can customize via your `vars.yml` file
- {'old': 'matrix_continuwuity_container_image_force_pull', 'new': '<removed> (the new community.docker.docker_image_pull module handles this natively)'}
- name: (Deprecation) Catch and report removed Continuwuity settings
ansible.builtin.fail:
msg: >-
Your configuration contains a removed variable (`{{ item }}`). Please remove it from your configuration file (vars.yml).
Official Continuwuity images no longer support registration without a challenge.
If registration is enabled, configure a registration token, ReCAPTCHA, or required email verification.