-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
51 lines (51 loc) · 1.13 KB
/
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
43
44
45
46
47
48
49
50
51
{
"name": "Hak5C2",
"version": "2.2.0",
"slug": "hak5c2",
"description": "Cloud C² makes it easy for pen testers and IT security teams to deploy and manage fleets of Hak5 gear from a simple cloud dashboard.",
"url": "https://github.com/troykelly/hassio-addons-hak5c2",
"arch": [
"armhf",
"armv7",
"aarch64",
"amd64",
"i386"
],
"map": [
"ssl:ro"
],
"apparmor": true,
"startup": "services",
"boot": "auto",
"ingress": false,
"webui": "[PROTO:ssl]://[HOST]:[PORT:8686]",
"panel_icon": "mdi:network",
"panel_title": "Hak5 C2",
"ports": {
"8686/tcp": 8686,
"2022/tcp": 2022
},
"ports_description": {
"8686/tcp": "Web interface (Not required for Hass.io Ingress)",
"2022/tcp": "SSH"
},
"options": {
"license": {
"key": "LICENCE_KEY_FROM_HAK5"
},
"hostname": "c2.example.com",
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"license": {
"key": "str?"
},
"hostname": "str?",
"ssl": "bool",
"certfile": "str?",
"keyfile": "str?"
},
"image": "troykelly/{arch}-addon-hak5c2"
}