forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
symform.json
42 lines (42 loc) · 1.4 KB
/
symform.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
41
42
{
"Symform": {
"description": "Symform backup service",
"more_info": "<h4>Symform free online backup service - containerized by Joshiegy for Rockstor</h4>",
"version": "one point oh",
"website": "http://www.symform.com/",
"volume_add_support": true,
"containers": {
"joshiegy-symform": {
"image": "joshiegy/symform",
"launch_order": 1,
"opts": [
[
"-v",
"/dev/rtc:/dev/rtc:ro"
]
],
"ports": {
"59234": {
"description": "Symform webgui port. Suggested default: 59234",
"label": "Webgui",
"host_default": 59234,
"protocol": "tcp",
"ui": true
},
"42666": {
"description": "Symform sync-port - Select the same here as in the Webgui-wizard later. Suggested default: 42666",
"label": "sync-port",
"host_default": 42666,
"protocol": "tcp"
}
},
"volumes": {
"/data": {
"description": "Choose a Share for the syncdata.",
"label": "Data Storage"
}
}
}
}
}
}