Wusste nicht, dass in Ubuntu 22.04 LTS PHP gleich mitgeliefert wird.
Hier das config.php:
<?php
$CONFIG = array (
'instanceid' => 'xxxxxxxxxxxxxxxxxxx',
'passwordsalt' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxx',
'secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxx',
'trusted_domains' =>
array (
0 => 'xxxxxxxxxxxxxxx',
1 => '10.10.2.1',
2 => 'xxxxxxxxxxxxxxxxxxx',
),
'defaultapp' => 'files',
'overwrite.cli.url' => 'https://xxxxxxxxxxxxxxxxx',
'overwriteprotocol' => 'https',
'datadirectory' => '/var/www/nextcloud/data',
'default_language' => 'de_CH',
'default_locale' => 'de_CH',
'dbtype' => 'mysql',
'version' => '26.0.3.2',
'dbname' => 'nextcloud',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'oc_Administrator',
'dbpassword' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'logtimezone' => 'UTC',
'installed' => true,
'mail_smtpmode' => 'smtp',
'mail_from_address' => 'portal',
'mail_domain' => 'xxxxxxxx.ch',
'mail_smtphost' => 'mail.xxxxxxxxxxxx.ch',
'mail_smtpport' => '25',
'mail_smtpstreamoptions' =>
array (
'ssl' =>
array (
'allow_self_signed' => true,
'verify_peer' => false,
'verify_peer_name' => false,
),
),
'appstore.experimental.enabled' => false,
'maintenance' => false,
'ldapIgnoreNamingRules' => false,
'ldapProviderFactory' => '\\OCA\\User_LDAP\\LDAPProviderFactory',
'ldapUserCleanupInterval' => 5,
'filelocking.enabled' => 'true',
'session_lifetime' => 1800,
'session_keepalive' => false,
'memcache.local' => '\\OC\\Memcache\\APCu',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'localhost',
'port' => 6379,
),
'updater.release.channel' => 'stable',
'theme' => '',
'log_type' => 'owncloud',
'logfile' => '/var/log/nextcloud.log',
'loglevel' => '3',
'logdateformat' => 'F d, Y H:i:s',
'skeletondirectory' => '',
'mail_smtpauthtype' => 'PLAIN',
'app_install_overwrite' =>
array (
0 => 'ransomware_protection',
1 => 'activitylog',
),
'auth.webauthn.enabled' => false,
'mail_sendmailmode' => 'smtp',
'mysql.utf8mb4' => false,
'default_phone_region' => 'CH',
'twofactor_enforced' => 'true',
'twofactor_enforced_groups' =>
array (
),
'twofactor_enforced_excluded_groups' =>
array (
),
);
Von wo hÀttest du denn gerne Screenshots?
Danke fĂŒr deine Zeit und beste GrĂŒsse
â â