Am 29.01.19 um 15:27 schrieb Maciej Delmanowski:
If it's too difficult, there's also an option of creating an
LXC
container for each instance and putting a nginx proxy in front of
all of them. It can be later extended to separate hosts for each
instance if need be.
I don't want to talk you out of using debops here ;-) but I suggest
to talk a look at running nextcloud within a docker container. They
provide official images:
https://github.com/nextcloud/docker
You can set up the docker host via debops.docker:
https://docs.debops.org/en/latest/ansible/roles/debops.docker/
and even define the containers via ansible (afaik debops doesn't yet
support that?):
https://docs.ansible.com/ansible/latest/modules/docker_container_module.html
For sure a reverse proxy in front of the containers is needed here.
nginx or haproxy or traefik ...
btw: I already run such a setup ... ok, one nc-instance only, but
anyway working fine.
Stefan