A good example is if a customer wants to add guest WiFi for their customers. We can create the Guest WiFi and VLAN without leaving the office. Unifi makes it very easy to see devices on the network. This really
docker run -d \ --name=unifi-network-application \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ -e MONGO_USER=unifi \ -e MONGO_PASS= \ -e MONGO_HOST=unifi-db \ -e MONGO_PORT=27017 \ -e MONGO_DBNAME=unifi \ -e MONGO_AUTHSOURCE=admin \ -e MEM_LIMIT=1024 `#optional`...
docker run -d \ --name=unifi-network-application \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ -e MONGO_USER=unifi \ -e MONGO_PASS= \ -e MONGO_HOST=unifi-db \ -e MONGO_PORT=27017 \ -e MONGO_DBNAME=unifi \ -e MEM_LIMIT=1024 `#optional` \ -e MEM_STARTUP=1024 `...
docker run -d \ --name=unifi-network-application \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ -e MONGO_USER=unifi \ -e MONGO_PASS= \ -e MONGO_HOST=unifi-db \ -e MONGO_PORT=27017 \ -e MONGO_DBNAME=unifi \ -e MONGO_AUTHSOURCE=admin \ -e MEM_LIMIT=1024 `#optional`...
---version:"2.1"services:unifi-controller:image:lscr.io/linuxserver/unifi-controller:latestcontainer_name:unifi-controllerenvironment: -PUID=1000-PGID=1000-TZ=Etc/UTC-MEM_LIMIT=1024#optional-MEM_STARTUP=1024#optionalvolumes: -/path/to/data:/configports: -8443:8443-3478:3478/udp-10001:10001/udp...
mac string mac address of the guest - mandatory minutes string minutes for the authorization - optional, default 60 min up string upstream bandwidth in Kbps. Default no limit down string downstream bandwidth in Kbps. Default no _limit mbytes string download limit in Mbytes. Default no limit ap...
--- version: "2.1" services: unifi-controller: image: ghcr.io/linuxserver/unifi-controller container_name: unifi-controller environment: - PUID=1000 - PGID=1000 - MEM_LIMIT=1024M #optional volumes: - <path to data>:/config ports: - 3478:3478/udp - 10001:10001/udp - 8080:8080 - 844...
authorize_guest(self, guest_mac, minutes, up_bandwidth=None, down_bandwidth=None, byte_quota=None, ap_mac=None) Authorize a guest based on his MAC address. guest_mac-- the guest MAC address : aa:bb:cc:dd:ee:ff minutes-- duration of the authorization in minutes ...
docker run -d \ --name=unifi-network-application \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ -e MONGO_USER=unifi \ -e MONGO_PASS= \ -e MONGO_HOST=unifi-db \ -e MONGO_PORT=27017 \ -e MONGO_DBNAME=unifi \ -e MONGO_AUTHSOURCE=admin \ -e MEM_LIMIT=1024`#optional`\...
---services:unifi-network-application:image:lscr.io/linuxserver/unifi-network-application:latestcontainer_name:unifi-network-applicationenvironment: -PUID=1000-PGID=1000-TZ=Etc/UTC-MONGO_USER=unifi-MONGO_PASS=-MONGO_HOST=unifi-db-MONGO_PORT=27017-MONGO_DBNAME=unifi-MONGO_AUTHSOURCE=admin-MEM_LIMIT=...