matrix-docker-ansible-deploy/roles/custom/matrix-synapse/tasks
Slavi Pantaleev 042c74f90c Remove some useless oidc variables and /_synapse/oidc route handling
After some checking, it seems like there's `/_synapse/client/oidc`,
but no such thing as `/_synapse/oidc`.

I'm not sure why we've been reverse-proxying these paths for so long
(even in as far back as the `matrix-nginx-proxy` days), but it's time we
put a stop to it.

The OIDC docs have been simplified. There's no need to ask people to
expose the useless `/_synapse/oidc` endpoint. OIDC requires
`/_synapse/client/oidc` and `/_synapse/client` is exposed by default
already.
2024-01-17 14:45:19 +02:00
..
ext Add matrix_synapse_additional_loggers_auto and matrix_synapse_additional_loggers_custom 2023-08-30 12:53:20 +03:00
goofys Add matrix_synapse_uid, matrix_synapse_gid and matrix_synapse_username 2023-02-17 17:16:50 +02:00
rust-synapse-compress-state Make use of matrix_synapse_container_network in the matrix-synapse role 2023-05-02 13:22:31 +03:00
synapse Add support for exposing metrics for Synapse workers 2024-01-12 12:16:06 +02:00
import_media_store.yml Add matrix_synapse_uid, matrix_synapse_gid and matrix_synapse_username 2023-02-17 17:16:50 +02:00
import_synapse_sqlite_db.yml Restore --tags=import-synapse-sqlite-db support 2023-05-02 13:34:42 +03:00
init.yml Remove leftover Synapse metrics code for integrating with matrix-nginx-proxy 2024-01-12 12:57:28 +02:00
main.yml Fix Synapse sub-component (worker, S3, ..) uninstallation 2023-08-29 14:53:28 +03:00
register_user.yml /usr/local/bin/matrix-synapse-register-user -> /matrix/synapse/bin/register-user 2022-11-27 09:26:18 +02:00
self_check_client_api.yml Replace most import_tasks calls with include_tasks for improved performance 2022-11-24 11:33:45 +02:00
self_check_federation_api.yml Replace most import_tasks calls with include_tasks for improved performance 2022-11-24 11:33:45 +02:00
setup_install.yml Add some missing install-all/install-synapse tags to Synapse role 2023-07-28 08:40:49 +03:00
setup_uninstall.yml Fix Synapse sub-component (worker, S3, ..) uninstallation 2023-08-29 14:53:28 +03:00
update_user_password.yml Switch from matrix-postgres to com.devture.ansible.role.postgres 2022-11-27 08:04:31 +02:00
validate_config.yml Remove some useless oidc variables and /_synapse/oidc route handling 2024-01-17 14:45:19 +02:00