@ubnt/unifi-led-ui
v1.9.12
Published
Web UI for UniFi Led
Downloads
23
Readme
LED controller front-end
Running
- Run back-end project 1st. It will generate certificates and you'll need it anyways: https://github.com/ubiquiti/eot-controller-be
- export
LED_CONTROLLER_HOME=<backend-project-location>
OR place backend project in default location/Users/"${USER}"/work/git/eot-controller-be
- export
HTTPS=true
- export
NPM_TOKEN
(if you don't have it, then register your account with @ubnt email here: https://www.npmjs.com then ask access toubnt
organisation in slack. Then fallow these instructions: https://docs.npmjs.com/getting-started/working_with_tokens ) - run
npm install
- run
npm start
- access
https://localhost:3000