|
|
hace 1 año | |
|---|---|---|
| src | hace 1 año | |
| Dockerfile | hace 1 año | |
| README.md | hace 1 año |
Simple web UI for lights control
Is the frontend for application noolite-srv
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 .
Install from docker registry:
docker pull docker.dended.ru/noolite-client
Run docker container:
docker run -p 8000:80 -v -d --restart unless-stopped noolite-srv