Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vdo/dappnodepackage-nextcloud
- Owner: vdo
- License: agpl-3.0
- Created: 2019-01-07T11:40:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T12:47:04.000Z (almost 6 years ago)
- Last Synced: 2024-11-30T19:34:42.391Z (2 months ago)
- Topics: dappnode, nextcloud
- Language: Shell
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.