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
f292798a
Verified
Commit
f292798a
authored
Feb 07, 2021
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Update Mjolnir to v0.1.17
parent
d73856df
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/matrix/tasks/main.yml
View file @
f292798a
...
...
@@ -106,7 +106,7 @@
git
:
repo
:
https://github.com/matrix-org/mjolnir
dest
:
/var/lib/synapse/mjolnir
version
:
v0.1.1
6
version
:
v0.1.1
7
become
:
yes
become_user
:
synapse
become_method
:
sudo
...
...
roles/matrix/templates/mjolnir.yaml.j2
View file @
f292798a
...
...
@@ -106,6 +106,10 @@ commands:
# as display names or prefixed with exclamation points.
additionalPrefixes
:
[]
# If true, ban commands that use wildcard characters require confirmation with
# an extra `--force` argument
confirmWildcardBan
:
true
# Configuration specific to certain toggleable protections
protections
:
# Configuration for the wordlist plugin, which can ban users based if they say certain
...
...
@@ -152,3 +156,5 @@ health:
# The HTTP status code which reports that the bot is not healthy/ready.
# Defaults to 418.
unhealthyStatus
:
418
# 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