Owncloud installieren (Ubuntu 18.04)
Version vom 27. Juli 2020, 18:49 Uhr von Martin Kirner (Diskussion | Beiträge) (→Optionale Konfigurationen)
Noch in Bearbeitung
Optionale Konfigurationen
Cronjobs
sudo crontab -e
*/5 * * * * sudo -u www-data php -f /mnt/synology/web1/www/nextcloud/cron.php
Links
Redis Server
Installation
siehe Redis-Server
Konfiguration
sudo vi /mnt/synology/web1/www/owncloud/config/config.php
'memcache.locking' => '\OC\Memcache\Redis', 'memcache.local' => '\OC\Memcache\Redis', 'redis' => [ 'host' => '/var/run/redis/redis-server.sock', 'port' => 0, 'timeout' => 0, 'dbindex' => 0, // use different database for different applications ],
Links
Zurück zu Owncloud installieren