fix(nextcloud): sync client

This commit is contained in:
Peter 2023-07-18 18:26:50 +00:00
parent 1e3a018a3b
commit 62b5b303a9

View file

@ -4,9 +4,6 @@ image:
ingress: ingress:
enabled: true enabled: true
phpClientHttpsFix:
enabled: true
nextcloud: nextcloud:
host: nextcloud.icb4dc0.de host: nextcloud.icb4dc0.de
username: "{{ nextcloud.root.username }}" username: "{{ nextcloud.root.username }}"
@ -14,6 +11,12 @@ nextcloud:
defaultConfigs: defaultConfigs:
redis.config.php: false redis.config.php: false
configs: configs:
reverse-proxy.config.php: |-
<?php
$CONFIG = array (
"overwrite.cli.url" => "https://nextcloud.icb4dc0.de",
"overwriteprotocol" => "https",
);
logs.config.php: |- logs.config.php: |-
<?php <?php
$CONFIG = array ( $CONFIG = array (