Megaron <?php
$CONFIG = array (
'instanceid' => 'xxxxxxx',
'passwordsalt' => 'xxxxxxx',
'secret' => 'xxxxxxx',
'trusted_domains' =>
array (
0 => 'nextcloud',
1 => 'xxxxxxx',
2 => '192.168.xxx.yyy',
),
'datadirectory' => '/mnt/sdb/nextcloud/data',
'dbtype' => 'mysql',
'version' => '21.0.1.1',
'overwrite.cli.url' => 'http://nextcloud',
'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,
);
Bei mir sieht das doch ein bisschen anders aus....
'trusted_domains' =>
array (
0 => '192.168.178.777',
1 => 'nextcloud123.X.XX',
),
Bei mir gibt es keine Nr. 3, mit der IP "0" bin ich Local (nutze ich aber nie) und mit der "1" bin ich im Web!
Bei mir 'datadirectory' => '/var/www/html/data',
und 'overwrite.cli.url' => 'http://192.168.178.777',
Und das:
''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' => '',
Hab ich garnicht bei mir drin.....