Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Matrix 1.71.0 #62

Merged
merged 4 commits into from
Jan 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions group_vars/all/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ synapse_form_secret: "{{ lookup('passwordstore', 'infra/matrix/form') }}"
synapse_signing_key: "{{ lookup('passwordstore', 'infra/matrix/signing') }}"
synapse_allow_public_rooms_over_federation: true
synapse_enable_group_creation: true
synapse_enable_registration: true
synapse_domain: "{{ base_url }}"
synapse_server_fqdn_matrix: "matrix.{{ synapse_domain }}"
synapse_pip_version: "1.47.1"
synapse_pip_version: "1.71.0"
synapse_pip_packages_additional:
- "git+https://github.com/chaos-jetzt/matrix-synapse-saml-mapper"
synapse_auto_join_rooms:
Expand Down Expand Up @@ -77,7 +76,7 @@ synapse_homeserver_config_extra_options: |

# Element Web
element_web_installation_path: "/var/www/riot-web"
element_web_version: "1.11.4"
element_web_version: "1.11.14"

# Matrix-Appservice-IRC
irc_hs_token: "{{ lookup('passwordstore', 'infra/irc-bridge subkey=hs_token') }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/n0emis.synapse