/NextcloudDocker

Docker Container Collection for Nextcloud

Primary LanguageShellMIT LicenseMIT

NextcloudDocker release-container

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.
  • ADDITIONAL_GROUPS Add the user to additional groups. In the format GROUPID1:GROUPNAME1;GROUPID2:GROUPNAME2

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.
  • ADDITIONAL_GROUPS Add the user to additional groups. In the format GROUPID1:GROUPNAME1;GROUPID2:GROUPNAME2