
About :
Last version: 21.0.0.0
Applicable models: TerraMaster x.64 series
Applicable TOS: 4.1.27 or later versions
App download: http://s.go.ro/l92hljwg
Required packages:
apache24 > 2.4.46.1
MariaDB > 10.4.17.0 - optional
During setup choose this shared folder on your NAS to store your data: /mnt/md0/appdata/NextcloudData.
Add cache memory
After Nextcloud is configured, add this line on nextcloud config.
Code: Select all
'memcache.local' => '\OC\Memcache\APCu',
Code: Select all
'filelocking.enabled' => true,
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(</br>
'host' => '127.0.0.1',</br>
'port' => 6379,
),
Stop Nextcloud module
Connect with SSH and run
Code: Select all
cd /usr/local/Nextcloud_okm/bin/nextcloud
/usr/local/apache24/sys/bin/php -c /mnt/appdata/Nextcloud_okm/php.ini occ db:convert-filecache-bigint
When is done, start Nextcloud module
Add missing indexes
Connect with SSH and run
Code: Select all
cd /usr/local/Nextcloud_okm/bin/nextcloud
/usr/local/apache24/sys/bin/php -c /mnt/appdata/Nextcloud_okm/php.ini occ db:add-missing-indices
About:
https://nextcloud.com
A safe home for all your data
Access & share your files, calendars, contacts, mail & more from any device, on your terms
How to manully install this app on TerraMaster application store?