Skip to content

Commit c057064

Browse files
authored
Modify upstream configuration in dappnode_package.json
Updated upstream repository configuration for Nextcloud and added Redis support.
1 parent 7af2d09 commit c057064

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

dappnode_package.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22
"name": "nextcloud.dnp.dappnode.eth",
33
"version": "0.1.0",
44
"upstream": [
5-
{
6-
"repo": "nextcloud/server",
7-
"version": "v34.0.0rc1",
8-
"arg": "UPSTREAM_VERSION"
9-
}
10-
],
5+
{
6+
"repo": "nextcloud/server",
7+
"arg": "NEXTCLOUD_VERSION"
8+
},
9+
{
10+
"repo": "redis/redis",
11+
"arg": "REDIS_VERSION",
12+
"release": "tag",
13+
"filter": "^[0-9]+\\.[0-9]+\\.[0-9]+$"
14+
}
15+
],
1116
"shortDescription": "Self-hosted cloud storage and collaboration platform",
1217
"description": "Nextcloud gives you access to all your files wherever you are. Run your own cloud storage, calendar, contacts, and office suite on your DAppNode — fully self-hosted and private.\n\nThis package includes Nextcloud with MariaDB and Redis for optimal performance.\n\n**Features:**\n- File sync and sharing across all your devices\n- Calendar, contacts, and task management\n- Collaborative document editing\n- Photo and media management\n- MariaDB database for reliability\n- Redis caching for fast performance\n\n**First run:** Visit the Nextcloud UI link below to complete the setup wizard and create your admin account.\n\nAccess Nextcloud at http://nextcloud.dappnode:8034",
1318
"type": "service",

0 commit comments

Comments
 (0)