Nextcloud on Dappnode — self-hosted cloud storage, calendar, contacts, and collaboration platform with MariaDB and Redis.
This package runs 3 containers:
| Service | Image | Purpose |
|---|---|---|
nextcloud |
nextcloud:33-apache |
Nextcloud web app (Apache) |
db |
mariadb:11 |
MariaDB database |
redis |
redis:7-alpine |
Caching and file locking |
After installing, open the Nextcloud UI at:
http://nextcloud.dappnode:8034
This package uses the AGPL-3.0 license, matching Nextcloud's upstream license.