forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
owncloud-official.json
33 lines (33 loc) · 1.22 KB
/
owncloud-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
{
"OwnCloud-Official": {
"containers": {
"owncloud-official": {
"image": "owncloud",
"launch_order": 1,
"ports": {
"80": {
"description": "OwnCloud WebUI port. Suggested default: 8080",
"host_default": 8080,
"label": "WebUI port",
"ui": true
}
},
"volumes": {
"/var/www/html": {
"description": "Choose a Share for OwnCloud. Eg: create a Share called owncloud-all for this purpose alone.",
"label": "Storage",
"min_size": 1073741824
}
}
}
},
"version": "latest",
"description": "Secure file sharing and hosting",
"icon": "https://owncloud.org/wp-content/themes/owncloudorgnew/assets/img/common/logo_owncloud.svg",
"more_info": "<p>Default username for your OwnCloud UI is<code>admin</code>and password is<code>changeme</code></p>",
"ui": {
"slug": ""
},
"website": "https://owncloud.org/"
}
}