magicalyak
6/17/2018 - 10:07 PM

unifi-linuxserver.json

{
    "Ubiquiti Unifi linuxserver.io": {
        "containers": {
            "unifi-linuxserver": {
                "image": "linuxserver/unifi",
                "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",
        "more_info": "This is a containerized version of Ubiquiti Networks Unifi Controller.",
        "volume_add_support": false,
        "ui": {
            "https": true,
            "slug": ""
        },
        "website": "https://hub.docker.com/r/linuxserver/unifi/",
        "version": "1.0"
    }
}