ownCloud - elventear/devops GitHub Wiki

Shared Files

We run an ownCloud server, which contains internal staff files and such that are too large or not relevant for GitHub.

Tech Details

The server is configured at three docker containers (owncloud-mysql, owncloud, owncloud-nginx) patterned after indiehosters/owncloud configuration. The owncloud server is running owncloud:fpm-9.0 where fpm is FastCGI Process Manager.

The docker volumes are mounted from /var/lib/owncloud*. You can see logs with docker logs as well as written to some directories.

The setup is in /etc/sysconfig/owncloud-init. The configuration is installed from a private repo for now.