Nessuna descrizione

Denis V. Dedkov 0b35b87730 Обновить 'README.md' 1 anno fa
.gitignore 4dd36db312 Initial commit 1 anno fa
CMakeLists.txt fa6098d22d Изменён url к репозиторию 1 anno fa
Dockerfile 874d93a4d8 Изменён url к сервису 1 anno fa
README.md 0b35b87730 Обновить 'README.md' 1 anno fa
main.cpp 6a9381cef9 Small refactoring 1 anno fa

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 and web UI noolite-web-client

Building

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 .

Installation

Install from docker registry:

docker pull docker.dended.ru/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