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
cc064ae0
Verified
Commit
cc064ae0
authored
May 31, 2020
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Set IRC user group ID
parent
d6e2351d
Pipeline
#191
failed with stage
in 1 minute and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/matrix/templates/appservice-registration-irc.yaml.j2
View file @
cc064ae0
...
...
@@ -7,6 +7,7 @@ namespaces:
{% for network in vault_matrix_secrets[matrix_server_name].irc_networks.values() %}
- exclusive: true
regex: '@{{ network.name | regex_escape() }}_.*:{{ matrix_server_name | regex_escape() }}'
group_id: '+{{ network.name }}:{{ matrix_server_name }}'
{% endfor %}
aliases:
...
...
roles/matrix/templates/irc-bridge.yaml.j2
View file @
cc064ae0
...
...
@@ -187,7 +187,7 @@ ircService:
# This should be set to the same thing as namespaces.users.group_id in irc_registration.
# This does not alter existing rooms.
# Leaving this option empty will not set the event.
groupId: ""
groupId: "
+{{ settings.name }}:{{ matrix_server_name }}
"
# Should created Matrix rooms be federated? If false, only users on the
# HS attached to this AS will be able to interact with this room.
# Default: 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