forked from furlongm/openvpn-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
42 lines (42 loc) · 987 Bytes
/
config.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
{
"name": "Openvpn Monitor",
"version": "0.0.26",
"slug": "openvpn_monitor",
"description": "OpenVPN Monitor is a web-based utility that displays the status of OpenVPN servers. It includes information such as the usernames/hostnames connected, remote and VPN IP addresses, approximate locations (using GeoIP), traffic consumption and more.",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "system",
"boot": "auto",
"options": {
"site": "Example",
"maps": true,
"datetime_format":"%d/%m/%Y %H:%M:%S",
"vpns": [
{
"configName": "VPN1",
"host": "127.0.0.1",
"port": 5555,
"name": "Staff VPN",
"show_disconnect": false
}
]
},
"schema": {
"site": "str",
"maps": "bool",
"datetime_format": "str",
"vpns": [
{
"configName": "str",
"host": "str",
"port": "port",
"name": "str",
"show_disconnect": "bool"
}
]
},
"ports": {
"80/tcp": 8234
},
"privileged": ["NET_ADMIN"],
"homeassistant_api": true
}