Nextcloud: Difference between revisions
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Nextcloud is a self-hosted cloud solution | Nextcloud is a self-hosted cloud storage and file sharing solution. | ||
It is open-source under AGPL-3. | It is open-source under AGPL-3. | ||
Line 36: | Line 35: | ||
You should use caching to achieve a reasonable performance. | You should use caching to achieve a reasonable performance. | ||
NextCloud recommends APCu for local caching and Redis for lock caching: | NextCloud recommends APCu for local caching and Redis for lock caching: | ||
< | <syntaxhighlight lang="php"> | ||
'memcache.local' => '\OC\Memcache\APCu', | 'memcache.local' => '\OC\Memcache\APCu', | ||
'memcache.distributed' => '\OC\Memcache\Redis', | 'memcache.distributed' => '\OC\Memcache\Redis', | ||
Line 44: | Line 43: | ||
'port' => 6379, | 'port' => 6379, | ||
], | ], | ||
</ | </syntaxhighlight> | ||
===Troubleshooting=== | ===Troubleshooting=== | ||
Line 75: | Line 74: | ||
Markdown does not have a Latex app. | Markdown does not have a Latex app. | ||