1.0.0 • Published 7 years ago

unifi-hotspot v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Dependency Status Build Status Code Climate

NPM

unifi-hotspot

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

Getting Started

Docker Support

  • 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" .

Example starting docker container

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

Once started navigate to http://localhost:4545/guest/s/default/

1.0.1

7 years ago

1.0.0

7 years ago