README upd
This commit is contained in:
parent
2a9a24e450
commit
bf5abef581
2 changed files with 4 additions and 5 deletions
2
.github/workflows/main-docker-all.yml
vendored
2
.github/workflows/main-docker-all.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Docker
|
name: Main-Docker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,7 @@
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
Lightweight network IP scanner with web GUI https://github.com/aceberg/WatchYourLAN
|
Lightweight network IP scanner with web GUI
|
||||||
|
|
||||||
- [Quick start](https://github.com/aceberg/WatchYourLAN#quick-start)
|
- [Quick start](https://github.com/aceberg/WatchYourLAN#quick-start)
|
||||||
- [Config](https://github.com/aceberg/WatchYourLAN#config)
|
- [Config](https://github.com/aceberg/WatchYourLAN#config)
|
||||||
- [Config file](https://github.com/aceberg/WatchYourLAN#config-file)
|
- [Config file](https://github.com/aceberg/WatchYourLAN#config-file)
|
||||||
|
|
@ -54,7 +53,7 @@ Configuration can be done through config file or environment variables
|
||||||
|
|
||||||
## Config file
|
## Config file
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> Config file format has been migrated to YAML in release v1.0.0.
|
> Config file format has been migrated to YAML in release [v1.0.0](https://github.com/aceberg/WatchYourLAN/releases/tag/1.0.0).
|
||||||
|
|
||||||
Config file path is `/data/config.yaml`.
|
Config file path is `/data/config.yaml`.
|
||||||
All variables could be set there. Example:
|
All variables could be set there. Example:
|
||||||
|
|
@ -75,7 +74,7 @@ timeout: 120
|
||||||
|
|
||||||
| Key | Description | Default |
|
| Key | Description | Default |
|
||||||
| -------- | ----------- | ------- |
|
| -------- | ----------- | ------- |
|
||||||
| -c | Path to config file | /data/config |
|
| -c | Path to config file | /data/config.yaml |
|
||||||
| -n | Path to node modules (see below) | "" |
|
| -n | Path to node modules (see below) | "" |
|
||||||
|
|
||||||
## Local network only
|
## Local network only
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue