forked from data.coop/ansible
Adding some missing matrix stuff. Trying to get federation to work.
This commit is contained in:
parent
fefbabcc33
commit
79149a4cba
|
@ -16,6 +16,7 @@
|
|||
- passit
|
||||
- gitea
|
||||
- postfix
|
||||
- matrix_riot
|
||||
|
||||
smtp_host: postfix
|
||||
smtp_port: 587
|
||||
|
|
|
@ -27,11 +27,11 @@
|
|||
"piwik": false,
|
||||
"roomDirectory": {
|
||||
"servers": [
|
||||
"matrix.data.coop"
|
||||
"{{ base_domain }}"
|
||||
]
|
||||
},
|
||||
"enable_presence_by_hs_url": {
|
||||
"https://matrix.data.coop": false
|
||||
"https://{{ matrix.domain }}": false
|
||||
},
|
||||
"terms_and_conditions_links": [
|
||||
{
|
||||
|
|
|
@ -44,9 +44,10 @@
|
|||
networks:
|
||||
- name: matrix
|
||||
published_ports:
|
||||
- 8008:8008
|
||||
- 8448:8448
|
||||
env:
|
||||
SYNAPSE_SERVER_NAME: "{{ matrix.domain }}"
|
||||
SYNAPSE_SERVER_NAME: "{{ base_domain }}"
|
||||
SYNAPSE_REPORT_STATS: "False"
|
||||
SYNAPSE_ENABLE_REGISTRATION: "True"
|
||||
SYNAPSE_LOG_LEVEL: "INFO"
|
||||
|
|
Loading…
Reference in a new issue