forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseafile6.json
33 lines (33 loc) · 1.72 KB
/
seafile6.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": "<strong>Important:</strong> This rock-on runs an out-of-date Seafile version (v6) and will be removed in the near future. We recommend switching to the Seafile v7+ rock-on instead. See the official <a href='https://manual.seafile.com/docker/6.3%20upgrade%20to%207.0/' target='_blank'>migration guide</a> to convert your shared volume and create an associated MariaDB volume.</p><p>Secure file sharing and hosting, 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>me@example.com</code>and password is<code>asecret</code></p>",
"ui": {
"slug": ""
},
"website": "https://www.seafile.com/"
}
}