Nessuna descrizione

Denis V. Dedkov 1dc320c416 Убрана иконка для группы 1 anno fa
src 1dc320c416 Убрана иконка для группы 1 anno fa
Dockerfile a407fafb65 Initial commit 1 anno fa
README.md a407fafb65 Initial commit 1 anno fa

README.md

noolite-client

Simple web UI for lights control

Is the frontend for application noolite-srv

Building

Just build docker image:

docker build . -t noolite-client

Or build crossplatform images:

docker buildx build --platform linux/amd64,linux/arm64 -t <your_tag> --push .

Installation

Install from docker registry:

docker pull docker.dended.ru/noolite-client

Using

Run docker container:

docker run -p 8000:80 -v -d --restart unless-stopped noolite-srv