fix(nextcloud): sync client
This commit is contained in:
parent
1e3a018a3b
commit
62b5b303a9
1 changed files with 6 additions and 3 deletions
|
@ -4,9 +4,6 @@ image:
|
|||
ingress:
|
||||
enabled: true
|
||||
|
||||
phpClientHttpsFix:
|
||||
enabled: true
|
||||
|
||||
nextcloud:
|
||||
host: nextcloud.icb4dc0.de
|
||||
username: "{{ nextcloud.root.username }}"
|
||||
|
@ -14,6 +11,12 @@ nextcloud:
|
|||
defaultConfigs:
|
||||
redis.config.php: false
|
||||
configs:
|
||||
reverse-proxy.config.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
"overwrite.cli.url" => "https://nextcloud.icb4dc0.de",
|
||||
"overwriteprotocol" => "https",
|
||||
);
|
||||
logs.config.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
|
|
Loading…
Reference in a new issue