Readme was added
This commit is contained in:
27
README.md
Normal file
27
README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# noolite-srv
|
||||
Simple application that provides access from web to Noolite Adapters PC11xx
|
||||
|
||||
Depends on the library [noolite](https://gogs.dended.keenetic.pro/ded/noolitelib.git)
|
||||
|
||||
Is the backend for application [nooLight](https://gogs.dended.keenetic.pro/ded/nooLight.git)
|
||||
|
||||
# Building
|
||||
Just build docker image:
|
||||
|
||||
```
|
||||
docker build . -t noolite-srv
|
||||
```
|
||||
|
||||
# Installation
|
||||
Install from docker registry:
|
||||
|
||||
```
|
||||
docker pull docker.dended.keenetic.pro/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
|
||||
```
|
||||
Reference in New Issue
Block a user