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
1fadc102
Verified
Commit
1fadc102
authored
Feb 28, 2021
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Update synapse to 1.28.0
parent
acaa31ec
Pipeline
#5420
passed with stage
in 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/matrix/tasks/main.yml
View file @
1fadc102
...
...
@@ -78,7 +78,7 @@
-
name
:
install synapse
pip
:
name
:
-
'
matrix-synapse[postgres,systemd,url_preview,redis]==1.2
7
.0'
-
'
matrix-synapse[postgres,systemd,url_preview,redis]==1.2
8
.0'
state
:
latest
extra_args
:
'
--upgrade-strategy=eager'
virtualenv
:
/var/lib/synapse/venv
...
...
roles/matrix/templates/homeserver.yaml.j2
View file @
1fadc102
...
...
@@ -155,6 +155,7 @@ allow_public_rooms_over_federation: true
# - '100.64.0.0/10'
# - '192.0.0.0/24'
# - '169.254.0.0/16'
# - '192.88.99.0/24'
# - '198.18.0.0/15'
# - '192.0.2.0/24'
# - '198.51.100.0/24'
...
...
@@ -163,6 +164,9 @@ allow_public_rooms_over_federation: true
# - '::1/128'
# - 'fe80::/10'
# - 'fc00::/7'
# - '2001:db8::/32'
# - 'ff00::/8'
# - 'fec0::/10'
# List of IP address CIDR ranges that should be allowed for federation,
# identity servers, push servers, and for checking key validity for
...
...
@@ -992,6 +996,7 @@ url_preview_ip_range_blacklist:
-
'
100.64.0.0/10'
-
'
192.0.0.0/24'
-
'
169.254.0.0/16'
-
'
192.88.99.0/24'
-
'
198.18.0.0/15'
-
'
192.0.2.0/24'
-
'
198.51.100.0/24'
...
...
@@ -1000,6 +1005,9 @@ url_preview_ip_range_blacklist:
-
'
::1/128'
-
'
fe80::/10'
-
'
fc00::/7'
-
'
2001:db8::/32'
-
'
ff00::/8'
-
'
fec0::/10'
# List of IP address CIDR ranges that the URL preview spider is allowed
# to access even if they are specified in url_preview_ip_range_blacklist.
...
...
@@ -1324,6 +1332,8 @@ account_threepid_delegates:
# By default, any room aliases included in this list will be created
# as a publicly joinable room when the first user registers for the
# homeserver. This behaviour can be customised with the settings below.
# If the room already exists, make certain it is a publicly joinable
# room. The join rule of the room must be set to 'public'.
#
auto_join_rooms
:
-
"
#archlinux:{{
matrix_server_name
}}"
...
...
@@ -1865,9 +1875,9 @@ oidc_providers:
# user_mapping_provider:
# config:
# subject_claim: "id"
# localpart_template: "{ user.login }"
# display_name_template: "{ user.name }"
# email_template: "{ user.email }"
# localpart_template: "{
{ '{{
user.login
}}' }
}"
# display_name_template: "{
{ '{{
user.name
}}' }
}"
# email_template: "{
{ '{{
user.email
}}' }
}"
# For use with Keycloak
#
...
...
@@ -1894,8 +1904,8 @@ oidc_providers:
# user_mapping_provider:
# config:
# subject_claim: "id"
# localpart_template: "{ user.login }"
# display_name_template: "{ user.name }"
# localpart_template: "{
{ '{{
user.login
}}' }
}"
# display_name_template: "{
{ '{{
user.name
}}' }
}"
# Arch Linux accounts
#
...
...
@@ -2240,11 +2250,11 @@ password_config:
#require_uppercase: true
ui_auth
:
# The
number of milliseconds
to allow a user-interactive authentication
#
session
to be active.
# The
amount of time
to allow a user-interactive authentication
session
# to be active.
#
# This defaults to 0, meaning the user is queried for their credentials
# before every action, but this can be overridden to alow a single
# before every action, but this can be overridden to al
l
ow a single
# validation to be re-used. This weakens the protections afforded by
# the user-interactive authentication process, by allowing for multiple
# (and potentially different) operations to use the same validation session.
...
...
@@ -2252,7 +2262,7 @@ ui_auth:
# Uncomment below to allow for credential validation to last for 15
# seconds.
#
#session_timeout: 15
000
#session_timeout:
"
15
s"
# Configuration for sending emails from Synapse.
...
...
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