custom.php modified

This commit is contained in:
Philip Haupt
2025-10-12 23:06:10 +02:00
parent c2d1117e1b
commit e04f2852ea
2 changed files with 9 additions and 13 deletions

View File

@@ -218,12 +218,10 @@ nextcloud:
configs:
custom.php: |-
<?php
$CONFIG = array (
'dbtableprefix' => 'oc_',
'instanceid' => 'ocb8bvdm3qvt',
'passwordsalt' => '5nGOEkkEwGE+suDFOxm/yp0Sw1XHhq',
'secret' => 'ttxARk+gXNdBBBO3AsH5Na2MPU9uy0UHzXqAKx686ykragmC',
);
$trustedDomains = getenv('NEXTCLOUD_TRUSTED_DOMAINS');
if ($trustedDomains) {
$CONFIG['trusted_domains'] = array_filter(array_map('trim', explode(' ', $trustedProxies)));
}
# For example, to enable image and text file previews:
# previews.config.php: |-
# <?php