Merge branch 'master' into postgress
This commit is contained in:
commit
962f599964
@ -7,6 +7,19 @@ chainetv_repo_branch: dev
|
|||||||
|
|
||||||
certbot_create_if_missing: false
|
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:
|
nginx_vhosts:
|
||||||
- listen: "80"
|
- listen: "80"
|
||||||
server_name: "_"
|
server_name: "_"
|
||||||
|
@ -13,7 +13,7 @@ nextcloud_trusted_domains:
|
|||||||
- vmas-hml
|
- vmas-hml
|
||||||
nextcloud_config_options: # additional options to set in config.php
|
nextcloud_config_options: # additional options to set in config.php
|
||||||
- option: overwrite.cli.url
|
- option: overwrite.cli.url
|
||||||
value: "'https://vmas-hml'"
|
value: "http://vmas-hml"
|
||||||
- option: maintenance
|
- option: maintenance
|
||||||
value: "false"
|
value: "false"
|
||||||
- option: loglevel
|
- option: loglevel
|
||||||
|
Loading…
Reference in New Issue
Block a user