暂无描述

Denis V. Dedkov 554fda861e Readme was added 1 年之前
.gitignore 4dd36db312 Initial commit 1 年之前
CMakeLists.txt 4dd36db312 Initial commit 1 年之前
Dockerfile 15b7e2aba5 Bug with wrong channel was fixed 1 年之前
README.md 554fda861e Readme was added 1 年之前
main.cpp 20c6292026 Mount point was changed 1 年之前

README.md

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