This commit is contained in:
Philip Haupt
2025-10-12 23:20:55 +02:00
parent 61abff3d93
commit 585bdf7ceb
2 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ data:
<?php
$trustedDomains = getenv('NEXTCLOUD_TRUSTED_DOMAINS');
if ($trustedDomains) {
$CONFIG['trusted_domains'] = array_filter(array_map('trim', explode(' ', $trusted_domains)));
$CONFIG['trusted_domains'] = array_filter(array_map('trim', explode(' ', $trustedDomains)));
}
redis.config.php: |-
<?php
@@ -284,7 +284,7 @@ spec:
metadata:
annotations:
hooks-hash: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
nextcloud-config-hash: bc74f2af48db9c386b1c4d836e9de7dd9f81c8b0457a319eaa6e4f09d5f4e4fc
nextcloud-config-hash: c8b2eabce44008395c874488663a3bc4ce2ab89893ba8f511d14d4c3bc439cb7
php-config-hash: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
labels:
app.kubernetes.io/component: app