Owncloud installieren (Ubuntu 18.04)
Noch in Bearbeitung
Optionale Konfigurationen
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