ยง2024-07-09+
No memory cache has been configured. To enhance performance, please configure a memcache, if available.
sudo apt-get install php-apcu
- /var/www/nextcloud/config/config.php
<?php
$CONFIG = array (
'instanceid' => 'oc5kx4u32hmz',
'passwordsalt' => 'BtMO2oEEHrT908y6jx8T9rF4IrSwpG',
'secret' => '/b7ZjNpCgXwswa6keolVOLmq53Vp/Xfrv4rlDjpi5UvN8TJZ',
'trusted_domains' =>
array (
0 => 'hc4bookworm.yushei.net:48501',
1 => 'munetaka.me:45103',
),
'overwrite.cli.url' => 'https://munetaka.me:45103',
'overwriteprotocol' => 'https',
'datadirectory' => '/var/www/nextcloud/data',
'dbtype' => 'mysql',
'version' => '29.0.3.4',
'htaccess.RewriteBase' => '/',
'dbname' => 'nextcloud_db',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'nextclouduser',
'dbpassword' => 'hc4Bookworm.yushei.net#20240708',
'installed' => true,
'appstoreenabled' => true,
'appstoreurl' => 'https://apps.nextcloud.com',
'appcodechecker' => false,
'updater.server.url' => 'https://updates.nextcloud.com/updater_server/',
'trusted_proxies' =>
array (
0 => 'fe80::99ac:c8e9:8e35:ba39',
),
'overwritehost' => 'munetaka.me:45103',
'forwarded_for_headers' => array('HTTP_X_FORWARDED_FOR'),
'allow_local_remote_servers' => true,
'local' =>
array (
0 => 'fe80::99ac:c8e9:8e35:ba39',
1 => 'github.com',
2 => '192.30.253.112',
3 => '192.30.253.113',
),
'appstore.experimental.enabled' => false,
'mail_from_address' => 'alexlai',
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'smtp',
'mail_domain' => 'h2Jammy.yushei.net',
'mail_smtphost' => 'h2jammy.yushei.net',
'mail_smtpport' => '25',
'mail_smtpauth' => 1,
'mail_smtpname' => 'alexlai',
'mail_smtppassword' => 'alex1765',
'appstoreenabled' => true,
'appstoreurl' => 'https://apps.nextcloud.com/api/v1',
'maintenance_window_start' => '01:00',
'maintenance_window_end' => '05:00',
'default_phone_region' => 'TW',
// To enhance performance, please configure a memcache
'memcache.local' => '\\OC\\Memcache\\APCu',
);