Nextcloud docker-based deployment, with the following functionalities:
- Collabora Online Development Edition
- automatic LetsEncrypt SSL certificate management via Traefik
Copy the default file:
cp default-env .env
Edit .env and set the different variables.
mkdir -p docker-volumes/{db,html,proxy}
touch docker-volumes/acme.json
chmod 600 docker-volumes/acme.json
docker-compose -f docker-compose.yml up
The main interface is accessible at https://${NEXTCLOUD_VIRTUAL_HOST}
https://f-droid.org/en/packages/com.nextcloud.client/ https://f-droid.org/en/packages/it.niedermann.owncloud.notes/