Initial commit
This commit is contained in:
15
roles/matrix-server/templates/riot-web/config.json.j2
Normal file
15
roles/matrix-server/templates/riot-web/config.json.j2
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"default_hs_url": "https://{{ hostname_matrix }}",
|
||||
"default_is_url": "https://vector.im",
|
||||
"brand": "Riot",
|
||||
"integrations_ui_url": "https://scalar.vector.im/",
|
||||
"integrations_rest_url": "https://scalar.vector.im/api",
|
||||
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
||||
"enableLabs": true,
|
||||
"roomDirectory": {
|
||||
"servers": [
|
||||
"matrix.org"
|
||||
]
|
||||
},
|
||||
"welcomeUserId": "@riot-bot:matrix.org"
|
||||
}
|
3
roles/matrix-server/templates/riot-web/riot.im.conf.j2
Normal file
3
roles/matrix-server/templates/riot-web/riot.im.conf.j2
Normal file
@ -0,0 +1,3 @@
|
||||
-p 8765
|
||||
-A 0.0.0.0
|
||||
-c 3500
|
Reference in New Issue
Block a user