Guten Abend,
ich habe auf meiner DS 218+ Nextcloud 25.05 installiert. Auf meiner Nextcloud laufen 2 Benutzer. Mein System sperrt nach gewisser Zeit immer meinen Hauptbenutzer:
Ich habe auch schon 'auth.bruteforce.protection.enabled' => false, gesetzt. Leider kein Erfolg. Ich greife nur via Laptop und Smartphone auf meine Nextcloud Instanz.
Nextcloud habe ich direkt via /web/nextcloud auf meiner NAS installiert und dazu einen virtuellen Host.
Kann mir jemand hier weiterhelfen? Leider habe ich im Nextcloud Forum keine Antwort erhalten.
Meine Config:
ich habe auf meiner DS 218+ Nextcloud 25.05 installiert. Auf meiner Nextcloud laufen 2 Benutzer. Mein System sperrt nach gewisser Zeit immer meinen Hauptbenutzer:
Ich habe auch schon 'auth.bruteforce.protection.enabled' => false, gesetzt. Leider kein Erfolg. Ich greife nur via Laptop und Smartphone auf meine Nextcloud Instanz.
Nextcloud habe ich direkt via /web/nextcloud auf meiner NAS installiert und dazu einen virtuellen Host.
Kann mir jemand hier weiterhelfen? Leider habe ich im Nextcloud Forum keine Antwort erhalten.
Meine Config:
Code:
<?php
$CONFIG = array (
'instanceid' => '',
'passwordsalt' => ',
'secret' => ',
'trusted_domains' =>
array (
0 => 'sub.domain.de',
1 => 'localhost',
),
'auth.bruteforce.protection.enabled' => false,
'datadirectory' => '/volume1/nextcloudData',
'dbtype' => 'mysql',
'version' => '25.0.5.1',
'overwrite.cli.url' => 'https://sub.domain.de',
'dbname' => 'nextclouddatabase2',
'dbhost' => 'localhost:3306',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'nextclouddata',
'dbpassword' => 'Password',
'installed' => true,
'memcache.local' => '\\OC\\Memcache\\APCu',
'default_phone_region' => 'DE',
'mail_from_address' => 'nextcloud',
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'smtp',
'mail_smtpsecure' => 'ssl',
'mail_domain' => ',
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpauth' => 1,
'mail_smtphost' => '',
'mail_smtpport' => '465',
'mail_smtpname' => '',
'mail_smtppassword' => '',
'filelocking.enabled' => 'false',
'loglevel' => 3,
'app_install_overwrite' =>
array (
0 => 'files_texteditor',
1 => 'issuetemplate',
),
'maintenance' => false,
'share_folder' => '/Freigaben',
'theme' => '',
'allow_local_remote_servers' => true,
);