-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdappnode_package.json
More file actions
31 lines (31 loc) · 1.35 KB
/
Copy pathdappnode_package.json
File metadata and controls
31 lines (31 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"architectures": [
"linux/amd64"
],
"author": "Chuy García <chuy@dappnode.io> (https://github.com/dappnode)",
"categories": [
"Storage",
"Communications"
],
"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",
"license": "AGPL-3.0",
"links": {
"homepage": "https://nextcloud.com",
"ui": "http://nextcloud.dappnode:8034"
},
"mainService": "nextcloud",
"name": "nextcloud.public.dappnode.eth",
"requirements": {
"minimumDiskSpace": "2GB"
},
"shortDescription": "Self-hosted cloud storage and collaboration platform",
"type": "service",
"upstream": [
{
"arg": "UPSTREAM_VERSION",
"repo": "nextcloud/server",
"version": "34.0.1"
}
],
"version": "0.1.1"
}