/NextcloudDocker

Docker Container Collection for Nextcloud

Primary LanguageShellMIT LicenseMIT

NextcloudDocker Build Status

Docker Container Collection for Nextcloud

Container in this Repository

Nextcloud

Extends the default configuration with better PHP settings and implements the option to use Samba Share.

docker pull craftingit/nextcloud:latest

Parameters:

  • USER_ID Set the UserID of www-user.
  • GROUP_ID Set the GroupID of www-user.

Nextcloud-Cron

Adds Teseract OCR to be implemented into cron job.

docker pull craftingit/nextcloudcron:latest

Parameters:

  • CRON If set the cron command will run every 15 minutes.
  • FULLTEXT If set the Fulltext search index rebuilds every night.
  • PREVIEW If set image Previews will be generated every 15 minutes.
  • USER_ID Set the UserID of www-user.
  • GROUP_ID Set the GroupID of www-user.

Nextcloud-Elasticsearch

Extended with the ingest-attachment plugin.

docker pull craftingit/nextcloud-elasticsearch:latest