forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSeafile.json
34 lines (33 loc) · 1.35 KB
/
Seafile.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
{
"Seafile": {
"containers": {
"seafile": {
"image": "seafileltd/seafile",
"launch_order": 1,
"ports": {
"80": {
"description": "Seafile WebUI port. Suggested default: 8080",
"host_default": 8080,
"label": "WebUI port",
"ui": true
}
},
"volumes": {
"/shared": {
"description": "Choose a Share for Seafile. Eg: create a Share called seafile-all for this purpose alone.",
"label": "Storage",
"min_size": 1073741824
}
}
}
},
"version": "latest",
"description": "Secure file sharing and hosting. <p>Based on the official Seafile docker image: <a href='https://hub.docker.com/r/seafileltd/seafile' target='_blank'>https://hub.docker.com/r/seafileltd/seafile</a>.",
"icon": "https://avatars2.githubusercontent.com/u/1948782?s=400&v=4",
"more_info": "<p>Default username for your Seafile UI is<code>[email protected]</code>and password is<code>asecret</code></p>",
"ui": {
"slug": ""
},
"website": "https://www.seafile.com/"
}
}