add trusted domains
This commit is contained in:
parent
cff62f5f2a
commit
a187c3e039
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
# domain, webroot
|
# domain, webroot
|
||||||
nextcloud_domain: example.com
|
nextcloud_domain: example.com
|
||||||
|
nextcloud_trusted_domains: ["{{ nextcloud_domain }}"]
|
||||||
nextcloud_web_root: /
|
nextcloud_web_root: /
|
||||||
|
|
||||||
# database
|
# database
|
||||||
|
@ -50,6 +50,8 @@
|
|||||||
volumes:
|
volumes:
|
||||||
- "{{ nextcloud_volume }}:/var/www/html"
|
- "{{ nextcloud_volume }}:/var/www/html"
|
||||||
env:
|
env:
|
||||||
|
NEXTCLOUD_TRUSTED_DOMAINS:
|
||||||
|
"{{ nextcloud_trusted_domains | join(' ') }}"
|
||||||
SQLITE_DATABASE:
|
SQLITE_DATABASE:
|
||||||
"{{ nextcloud_db_name if nextcloud_db_engine == 'sqlite' else '' }}"
|
"{{ nextcloud_db_name if nextcloud_db_engine == 'sqlite' else '' }}"
|
||||||
MYSQL_DATABASE:
|
MYSQL_DATABASE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user