Megaron
versuch es mal so, da fehlt aber noch ein bisschen in der config
<?php
$CONFIG = array (
'instanceid' => 'xxxxxxx',
'passwordsalt' => 'xxxxxxx',
'secret' => 'xxxxxxx',
'trusted_domains' =>
array (
0 => 'nextcloud.local',
1 => 'deineurl.de',
),
'datadirectory' => '/mnt/sdb/nextcloud/data',
'dbtype' => 'mysql',
'version' => '21.0.1.1',
'overwrite.cli.url' => 'http://nextcloud.local',
'dbname' => 'nextcloud',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'oc_admin',
'dbpassword' => 'xxxxxxxx',
'installed' => true,
'memcache.local' => '\\OC\\Memcache\\APCu',
'default_phone_region' => 'DE',
'maintenance' => false,
'mail_smtpmode' => 'smtp',
'mail_smtphost' => 'smtp.web.de',
'mail_sendmailmode' => 'smtp',
'mail_from_address' => 'xxxxx',
'mail_domain' => 'xxxx',
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpauth' => 1,
'mail_smtpname' => 'xxxx',
'mail_smtppassword' => 'xxxxxx',
'mail_smtpsecure' => 'tls',
'mail_smtpport' => '25',
'updater.secret' => 'xxxxx',
'theme' => '',
'loglevel' => 2,
);