More Docker. Easy Access. New Streamlined Plans. Learn more.

storjthirdparty/nextcloud-app

By storjthirdparty

Updated over 2 years ago

Nextcloud with Storj app pre-installed

Image
3

390

This is an image of Nextcloud with the Storj app pre-installed and configured as primary storage.

Docker CLI example:

docker run --name nextcloud \
    --env OBJECTSTORE_STORJ_ACCESS_GRANT=myaccessgrant \
    --env OBJECTSTORE_STORJ_BUCKET=mybucket \
    storjthirdparty/nextcloud-app:25.0.0-apache

Docker-compose example:

services:
  nextcloud:
    image: storjthirdparty/nextcloud-app:25.0.0-apache
    environment:
      OBJECTSTORE_STORJ_ACCESS_GRANT: myaccessgrant
      OBJECTSTORE_STORJ_BUCKET: mybucket

You need to enable the app in the GUI after the installation wizard has run.

This image is based on the official Nextcloud image. Check its page for detailed instructions on how to manage and configure the container.

Docker Pull Command

docker pull storjthirdparty/nextcloud-app