nextcloud

  • By Erik Lönroth
Channel Revision Published Runs on
latest/edge 24 07 Jul 2023
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
juju deploy nextcloud --channel edge
Show information

Platform:

Ubuntu
22.04 20.04 18.04

Nextcloud needs a redis backend for files and login sessions.

Build and deploy Redis

The current charmhub Redis is very old. There is a version which you can build and deploy here: https://github.com/nextcloud-charmers/redis-vm

Build and deploy the redis-vm

charmcraft pack
juju deploy ./redis-vm.charm
juju relate redis:db nextcloud:redis

Help improve this document in the forum (guidelines). Last updated 10 months ago.