Skip to content

Commit c7d1473

Browse files
authored
Revise README for Nextcloud Dappnode package
Updated project name and badge link, removed local build and run instructions.
1 parent 4fa2abe commit c7d1473

1 file changed

Lines changed: 3 additions & 24 deletions

File tree

README.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# DAppNodePackage-nextcloud
1+
# Nextcloud Server for Dappnode
22

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

5-
Nextcloud on DAppNode — self-hosted cloud storage, calendar, contacts, and collaboration platform with MariaDB and Redis.
5+
Nextcloud on Dappnode — self-hosted cloud storage, calendar, contacts, and collaboration platform with MariaDB and Redis.
66

77
## Architecture
88

@@ -22,27 +22,6 @@ After installing, open the Nextcloud UI at:
2222
http://nextcloud.dappnode:8034
2323
```
2424

25-
On your first visit, Nextcloud will show its setup wizard where you create your admin account. The database connection is pre-configured — no extra setup needed.
26-
27-
## Building locally
28-
29-
```bash
30-
docker-compose build
31-
```
32-
33-
## Running locally
34-
35-
```bash
36-
docker-compose up -d
37-
docker-compose logs -f
38-
```
39-
40-
## Stopping
41-
42-
```bash
43-
docker-compose down
44-
```
45-
4625
## License
4726

4827
This package uses the [AGPL-3.0](LICENSE) license, matching Nextcloud's upstream license.

0 commit comments

Comments
 (0)