A Node.JS based external portal server for authorising Wi-Fi guests on Unifi products. Currently written to work with Unifi controller version 5.0.7
- Clone repo:
git clone https://github.com/woodjamie/unifi-hotspot.git
- cd into repo:
cd unifi-hotspot
- Set port in Dockerfile
nano Dockerfile
- Build docker image:
docker build -t "unifi-hotspot" .
docker run -d \
-p 4545:4545 \
-e port=4545 \
-e username=ubnt \
-e password=password \
-e uri=https://192.168.0.1:8443 \
-e sitename=default \
unifi-hotspot