A docker image based on the official Nextcloud image with additional tools and dependencies.
Currently the following tools and dependencies are installed inside the container (additionally to the ones already available in the official image):
ocrMyPdf
: makes it possible to use theworkflow_ocr
appsmbclient
: makes it possible to mount Samba shares inside the container
You can find more information by having a look into the Dockerfile
.
Since the image is based on the official Nextcloud docker image, you can use it exactly the same way. The only thing you have to change is the image name, which sould be changed to r0wi/nextcloud-extended:<TAG>
. For example:
$ docker run -d -p 8080:80 r0wi/nextcloud-extended:24-apache
Please refer to the official documentation for further details.
An update script runs every night to ensure that the image inherits all changes from the official Nextcloud image. The script itself searches for all apache
-based Nextcloud images on the Docker Hub which are updated within the last 14 days. These images will be taken as base images.