Slavi Pantaleev
aff57d67c0
Adjust Synapse OIDC variable wiring and docs
Auto-enabling the OIDC APIs is convenient for people
using the new `matrix_synapse_oidc_*` variables.
2 лет назад
Slavi Pantaleev
29b62f77a5
Upgrade Postgres (v16.0-5 -> v16.0-6) - adds auto-tuning
2 лет назад
spatterlight
3d60ce4960
Update configuring-playbook-synapse.md
This change adds a section that lets the reader know that it is possible to enable synapse metrics and references the relevant documentation.
It aims to be short and concise, leaving the specifics to the referenced documentation, while still giving the reader a good idea of what it is and what it is for.
2 лет назад
mgoerens
591aa077a2
Removing warning that no longer applies
Similar to:
362954aeab
This warning was added because of:
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2090
The problem has since been fixed by:
e9e84341a9
This current patch was provoked by:
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2352
2 лет назад
Slavi Pantaleev
5df89a44b3
Add support for customizing Synapse templates
3 лет назад
felixx9
7f2cdd9889
matrix_ to devture_
I'm not sure, but this should be changed to devture_postgres_... !?
https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/CHANGELOG.md#2022-11-28
```yaml
matrix_postgres_process_extra_arguments: [
"-c 'max_connections=200'"
]
```
3 лет назад
teutat3s
e9765ae4a5
Update docs on how to use synapse & keycloak OIDC
Use up-to-date example from synapse docs
Add link to keycloak website
Add link to synapse docs on OIDC
3 лет назад
Slavi Pantaleev
410a915a8a
Move roles/matrix* to roles/custom/matrix*
This paves the way for installing other roles into `roles/galaxy` using `ansible-galaxy`,
similar to how it's done in:
- https://github.com/spantaleev/gitea-docker-ansible-deploy
- https://github.com/spantaleev/nextcloud-docker-ansible-deploy
In the near future, we'll be removing a lot of the shared role code from here
and using upstream roles for it. Some of the core `matrix-*` roles have
already been extracted out into other reusable roles:
- https://github.com/devture/com.devture.ansible.role.postgres
- https://github.com/devture/com.devture.ansible.role.systemd_docker_base
- https://github.com/devture/com.devture.ansible.role.timesync
- https://github.com/devture/com.devture.ansible.role.vars_preserver
- https://github.com/devture/com.devture.ansible.role.playbook_runtime_messages
- https://github.com/devture/com.devture.ansible.role.playbook_help
We just need to migrate to those.
3 лет назад
Slavi Pantaleev
05819056bc
Document that using Synapse workers with not-matrix-nginx-proxy causes troubles
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2090
3 лет назад
Michael Collins
98e6cd685d
sync with previous repo
4 лет назад
Sergei Shikalov
29b6d011d7
Fix template syntax error in OIDC SSO example
4 лет назад
N07070
1da3531a3d
Update configuring-playbook-synapse.md
Added an example for configuring the variables for the OpenID, that might fails because the variables are not defined for the playbook parsing, but Synapse's own config file parsing.
4 лет назад
Slavi Pantaleev
9dc87bb948
Add Synapse worker presets for easier configuration
Adding more presets in the future would be nice.
5 лет назад
Marcel Partap
5598a89ad5
synapse workers doc: link to relevant synapse issue list search
5 лет назад
Marcel Partap
dd402bee92
synapse workers: add rudimentary documentation on worker support
5 лет назад
Slavi Pantaleev
ef68d3d296
Add support for reverse-proxying /_synapse/oidc
This broke in 63a49bb2dc .
Proxying the OpenID Connect endpoints is now possible,
but needs to be enabled explicitly now.
Supersedes #702 (Github Pull Request).
This patch builds up on the idea from that Pull Request,
but does things in a cleaner way.
5 лет назад
Slavi Pantaleev
b2ae669566
Add synapse-admin support
Fixes #562 (Github Issue)
5 лет назад
Slavi Pantaleev
10a9deba4a
Make Synapse configuration extensible
6 лет назад