@jtr Thanks you for you time…
<?php
$CONFIG = array (
'one-click-instance' => true,
'one-click-instance.user-limit' => 100,
'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,
),
),
'appsallowlist' => false,
'check_data_directory_permissions' => false,
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'nextcloud-aio-redis',
'password' => '......',
'port' => 6379,
),
'overwritehost' => 'MYURL',
'overwriteprotocol' => 'https',
'passwordsalt' => '........',
'secret' => '.......',
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'MYURL',
2 => 'ANOTHERURL',
3 => '192.168.1.12',
),
'datadirectory' => '/mnt/ncdata',
'dbtype' => 'pgsql',
'version' => '29.0.4.1',
'overwrite.cli.url' => 'https://MYURL/',
'dbname' => 'nextcloud_database',
'dbhost' => 'nextcloud-aio-database',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'oc_nextcloud',
'dbpassword' => '.....',
'installed' => true,
'instanceid' => '.....',
'maintenance' => false,
'maintenance_window_start' => 1,
'default_phone_region' => 'DE',
'updatedirectory' => '/nc-updater',
'loglevel' => '2',
'log_type' => 'file',
'logfile' => '/var/www/html/data/nextcloud.log',
'log_rotate_size' => '10485760',
'log.condition' =>
array (
'apps' =>
array (
0 => 'admin_audit',
),
),
'preview_max_x' => 1024,
'preview_max_y' => 1024,
'jpeg_quality' => 60,
'enabledPreviewProviders' =>
array (
0 => 'OC\\Preview\\Imaginary',
1 => 'OC\\Preview\\MP3',
2 => 'OC\\Preview\\TXT',
3 => 'OC\\Preview\\OpenDocument',
4 => 'OC\\Preview\\Movie',
5 => 'OC\\Preview\\Krita',
6 => 'OC\\Preview\\HEIC',
7 => 'OC\\Preview\\TIFF',
8 => 'OC\\Preview\\Image',
),
'enable_previews' => true,
'upgrade.disable-web' => true,
'mail_smtpmode' => 'smtp',
'trashbin_retention_obligation' => 'auto, 30',
'versions_retention_obligation' => 'auto, 30',
'activity_expire_days' => '30',
'simpleSignUpLink.shown' => false,
'share_folder' => '/Shared',
'one-click-instance.link' => 'https://nextcloud.com/all-in-one/',
'upgrade.cli-upgrade-link' => 'https://github.com/nextcloud/all-in-one/discussions/2726',
'allow_local_remote_servers' => true,
'davstorage.request_timeout' => 3600,
'htaccess.RewriteBase' => '/',
'dbpersistent' => false,
'files_external_allow_create_new_local' => false,
'trusted_proxies' =>
array (
0 => '127.0.0.1',
1 => '::1',
2 => '172.18.0.1',
3 => '172.19.0.1',
4 => '127.0.0.1',
10 => '172.18.0.0/16',
),
'preview_imaginary_url' => 'http://nextcloud-aio-imaginary:9000',
'mail_sendmailmode' => 'smtp',
'mail_from_address' => 'webmaster',
'mail_domain' => 'MYURL',
'mail_smtphost' => 'smtp.provider.de',
'mail_smtpport' => '587',
'mail_smtpauth' => 1,
'mail_smtpname' => 'webmaster@MYURL',
'mail_smtppassword' => '.....',
'memories.exiftool' => '/var/www/html/custom_apps/memories/bin-ext/exiftool-amd64-musl',
'memories.vod.path' => '/var/www/html/custom_apps/memories/bin-ext/go-vod-amd64',
'memories.vod.ffmpeg' => '/usr/bin/ffmpeg',
'memories.vod.ffprobe' => '/usr/bin/ffprobe',
'preview_imaginary_key' => '6fadc047334f6eae500c18cb174db81576e62b4106f38d29',
'memories.gis_type' => 2,
'memories.db.triggers.fcu' => true,
'auth.bruteforce.protection.enabled' => true,
'ratelimit.protection.enabled' => true,
'memories.vod.disable' => false,
);
- Here is what happens in the Browser inspector during the issue… first picture is during the first call, when I then just refresh the browser the side will load completly…
- Nothing would have happened in the nextcloud.log file the during this time, I checked it with a tail - f.