Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
7ab75971
Verified
Commit
7ab75971
authored
Nov 18, 2021
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Update synapse to 1.47.0
parent
74fc6108
Changes
2
Show whitespace changes
Inline
Side-by-side
roles/matrix/tasks/main.yml
View file @
7ab75971
...
...
@@ -77,7 +77,7 @@
-
name
:
install synapse
pip
:
name
:
-
'
matrix-synapse[postgres,systemd,url_preview,redis,oidc]==1.4
6
.0'
-
'
matrix-synapse[postgres,systemd,url_preview,redis,oidc]==1.4
7
.0'
state
:
latest
extra_args
:
'
--upgrade-strategy=eager'
virtualenv
:
/var/lib/synapse/venv
...
...
roles/matrix/templates/homeserver.yaml.j2
View file @
7ab75971
...
...
@@ -91,8 +91,28 @@ server_name: "{{ matrix_server_name }}"
# Otherwise, it should be the URL to reach Synapse's client HTTP listener (see
# 'listeners' below).
#
# Defaults to 'https://<server_name>/'.
#
public_baseurl
:
https://{{ matrix_domain }}/
# Uncomment the following to tell other servers to send federation traffic on
# port 443.
#
# By default, other servers will try to reach our server on port 8448, which can
# be inconvenient in some environments.
#
# Provided 'https://<server_name>/' on port 443 is routed to Synapse, this
# option configures Synapse to serve a file at
# 'https://<server_name>/.well-known/matrix/server'. This will tell other
# servers to send traffic to port 443 instead.
#
# See https://matrix-org.github.io/synapse/latest/delegate.html for more
# information.
#
# Defaults to 'false'.
#
#serve_server_wellknown: true
# Set the soft limit on the number of file descriptors synapse can use
# Zero is used to indicate synapse should set the soft limit to the
# hard limit.
...
...
@@ -1269,7 +1289,7 @@ registration_shared_secret: "{{ vault_matrix_secrets.registration_shared_secret
# in on this server.
#
# (By default, no suggestion is made, so it is left up to the client.
# This setting is ignored unless public_baseurl is also set.)
# This setting is ignored unless public_baseurl is also
explicitly
set.)
#
default_identity_server
:
https://matrix.org
...
...
@@ -1294,8 +1314,6 @@ default_identity_server: https://matrix.org
# by the Matrix Identity Service API specification:
# https://matrix.org/docs/spec/identity_service/latest
#
# If a delegate is specified, the config option public_baseurl must also be filled out.
#
account_threepid_delegates
:
#email: https://example.com # Delegate email sending to example.com
msisdn
:
https://vector.im
...
...
@@ -2006,11 +2024,10 @@ sso:
# phishing attacks from evil.site. To avoid this, include a slash after the
# hostname: "https://my.client/".
#
# If public_baseurl is set, then the login fallback page (used by clients
# that don't natively support the required login flows) is whitelisted in
# addition to any URLs in this list.
# The login fallback page (used by clients that don't natively support the
# required login flows) is whitelisted in addition to any URLs in this list.
#
# By default, this list
is empty
.
# By default, this list
contains only the login fallback page
.
#
#client_whitelist:
# - https://riot.im/develop
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment