forked from data.coop/ansible
Update riot config.
This commit is contained in:
parent
76a0b411e9
commit
027c18f070
|
@ -2,33 +2,29 @@
|
|||
"default_hs_url": "https://{{ matrix.domain }}",
|
||||
"default_is_url": "https://vector.im",
|
||||
"brand": "riot.data.coop",
|
||||
"integrations_ui_url": "https://scalar-staging.riot.im/scalar-web/",
|
||||
"integrations_rest_url": "https://scalar-staging.riot.im/scalar/api",
|
||||
"integrations_ui_url": "https://scalar.vector.im/",
|
||||
"integrations_rest_url": "https://scalar.vector.im/api",
|
||||
"integrations_widgets_urls": [
|
||||
"https://scalar-staging.riot.im/scalar/api",
|
||||
"https://scalar.vector.im/api"
|
||||
],
|
||||
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
||||
"features": {
|
||||
"feature_rich_quoting": "labs",
|
||||
"feature_pinning": "labs",
|
||||
"feature_presence_management": "labs",
|
||||
"feature_sticker_messages": "labs",
|
||||
"feature_jitsi": "labs",
|
||||
"feature_rich_quoting": "enable",
|
||||
"feature_pinning": "enable",
|
||||
"feature_presence_management": "enable",
|
||||
"feature_sticker_messages": "enable",
|
||||
"feature_jitsi": "enable",
|
||||
"feature_tag_panel": "enable",
|
||||
"feature_keybackup": "labs",
|
||||
"feature_custom_status": "labs",
|
||||
"feature_custom_tags": "labs",
|
||||
"feature_keybackup": "enable",
|
||||
"feature_custom_status": "enable",
|
||||
"feature_custom_tags": "enable",
|
||||
"feature_lazyloading": "enable",
|
||||
"feature_tabbed_settings": "labs",
|
||||
"feature_sas": "labs"
|
||||
"feature_tabbed_settings": "enable",
|
||||
"feature_sas": "enable"
|
||||
},
|
||||
"welcomeUserId": "@riot-bot:matrix.org",
|
||||
"piwik": {
|
||||
"url": "https://piwik.riot.im/",
|
||||
"siteId": 1,
|
||||
"policyUrl": "https://matrix.org/docs/guides/riot_im_cookie_policy"
|
||||
},
|
||||
"piwik": false,
|
||||
"roomDirectory": {
|
||||
"servers": [
|
||||
"matrix.data.coop"
|
||||
|
|
|
@ -43,6 +43,8 @@
|
|||
restart_policy: unless-stopped
|
||||
networks:
|
||||
- name: matrix
|
||||
published_ports:
|
||||
- 8448:8448
|
||||
env:
|
||||
SYNAPSE_SERVER_NAME: "{{ matrix.domain }}"
|
||||
SYNAPSE_REPORT_STATS: "False"
|
||||
|
@ -75,4 +77,4 @@
|
|||
VIRTUAL_PORT: "8080"
|
||||
LETSENCRYPT_HOST: "{{ riot.domain }}"
|
||||
LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue