forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
smokeping.json
49 lines (49 loc) · 1.34 KB
/
smokeping.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
43
44
45
46
47
48
49
{
"SmokePing": {
"website": "https://hub.docker.com/r/linuxserver/smokeping/",
"version": "1.0",
"description": "SmokePing is a network latency history monitor.",
"ui": {
"slug": "smokeping/smokeping.cgi"
},
"containers": {
"SmokePing": {
"image": "linuxserver/smokeping",
"launch_order": 1,
"volume_add_support": true,
"ports": {
"80": {
"description": "SmokePing WebUI port. Suggested default: 7878",
"host_default": 80,
"label": "WebUI port",
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/config": {
"description": "Choose a Share for SmokePing Configuration Files",
"label": "Config Storage"
},
"/data": {
"description": "Choose a Share for SmokePing Data Files",
"label": "Data location"
}
},
"environment": {
"PUID": {
"description": "Enter a valid UID to run SmokePing as. It must have full permissions to all Shares mapped in the previous step.",
"label": "UID to run SmokePing as.",
"index": 1
},
"PGID": {
"description": "Enter a valid GID to use along with the above UID. It(or the above UID) must have full permissions to all Shares mapped in the previous step.",
"label": "GID to run SmokePing as.",
"index": 2
}
}
}
},
"volume_add_support": true
}
}