|
|
hace 1 año | |
|---|---|---|
| .gitignore | hace 1 año | |
| CMakeLists.txt | hace 1 año | |
| Dockerfile | hace 1 año | |
| README.md | hace 1 año | |
| main.cpp | hace 1 año |
Simple application that provides access from web to Noolite Adapters PC11xx
Depends on the library noolite
Is the backend for application nooLight and web UI noolite-web-client
Just build docker image:
docker build . -t noolite-srv
Or build crossplatform images:
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t <your_tag> --push .
Install from docker registry:
docker pull docker.dended.ru/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