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
67e7677e
Verified
Commit
67e7677e
authored
Oct 22, 2021
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Fix bridge configuration
We're no longer allowed to reserve formerly used namespaces.
parent
ccbda8d9
Pipeline
#12456
passed with stage
in 34 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
group_vars/all/vault_matrix.yml
View file @
67e7677e
This diff is collapsed.
Click to expand it.
roles/matrix/templates/appservice-registration-irc.yaml.j2
View file @
67e7677e
...
...
@@ -17,7 +17,7 @@ namespaces:
{
%
endfor %
}
rooms
:
{
%
for room in vault_matrix_secrets | json_query("irc_networks
[
?
!disabled
].mappings[].room
"
)
%}
{
%
for room in vault_matrix_secrets | json_query("irc_networks
[]
.mappings
[]
.room") %
}
-
exclusive
:
false
regex
:
'
{{
room
|
regex_escape()
}}'
{
%
endfor %
}
...
...
roles/matrix/templates/irc-bridge.yaml.j2
View file @
67e7677e
...
...
@@ -47,7 +47,7 @@ ircService:
# All server keys can be hot-reloaded, however existing IRC connections
# will not have changes applied to them.
servers:
{% for network in vault_matrix_secrets
| json_query("irc_networks[?!disabled]")
%}
{% for network in vault_matrix_secrets
.irc_networks
%}
# The address of the server to connect to.
"{{ network.address }}":
# A human-readable short name. This is used to label IRC status rooms
...
...
Jan Alexander Steffens (heftig)
@heftig
mentioned in commit
79f2b57b
·
Oct 25, 2021
mentioned in commit
79f2b57b
mentioned in commit 79f2b57be3fee4a82ab28cad029d547cd93c460a
Toggle commit list
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