[Eisfair] [E64] Nach Nextcloud-Update Anmeldung nicht mehr möglich.

Ulrich Hupe Ulrich.Hupe at t-online.de
Sa Mai 29 16:06:28 CEST 2021


> wie hast Du die folgenden Parameter gesetzt:
> 
> NEXTCLOUD_SECURITY_UPDATER_APP
> NEXTCLOUD_APPSTORE_ENABLED
> 

ok, hier die entspr. config
die logs geben auch nichts her.
Ich kann eben nicht updaten und jetzt hängt das

Ulrich

<?php
define("DEBUG", true);

$CONFIG = array (
   // Default Parameters
   'installed' => true,
   'trusted_domains' =>
   array (
   0 => 'localhost',
  xyz
,
   ),
   'datadirectory' => '/var/nextcloud/data',
   'version'       => '20.0.9.1',
   'dbname'        => 'cloud',
   'dbtableprefix' => 'nc_',
   'dbtype'        => 'mysql',
   'dbhost'        => 'localhost:/run/mysql/103/mysql.sock',
   'dbuser'        => 'u',
   'dbpassword'    => 'n',
   'mysql.utf8mb4' => true,

   // User Experience
   'default_language' => 'de',
   'default_phone_region' => 'DE',
   'defaultapp' => 'dashboard,files',
   'knowledgebaseenabled' => true,
   'enable_avatars' => true,
   'allow_user_to_change_display_name' => true,
   'session_keepalive' => true,
   'token_auth_enforced' => false,
   'auth.bruteforce.protection.enabled' => true,
   'skeletondirectory' => '/var/nextcloud/skeleton',


   // Proxy Configurations
   'overwriteprotocol' => '',
   'overwritehost'     => '',
   'overwritewebroot'  => '/nextcloud',
   'overwrite.cli.url' => 'http://localhost',
   'overwritecondaddr' => '',
   'htaccess.IgnoreFrontController' => false,

   // Deleted Items (trash bin)
   'trashbin_retention_obligation' => 'auto',

   // File versions
   'versions_retention_obligation' => 'auto',

   // Verifications
   'appcodechecker'  => true,
   'updatechecker'   => false,
   'updater.server.url' => 'https://updates.nextcloud.com/updater_server/',
   'updater.release.channel' => 'stable',
   'has_internet_connection' => true,
   'check_for_working_webdav'   => true,
   'check_for_working_wellknown_setup' => true,
   'check_for_working_htaccess' => true,
   'config_is_read_only' => false,

   // Logging
   'log_type' => 'syslog',
   'logfile'  => '',
   'syslog_tag' => 'nextcloud',
   'logdateformat' => 'Y-m-d H:i:sP',
   'loglevel'  => '2',
   'logtimezone'     => 'Europe/Berlin',
   'cron_log'        => false,
   'log_query'       => false,
   'log_rotate_size' => false,

   // Apps
   'appstoreenabled'     => true,
   'upgrade.disable-web' => true,
   'apps_paths' =>
   array (
     0 => array (
       'path' => '/var/www/htdocs/nextcloud/apps',
       'url'      => '/apps',
       'writable' => false,
     ),
     1 =>  array (
       'path'     => '/var/www/htdocs/nextcloud/apps2',
       'url'      => '/apps2',
       'writable' => true,
     ),
   ),


   // Maintenance
   'maintenance' => false,

   // SSL
   'openssl' =>
   array (
     'config' => '/usr/local/ssl/openssl.cnf',
   ),
   'cipher' => 'AES-256-CFB',
   'enable_certificate_management' => true,

   // Miscellaneous
   'hashingCost' => 10,
   'blacklisted_files' =>
   array (
     0 => '.htaccess',
   ),
   'share_folder' => '/',
   'theme'    => '',
   'memcache.local' => 'OC\\Memcache\\APCu',
   'memcache.locking' => 'OC\\Memcache\\Redis',
   'redis' =>
   array (
     'host' => '/run/redis/redis.sock',
     'port' => 0,
     'timeout' => 0.0
   ),
   'cache_path' => '',
   'minimum.supported.desktop.version' => '2.0.0',
   'filesystem_check_changes' => 1,
   'mount_file' => '/var/nextcloud/data/mount.json',
   'filesystem_cache_readonly' => false,




Mehr Informationen über die Mailingliste Eisfair