No description
Find a file
Jan Beilicke 9ffd149c65 Adds Redis cache (#4)
Requires adding a Redis host password through `redis_host_password`.

If you are updating you existing Nextcloud, you might have to manually update the `<nextcloud-data-volume>/config/config.php` and replace `memcache...` properties with:

```
  'memcache.distributed' => '\OC\Memcache\Redis',
  'memcache.local' => '\OC\Memcache\Redis',
  'memcache.locking' => '\OC\Memcache\Redis',
  'redis' => array(
     'host' => 'redis',
     'port' => 6379,
     ),
```

Co-authored-by: Jan Beilicke <dev@jotbe.io>
Reviewed-on: #4
2023-10-29 19:40:26 +01:00
defaults Initial commit 2020-03-24 00:38:20 +01:00
files Pins Nextcloud to version 27 and switches from Apache to Nginx to improve performance esp. of video streaming (#2) 2023-10-28 23:38:27 +02:00
handlers Initial commit 2020-03-24 00:38:20 +01:00
meta Initial commit 2020-03-24 00:38:20 +01:00
tasks Adds Redis cache (#4) 2023-10-29 19:40:26 +01:00
templates Adds Redis cache (#4) 2023-10-29 19:40:26 +01:00
tests Initial commit 2020-03-24 00:38:20 +01:00
vars Initial commit 2020-03-24 00:38:20 +01:00
LICENSE Initial commit 2020-03-24 00:38:20 +01:00
README.md Initial commit 2020-03-24 00:38:20 +01:00

Nextcloud (Docker-Compose)

Requirements

Role Variables

TODO

Dependencies

Example Playbook

License

MIT

Author Information

This role was created in 2020 by Jan Beilicke.