554fda861e841b4e01f0b080fe0bfdc3732b8574
noolite-srv
Simple application that provides access from web to Noolite Adapters PC11xx
Depends on the library noolite
Is the backend for application nooLight
Building
Just build docker image:
docker build . -t noolite-srv
Installation
Install from docker registry:
docker pull docker.dended.keenetic.pro/noolite-srv
Using
Run docker container:
docker run --device=/dev/bus/usb/<Bus>/<Device> -p 8080:8888 -v /path/to/config/channels.js:/var/www/static/channels.js -d --restart unless-stopped noolite-srv
Description
Languages
C++
68.2%
CMake
17.2%
Dockerfile
14.6%