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
c9754eb3
Verified
Commit
c9754eb3
authored
Sep 22, 2021
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Update synapse to 1.43.0
parent
a23950ee
Pipeline
#11384
passed with stage
in 36 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/matrix/defaults/main.yml
View file @
c9754eb3
...
...
@@ -26,6 +26,8 @@ matrix_nginx_config:
-
"
~
^/_matrix/federation/v1/user/devices/"
-
"
~
^/_matrix/federation/v1/get_groups_publicised$"
-
"
~
^/_matrix/key/v2/query"
-
"
~
^/_matrix/federation/unstable/org.matrix.msc2946/spaces/"
-
"
~
^/_matrix/federation/unstable/org.matrix.msc2946/hierarchy/"
-
"
~
^/_matrix/federation/v1/send/"
-
name
:
media_repository
port
:
8013
...
...
roles/matrix/tasks/main.yml
View file @
c9754eb3
...
...
@@ -77,7 +77,7 @@
-
name
:
install synapse
pip
:
name
:
-
'
matrix-synapse[postgres,systemd,url_preview,redis,oidc]==1.4
2
.0'
-
'
matrix-synapse[postgres,systemd,url_preview,redis,oidc]==1.4
3
.0'
state
:
latest
extra_args
:
'
--upgrade-strategy=eager'
virtualenv
:
/var/lib/synapse/venv
...
...
roles/matrix/templates/homeserver.yaml.j2
View file @
c9754eb3
...
...
@@ -346,6 +346,24 @@ listeners:
type
:
metrics
bind_addresses
:
[
'
127.0.0.1'
]
# Connection settings for the manhole
#
manhole_settings
:
# The username for the manhole. This defaults to 'matrix'.
#
#username: manhole
# The password for the manhole. This defaults to 'rabbithole'.
#
#password: mypassword
# The private and public SSH key pair used to encrypt the manhole traffic.
# If these are left unset, then hardcoded and non-secret keys are used,
# which could allow traffic to be intercepted if sent over a public network.
#
#ssh_priv_key_path: CONFDIR/id_rsa
#ssh_pub_key_path: CONFDIR/id_rsa.pub
# Forward extremities can build up in a room due to networking delays between
# homeservers. Once this happens in a large room, calculation of the state of
# that room can become quite expensive. To mitigate this, once the number of
...
...
@@ -1093,6 +1111,27 @@ url_preview_accept_language:
# - en
# oEmbed allows for easier embedding content from a website. It can be
# used for generating URLs previews of services which support it.
#
oembed
:
# A default list of oEmbed providers is included with Synapse.
#
# Uncomment the following to disable using these default oEmbed URLs.
# Defaults to 'false'.
#
#disable_default_providers: true
# Additional files with oEmbed configuration (each should be in the
# form of providers.json).
#
# By default, this list is empty (so only the default providers.json
# is used).
#
#additional_providers:
# - oembed/my_providers.json
## Captcha ##
# See docs/CAPTCHA_SETUP.md for full details of configuring this.
...
...
@@ -2089,7 +2128,7 @@ password_config:
#
#require_lowercase: true
# Whether a password must contain at least one
low
ercase letter.
# Whether a password must contain at least one
upp
ercase letter.
# Defaults to 'false'.
#
#require_uppercase: true
...
...
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