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
d4449415
Verified
Commit
d4449415
authored
Feb 14, 2021
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Use matrix_server_name some more
parent
8c5ec566
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/matrix/templates/homeserver.yaml.j2
View file @
d4449415
...
...
@@ -1314,7 +1314,7 @@ account_threepid_delegates:
# homeserver. This behaviour can be customised with the settings below.
#
auto_join_rooms
:
-
"
#archlinux:
archlinux.org
"
-
"
#archlinux:
{{
matrix_server_name
}}
"
# Where auto_join_rooms are specified, setting this flag ensures that the
# the rooms exist by creating them when the first user on the
...
...
@@ -2192,7 +2192,7 @@ email:
# Note that the placeholder must be written '%(app)s', including the
# trailing 's'.
#
notif_from
:
"
Arch
Linux
%(app)s
server
<noreply@
archlinux.org
>"
notif_from
:
"
Arch
Linux
%(app)s
server
<noreply@
{{
matrix_server_name
}}
>"
# app_name defines the default value for '%(app)s' in notif_from and email
# subjects. It defaults to 'Matrix'.
...
...
roles/matrix/templates/mjolnir.yaml.j2
View file @
d4449415
...
...
@@ -27,7 +27,7 @@ autojoinOnlyIfManager: true
# If `autojoinOnlyIfManager` is false, only the members in this group can invite
# the bot to new rooms.
acceptInvitesFromGroup
:
"
+archlinux:
archlinux.org
"
acceptInvitesFromGroup
:
"
+archlinux:
{{
matrix_server_name
}}
"
# If the bot is invited to a room and it won't accept the invite (due to the
# conditions above), report it to the management room. Defaults to disabled (no
...
...
@@ -38,7 +38,7 @@ recordIgnoredInvites: true
# anyone in this room can use the bot - secure your room!
# This should be a room alias or room ID - not a matrix.to URL.
# Note: Mjolnir is fairly verbose - expect a lot of messages from it.
managementRoom
:
"
#mjolnir:
archlinux.org
"
managementRoom
:
"
#mjolnir:
{{
matrix_server_name
}}
"
# Set to false to make the management room a bit quieter.
verboseLogging
:
false
...
...
@@ -77,7 +77,7 @@ automaticallyRedactForReasons:
# A list of rooms to protect (matrix.to URLs)
protectedRooms
:
-
"
https://matrix.to/#/#archlinux:
archlinux.org
"
-
"
https://matrix.to/#/#archlinux:
{{
matrix_server_name
}}
"
# Set this option to true to protect every room the bot is joined to. Note that
# this effectively makes the protectedRooms and associated commands useless because
...
...
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