forked from data.coop/ansible
Add Nextcloud to allowed sender domains
This commit is contained in:
parent
2485c25dc1
commit
ad9a42f223
|
@ -67,6 +67,7 @@ services:
|
||||||
domain: "cloud.{{ base_domain }}"
|
domain: "cloud.{{ base_domain }}"
|
||||||
volume_folder: "{{ volume_root_folder }}/nextcloud"
|
volume_folder: "{{ volume_root_folder }}/nextcloud"
|
||||||
version: 25-apache
|
version: 25-apache
|
||||||
|
allowed_sender_domain: true
|
||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
file: gitea.yml
|
file: gitea.yml
|
||||||
|
@ -87,11 +88,12 @@ services:
|
||||||
domain: "matrix.{{ base_domain }}"
|
domain: "matrix.{{ base_domain }}"
|
||||||
volume_folder: "{{ volume_root_folder }}/matrix"
|
volume_folder: "{{ volume_root_folder }}/matrix"
|
||||||
version: v1.63.1
|
version: v1.63.1
|
||||||
|
allowed_sender_domain: true
|
||||||
|
|
||||||
riot:
|
riot:
|
||||||
domains:
|
domains:
|
||||||
- "riot.{{ base_domain }}"
|
- "riot.{{ base_domain }}"
|
||||||
- "element.{{ base_domain }}"
|
- "element.{{ base_domain }}"
|
||||||
volume_folder: "{{ volume_root_folder }}/riot"
|
volume_folder: "{{ volume_root_folder }}/riot"
|
||||||
version: v1.11.8
|
version: v1.11.8
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue