forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netalertx.json
46 lines (46 loc) · 3.21 KB
/
netalertx.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
{
"NetAlertX": {
"containers": {
"netalertx": {
"image": "jokobsk/netalertx",
"opts": [
[
"--net",
"host"
]
],
"launch_order": 1,
"ports": {
"20211": {
"description": "Rockon UI Link Port. Recommended: 20211. This port has to be the same as the subsequent Web-port later in the configuration, so the admin pages can be accessed from within the Rockon page.",
"host_default": 20211,
"label": "Rockon Web Port",
"ui": true
}
},
"volumes": {
"/app/config": {
"description": "Choose a share for NetAlertX configuration. E.g.: create a Share called netalertx-config for this purpose alone.",
"label": "NetAlertX config"
},
"/app/db": {
"description": "Choose a share for NetAlertX database. E.g.: create a Share called netalertx-db for this purpose alone.",
"label": "NetAlertX db"
}
},
"environment": {
"PORT": {
"description": "Enter the WebUI Web-port number. Recommended: 20211. This port has to be the same as the Rockon UI Link port, configured earlier. This ensures that the admin pages for NetAlertX are accessible via Web Browser",
"label": "NetAlertX Web Port",
"index": 1
}
}
}
},
"description": "NetAlertX is an intrusion detection system (IDS).<p>Easily visualize all your networks in one place, enhance security with real-time alerts, and enjoy seamless integration with your smart home — no matter what hardware you use.</p><p>Based on the official docker image: <a href='https://hub.docker.com/r/jokobsk/netalertx' target='_blank'>https://hub.docker.com/r/jokobsk/netalertx</a>, available for amd64 and arm64 architecture.</p>",
"more_info": "<h4>NetAlertX</h4><p><b>Admin page</b></p><p>To access admin interface go to URL: http://[SERVERIP]:[Web-Port]</p><p>Note: this Rockon uses the net=host option.",
"volume_add_support": true,
"website": "https://netalertx.com/",
"version": "1.0"
}
}