Add Nextcloud to allowed sender domains

This commit is contained in:
Sam A. 2022-12-27 21:50:12 +01:00
parent 2485c25dc1
commit ad9a42f223
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 4 additions and 2 deletions

View File

@ -67,6 +67,7 @@ services:
domain: "cloud.{{ base_domain }}"
volume_folder: "{{ volume_root_folder }}/nextcloud"
version: 25-apache
allowed_sender_domain: true
gitea:
file: gitea.yml
@ -87,11 +88,12 @@ services:
domain: "matrix.{{ base_domain }}"
volume_folder: "{{ volume_root_folder }}/matrix"
version: v1.63.1
allowed_sender_domain: true
riot:
domains:
- "riot.{{ base_domain }}"
- "element.{{ base_domain }}"
- "riot.{{ base_domain }}"
- "element.{{ base_domain }}"
volume_folder: "{{ volume_root_folder }}/riot"
version: v1.11.8