Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
f7915fce
Verified
Commit
f7915fce
authored
Dec 04, 2021
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Update synapse to 1.48.0
parent
cff430ec
Pipeline
#13574
passed with stage
in 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/matrix/tasks/main.yml
View file @
f7915fce
...
...
@@ -77,7 +77,7 @@
-
name
:
install synapse
pip
:
name
:
-
'
matrix-synapse[postgres,systemd,url_preview,redis,oidc]==1.4
7.1
'
-
'
matrix-synapse[postgres,systemd,url_preview,redis,oidc]==1.4
8.0
'
state
:
latest
extra_args
:
'
--upgrade-strategy=eager'
virtualenv
:
/var/lib/synapse/venv
...
...
roles/matrix/templates/homeserver.yaml.j2
View file @
f7915fce
...
...
@@ -658,8 +658,8 @@ retention:
#
#federation_certificate_verification_whitelist:
# - lon.example.com
# - *.domain.com
# - *.onion
# -
"
*.domain.com
"
# -
"
*.onion
"
# List of custom certificate authorities for federation traffic.
#
...
...
@@ -2082,6 +2082,12 @@ sso:
#
#algorithm: "provided-by-your-issuer"
# Name of the claim containing a unique identifier for the user.
#
# Optional, defaults to `sub`.
#
#subject_claim: "sub"
# The issuer to validate the "iss" claim against.
#
# Optional, if provided the "iss" claim will be required and
...
...
@@ -2403,8 +2409,8 @@ user_directory:
# indexes were (re)built was before Synapse 1.44, you'll have to
# rebuild the indexes in order to search through all known users.
# These indexes are built the first time Synapse starts; admins can
# manually trigger a rebuild following the instructions at
# https://matrix-org.github.io/synapse/latest/us
er_directory
.html
# manually trigger a rebuild
via API
following the instructions at
# https://matrix-org.github.io/synapse/latest/us
age/administration/admin_api/background_updates
.html
#run
#
# Uncomment to return search results containing all known users, even if that
# user does not share a room with the requester.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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