feat(pialert): Move to stable + update docs (#6587)
This commit is contained in:
parent
7c66271e16
commit
b62c3a9da8
|
@ -1,7 +0,0 @@
|
|||
# Installation Notes
|
||||
|
||||
:::warning
|
||||
|
||||
This app defaults to host network **enabled**.
|
||||
|
||||
:::
|
|
@ -6,7 +6,7 @@ dependencies:
|
|||
version: 11.1.2
|
||||
deprecated: false
|
||||
description: Monitoring your WIFI/LAN network and alerting of new (intruder or hacker) devices.
|
||||
home: https://truecharts.org/charts/incubator/pialert
|
||||
home: https://truecharts.org/charts/stable/pialert
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pialert.png
|
||||
keywords:
|
||||
- pialert
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/jokob-sk/Pi.Alert
|
||||
- https://hub.docker.com/r/jokobsk/pi.alert
|
||||
type: application
|
||||
version: 0.0.4
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- networking
|
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -0,0 +1,13 @@
|
|||
# Installation Notes
|
||||
|
||||
:::warning
|
||||
|
||||
This app defaults to host network **enabled**.
|
||||
|
||||
:::
|
||||
|
||||
## Adding a subnet to scan for new devices on LAN
|
||||
|
||||
This app works best when a `Subnet` is added to scan, it's rather trivial to add your home LAN subnet. My `home LAN` runs on 192.168.88.0/24 and the `interface` I used in SCALE is `br0`, but could be `eth0` or etc. Click `Add` next to `Scan Subnets` and enter your info as shown below.
|
||||
|
||||
![Scan Subnets](img/Scan%20Subnets.png)
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Loading…
Reference in New Issue