Slavi Pantaleev
86b436792d
Merge pull request #2319 from felixx9/master
...
matrix_ to devture_
2 years ago
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'"
]
```
2 years ago
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
2 years ago
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.
2 years ago
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
2 years ago
Sergei Shikalov
29b6d011d7
Fix template syntax error in OIDC SSO example
3 years ago
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.
3 years ago
Slavi Pantaleev
9dc87bb948
Add Synapse worker presets for easier configuration
...
Adding more presets in the future would be nice.
4 years ago
Marcel Partap
4678c5d7bd
Merge remote-tracking branch 'origin/master' into synapse-workers
...
Also, replace vague FIXME by a proper NOTE on the complete
story of the user_dir endpoints..
4 years ago
Marcel Partap
5598a89ad5
synapse workers doc: link to relevant synapse issue list search
4 years ago
Marcel Partap
dd402bee92
synapse workers: add rudimentary documentation on worker support
4 years ago
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.
4 years ago
Slavi Pantaleev
b2ae669566
Add synapse-admin support
...
Fixes #562 (Github Issue)
4 years ago
Slavi Pantaleev
10a9deba4a
Make Synapse configuration extensible
5 years ago