|
|
1 anno fa | |
|---|---|---|
| .gitignore | 1 anno fa | |
| CMakeLists.txt | 1 anno fa | |
| Dockerfile | 1 anno fa | |
| README.md | 1 anno fa | |
| main.cpp | 1 anno fa |
Simple application that provides access from web to Noolite Adapters PC11xx
Depends on the library noolite
Is the backend for application nooLight
Just build docker image:
docker build . -t noolite-srv
Install from docker registry:
docker pull docker.dended.keenetic.pro/noolite-srv
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