Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vdo/dappnodepackage-nextcloud

Nextcloud is a suite of client-server software for creating and using file hosting services
https://github.com/vdo/dappnodepackage-nextcloud

dappnode nextcloud

Last synced: 4 days ago
JSON representation

Nextcloud is a suite of client-server software for creating and using file hosting services

Awesome Lists containing this project

README

        

# DAppnodePackage-nextcloud

[![DAppNodeStore Available](https://img.shields.io/badge/DAppNodeStore-Available-brightgreen.svg)](http://my.admin.dnp.dappnode.eth/#/installer/nextcloud.public.dappnode.eth)

This package deploys a nextcloud instance in your DAppNode. To keep the package optimal and self-contained, only SQlite database backend is available.

Check [Nextcloud](https://nextcloud.com/) for more information.

## Building

`docker-compose build`

## Running

### Start

`docker-compose up -d`

### View logs

`docker-compose logs -f`

### Stop

`docker-compose down`

### License

This package maintains the AGPLv3 license of Nextcloud.