User Tools

Site Tools


computing:nextcloud

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:nextcloud [2024/01/03 15:43] oemb1905computing:nextcloud [2025/10/25 18:56] (current) oemb1905
Line 138: Line 138:
 To configure cron to refresh php every 5 minutes: To configure cron to refresh php every 5 minutes:
    
-  sudo crontab -e -u www-data+  ''sudo crontab -e -u www-data''
   <MAILTO="email@email.com">   <MAILTO="email@email.com">
   <*/ *  *  *  * php -f /var/www/html/cron.php > /dev/null 2>&1>   <*/ *  *  *  * php -f /var/www/html/cron.php > /dev/null 2>&1>
Line 291: Line 291:
   'overwriteprotocol' => 'https',   'overwriteprotocol' => 'https',
  
-This ensures that the upstream subnet and node is trusted and that external url requests don't try to access the subnet directly. There are other notes in the proxmox tutorial since that is when I set up the reverse proxy setup.+This ensures that the upstream subnet and node is trusted and that external url requests don't try to access the subnet directly. There are other notes in the proxmox tutorial since that is when I set up the reverse proxy setup. There is now a recommended maintenance window setting:
  
- --- //[[jonathan@haacksnetworking.org|oemb1905]] 2024/01/03 15:40//+  'maintenance_window_start' => 1, 
 +   
 +Mimetype migrations 
 + 
 +  sudo -u www-data php occ maintenance:repair --include-expensive 
 + 
 +On recent versions, you cannot set up smtp on the gui. Use the following adjust as needed: 
 + 
 +  'mail_smtpmode' => 'smtp', 
 +  'mail_sendmailmode' => 'smtp', 
 +  'mail_smtphost' => 'mail.example.com', 
 +  'mail_smtpport' => '465', 
 +  'mail_smtpauth' => 1, 
 +  'mail_smtptimeout' => 30, 
 +  'mail_from_address' => 'noreply', 
 +  'mail_smtpname' => 'noreply', 
 +  'mail_smtppassword' => 'hackmehard123!@', 
 +  'mail_smtpsecure' => 'ssl', 
 + 
 + --- //[[alerts@haacksnetworking.org|oemb1905]] 2025/03/24 22:22//
computing/nextcloud.1704296604.txt.gz · Last modified: by oemb1905