mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-22 20:45:48 +00:00
3b81f09748
Provoked by https://github.com/etkecc/mrs/pull/4 I've discovered that Cinny supports various configuration options and it'd be better if we add support for them.
12 lines
647 B
Django/Jinja
12 lines
647 B
Django/Jinja
{
|
|
"defaultHomeserver": {{ matrix_client_cinny_config_defaultHomeserver | to_json }},
|
|
"homeserverList": {{ matrix_client_cinny_config_homeserverList | to_json }},
|
|
"allowCustomHomeservers": {{ matrix_client_cinny_config_allowCustomHomeservers | to_json }},
|
|
"featuredCommunities": {
|
|
"spaces": {{ matrix_client_cinny_config_featuredCommunities_spaces | to_json }},
|
|
"rooms": {{ matrix_client_cinny_config_featuredCommunities_rooms | to_json }},
|
|
"servers": {{ matrix_client_cinny_config_featuredCommunities_servers | to_json }},
|
|
"openAsDefault": {{ matrix_client_cinny_config_featuredCommunities_openAsDefault | to_json }}
|
|
}
|
|
}
|