Merge branch 'master' into postgress

This commit is contained in:
vincent 2020-09-09 21:04:29 +02:00
commit 962f599964
2 changed files with 14 additions and 1 deletions

View File

@ -7,6 +7,19 @@ chainetv_repo_branch: dev
certbot_create_if_missing: false
nextcloud_trusted_domains:
- localhost
- vmas-build
nextcloud_config_options: # additional options to set in config.php
- option: overwrite.cli.url
value: "'https://vmas-build'"
- option: maintenance
value: "false"
- option: loglevel
value: "2"
nginx_vhosts:
- listen: "80"
server_name: "_"

View File

@ -13,7 +13,7 @@ nextcloud_trusted_domains:
- vmas-hml
nextcloud_config_options: # additional options to set in config.php
- option: overwrite.cli.url
value: "'https://vmas-hml'"
value: "http://vmas-hml"
- option: maintenance
value: "false"
- option: loglevel