Initial commit
This commit is contained in:
29
README.md
Normal file
29
README.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# noolite-client
|
||||
Simple web UI for lights control
|
||||
|
||||
Is the frontend for application [noolite-srv](https://gogs.dended.ru/ded/noolite-srv.git)
|
||||
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user