Skip to content

Nextcloud and Collabora in a docker, with automatic LetsEncrypt management and EFK logging/reporting

License

Notifications You must be signed in to change notification settings

sdelafond/docker-nextcloud-collabora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextcloud docker-based deployment, with the following functionalities:

  • Collabora Online Development Edition
  • automatic LetsEncrypt SSL certificate management via Traefik

Usage

Running the services

Set environment variables

Copy the default file:

cp default-env .env

Edit .env and set the different variables.

Create volumes directories and files

mkdir -p docker-volumes/{db,html,proxy}
touch docker-volumes/acme.json
chmod 600 docker-volumes/acme.json

Start the services

docker-compose -f docker-compose.yml up

Use Nextcloud

The main interface is accessible at https://${NEXTCLOUD_VIRTUAL_HOST}

Android integration

Documents

https://f-droid.org/en/packages/com.nextcloud.client/ https://f-droid.org/en/packages/it.niedermann.owncloud.notes/

Calendar & contacts

https://f-droid.org/en/packages/at.bitfire.davdroid/

Remote calendars

https://f-droid.org/en/packages/at.bitfire.icsdroid/

About

Nextcloud and Collabora in a docker, with automatic LetsEncrypt management and EFK logging/reporting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published