forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nextcloud-official.json
40 lines (40 loc) · 1.86 KB
/
nextcloud-official.json
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
32
33
34
35
36
37
38
39
40
{
"Nextcloud-Official": {
"containers": {
"nextcloud-official": {
"image": "nextcloud",
"launch_order": 1,
"opts": [
[
"-e",
"SQLITE_DATABASE=nextcloud-sqlite"
]
],
"ports": {
"80": {
"description": "Nextcloud WebUI port. Suggested default: 8080",
"host_default": 8888,
"label": "WebUI port",
"ui": true
}
},
"volumes": {
"/var/www/html": {
"description": "Choose a Share for Nextcloud. Eg: create a Share called nextcloud-all for this purpose alone.",
"label": "Storage",
"min_size": 1073741824
}
}
}
},
"version": "1.1",
"description": "Next generation open source Enterprise File Sync and Share. <p>This rock-on uses a simple SQLite database and may thus be limited to <em>single-user or lightweight use</em>. Similarly, it does <strong>not</strong> use encryption.</p><p>Based on the official docker image: <a href='https://hub.docker.com/_/nextcloud' target='_blank'>https://hub.docker.com/_/nextcloud</a>, available for amd64 architecture only.</p>",
"icon": "https://upload.wikimedia.org/wikipedia/commons/6/60/Nextcloud_Logo.svg",
"more_info": "<p>No smbclient installed by default. If you would like to enable this you can connect to your container and use <code>apt-get install smbclient -y</code> to install.</p>",
"ui": {
"slug": ""
},
"volume_add_support": true,
"website": "https://www.nextcloud.com/"
}
}