-
Notifications
You must be signed in to change notification settings - Fork 97
/
unifi-linuxserver.json
95 lines (95 loc) · 4.31 KB
/
unifi-linuxserver.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"Ubiquiti Unifi linuxserver.io": {
"containers": {
"unifi-linuxserver.io": {
"image": "linuxserver/unifi-controller",
"launch_order": 1,
"ports": {
"3478": {
"description": "STUN Port (UDP). Suggested default: 3478",
"host_default": 3478,
"label": "STUN Port",
"protocol": "udp",
"ui": false
},
"6789": {
"description": "Speed Test (unifi5 only). Suggested default: 6789",
"host_default": 6789,
"label": "Speed Test",
"protocol": "tcp",
"ui": false
},
"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": false
},
"8081": {
"description": "Port for shutdown. Suggested default: 8081",
"host_default": 8081,
"label": "Shutdown",
"protocol": "tcp",
"ui": false
},
"8443": {
"description": "Port for WebUI and API. Suggested default: 8443",
"host_default": 8443,
"label": "HTTPS WebUI",
"protocol": "tcp",
"ui": true
},
"8843": {
"description": "portal redirect port for HTTPs. Suggested default: 8843",
"host_default": 8843,
"label": "HTTPS Portal",
"protocol": "tcp",
"ui": false
},
"8880": {
"description": "Redirect to Portal. Suggested default: 8880",
"host_default": 8880,
"label": "Redirect to Portal",
"protocol": "tcp",
"ui": false
},
"10001": {
"description": "UBNT Discovery Port (UDP). Suggested default: 10001",
"host_default": 10001,
"label": "STUN Port",
"protocol": "udp",
"ui": false
}
},
"volumes": {
"/config": {
"description": "Choose a Share for Unifi Controller. Eg: create a Share called unifi for this purpose alone.",
"label": "Config Storage"
}
},
"environment": {
"PUID": {
"description": "Enter a valid UID to run Unifi. It must have full permissions to the share mapped in the previous step.",
"label": "UID",
"index": 1
},
"PGID": {
"description": "Enter a valid GID to use along with the same UID. It(or the above UID) must have full permissions to the unifi share mapped in the previous step.",
"label": "GID",
"index": 2
}
}
}
},
"description": "Unifi Access Point controller.<p>Based on a custom docker image: <a href='https://hub.docker.com/r/linuxserver/unifi-controller' target='_blank'>https://hub.docker.com/r/linuxserver/unifi-controller</a>, available for amd64 and arm64 architecture.</p>",
"more_info": "This is a containerized version of Ubiquiti Networks Unifi Controller. To limit memory add MEM_LIMIT=1024M as a custom argument after install",
"volume_add_support": false,
"ui": {
"https": true,
"slug": ""
},
"website": "https://www.ubnt.com/enterprise/#unifi",
"version": "1.2"
}
}