Been getting config files downloaded

This commit is contained in:
2026-02-23 22:01:38 +01:00
parent 56591b2c53
commit 359bd210ff
9021 changed files with 4554 additions and 118044 deletions
+98
View File
@@ -0,0 +1,98 @@
<?php
$CONFIG = array (
'htaccess.RewriteBase' => '/',
'memcache.local' => '\\OC\\Memcache\\APCu',
'apps_paths' =>
array (
0 =>
array (
'path' => '/var/www/html/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/var/www/html/custom_apps',
'url' => '/custom_apps',
'writable' => true,
),
),
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'redis',
'password' => '',
'port' => 6379,
),
'upgrade.disable-web' => true,
'instanceid' => 'ocqtehxjv8x8',
'passwordsalt' => 'CKSAncvdHjZzkSh2A2w9M9v8algtxh',
'secret' => 'kYXhPWpJmvJA3fQevaPsqq7WTId6F5qdlHIjxvPPMvsiA1C+',
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'nextcloud',
2 => 'nextcloud.data-pro.nu',
),
'datadirectory' => '/var/www/html/data',
'dbtype' => 'mysql',
'version' => '32.0.6.1',
'overwrite.cli.url' => 'https://nextcloud.data-pro.nu',
'dbname' => 'nextcloud',
'dbhost' => 'mariadb',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'nextcloud',
'dbpassword' => 'MySQL2',
'installed' => true,
'forwarded_for_headers' =>
array (
0 => 'HTTP_X_FORWARDED_FOR',
),
'overwritehost' => 'nextcloud.data-pro.nu',
'overwriteprotocol' => 'https',
'overwritecondaddr' => '^10\\.|^192\\.168\\.|^172\\.(1[6-9]|2[0-9]|3[0-1])\\.',
'maintenance_window_start' => 1,
'maintenance' => false,
'default_phone_region' => 'NL',
'mail_from_address' => 'info',
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'smtp',
'mail_domain' => 'data-pro.nu',
'mail_smtphost' => 'smtp.soverin.net',
'mail_smtpport' => '587',
'mail_smtpauth' => true,
'mail_smtpname' => 'info@data-pro.nu',
'mail_smtppassword' => 'NgbjK-gTrcQ-PYSNK-4WBbP-bbxbb',
'talk.signaling-server-url' => 'http://signaling.data-pro.nu:8080',
'talk.websocket_url' => 'wss://janus.data-pro.nu:8089/janus',
'loglevel' => 0,
'app_install_overwrite' =>
array (
0 => 'files_texteditor',
1 => 'memories',
),
'spreed' =>
array (
'signaling_server' => 'wss://signaling.data-pro.nu/ws',
'turn_servers' =>
array (
0 =>
array (
'url' => 'turn:turn.data-pro.nu:3478?transport=udp',
'secret' => 'chy2gng!thg!wep_GCW',
),
),
),
'memories.db.triggers.fcu' => true,
'config_preset' => 7,
'trusted_proxies' =>
array (
0 => '172.18.0.0/16',
1 => '172.18.0.2',
),
'memories.exiftool' => '/var/www/html/custom_apps/memories/bin-ext/exiftool-amd64-glibc',
'memories.vod.path' => '/var/www/html/custom_apps/memories/bin-ext/go-vod-amd64',
);