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
89f40f70
Verified
Commit
89f40f70
authored
Oct 05, 2021
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Extend and move the auto-joined rooms into the vault
parent
9b4bf337
Pipeline
#11740
passed with stage
in 1 minute and 2 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
group_vars/all/vault_matrix.yml
View file @
89f40f70
This diff is collapsed.
Click to expand it.
roles/matrix/templates/homeserver.yaml.j2
View file @
89f40f70
...
...
@@ -1332,8 +1332,9 @@ account_threepid_delegates:
# room. The join rule of the room must be set to 'public'.
#
auto_join_rooms
:
-
"
#archlinux:{{
matrix_server_name
}}"
-
"
#internal:{{
matrix_server_name
}}"
{
%
for room in vault_matrix_secrets.auto_join_rooms %
}
-
{{
room | quote
}}
{
%
endfor %
}
# Where auto_join_rooms are specified, setting this flag ensures that the
# the rooms exist by creating them when the first user on the
...
...
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