-
Notifications
You must be signed in to change notification settings - Fork 97
/
unifi.json
68 lines (68 loc) · 2.94 KB
/
unifi.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"Ubiquiti Unifi": {
"containers": {
"unifi": {
"image": "jacobalberty/unifi",
"launch_order": 1,
"ports": {
"8080": {
"description": "Port for UAP to inform controller (HTTP redirect for WebUI). Suggested default: 8080",
"host_default": 8080,
"label": "Redirect to WebUI",
"protocol": "tcp",
"ui": true
},
"8443": {
"description": "Port for WebUI and API. Suggested default: 8443",
"host_default": 8443,
"label": "HTTPS WebUI",
"protocol": "tcp",
"ui": false
},
"8081": {
"description": "Management Port. Suggested default: 8081",
"host_default": 8081,
"label": "Management Port",
"protocol": "tcp",
"ui": false
},
"8880": {
"description": "Redirect to Portal. Suggested default: 8880",
"host_default": 8880,
"label": "Redirect to Portal",
"protocol": "tcp",
"ui": false
},
"8843": {
"description": "portal redirect port for HTTPs. Suggested default: 8843",
"host_default": 8843,
"label": "HTTPS Portal",
"protocol": "tcp",
"ui": false
},
"3478": {
"description": "STUN Port. Suggested default: 3478",
"host_default": 3478,
"label": "STUN Port",
"protocol": "udp",
"ui": false
}
},
"volumes": {
"/var/lib/unifi": {
"description": "Choose a Share for Unifi Controller configuration. Eg: create a Share called unifi-config for this purpose alone.",
"label": "Config Storage"
}
}
}
},
"description": "Unifi Access Point controller.<p>Based on a custom docker image: <a href='https://hub.docker.com/r/jacobalberty/unifi' target='_blank'>https://hub.docker.com/r/jacobalberty/unifi</a>, available for amd64 and arm64 architecture.</p>",
"more_info": "This is a containerized version of Ubiquiti Network's Unifi Controller.",
"volume_add_support": false,
"ui": {
"slug": ""
},
"website": "https://hub.docker.com/r/jacobalberty/unifi/",
"version": "1.1"
}
}