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
fde08f41
Verified
Commit
fde08f41
authored
Nov 18, 2021
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Update mjolnir to v1.2.1
parent
7ab75971
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/matrix/tasks/main.yml
View file @
fde08f41
...
...
@@ -105,7 +105,7 @@
git
:
repo
:
https://github.com/matrix-org/mjolnir
dest
:
/var/lib/synapse/mjolnir
version
:
v1.
1.20
version
:
v1.
2.1
become
:
true
become_user
:
synapse
become_method
:
sudo
...
...
roles/matrix/templates/mjolnir.yaml.j2
View file @
fde08f41
...
...
@@ -2,6 +2,11 @@
# pantalaimon if you're using that.
homeserverUrl
:
"
http://127.0.0.1:8009"
# Where the homeserver is located (client-server URL). NOT panalaimon.
rawHomeserverUrl
:
"
http://127.0.0.1:8008"
# The access token for the bot to use. Do not populate if using Pantalaimon.
accessToken
:
"
"
...
...
@@ -159,4 +164,31 @@ health:
# Defaults to 418.
unhealthyStatus
:
418
# Options for exposing web APIs.
web
:
# Whether to enable web APIs.
enabled
:
false
# The port to expose the webserver on. Defaults to 8080.
port
:
8010
# The address to listen for requests on. Defaults to only the current
# computer.
address
:
localhost
# Alternative setting to open to the entire web. Be careful,
# as this will increase your security perimeter:
#
# address: "0.0.0.0"
# A web API designed to intercept Matrix API
# POST /_matrix/client/r0/rooms/{roomId}/report/{eventId}
# and display readable abuse reports in the moderation room.
#
# If you wish to take advantage of this feature, you will need
# to configure a reverse proxy, see e.g. test/nginx.conf
abuseReporting
:
# Whether to enable this feature.
enabled
:
true
# vim:set ft=yaml:
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