README cleanup
This commit is contained in:
28
README.md
28
README.md
@@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
💻🔍 WIFI / LAN intruder detector.
|
💻🔍 WIFI / LAN intruder detector.
|
||||||
|
|
||||||
Scan the devices connected to your WIFI / LAN and alert you the connection of
|
Scans for devices connected to your WIFI / LAN and alerts you if new and unknown devices are found.
|
||||||
unknown devices. It also warns if a "always connected" devices disconnects.
|
|
||||||
|
|
||||||
![Main screen][main]
|
![Main screen][main]
|
||||||
|
|
||||||
@@ -69,30 +68,23 @@ The system continuously scans the network for, **New devices**, **New connection
|
|||||||
# 📥 Installation
|
# 📥 Installation
|
||||||
<!--- --------------------------------------------------------------------- --->
|
<!--- --------------------------------------------------------------------- --->
|
||||||
|
|
||||||
⚠ This [fork (jokob-sk)](https://github.com/jokob-sk/Pi.Alert) is only tested via the [docker install method](dockerfiles/README.md). Check out [leiweibau's fork](https://github.com/leiweibau/Pi.Alert/) if you want to install Pi.Alert on the server directly.
|
⚠ This [fork (jokob-sk)](https://github.com/jokob-sk/Pi.Alert) is only tested as a [docker container](dockerfiles/README.md). Check out [leiweibau's fork](https://github.com/leiweibau/Pi.Alert/) if you want to install Pi.Alert on the server directly.
|
||||||
|
|
||||||
Instructions for [pucherot's original code can be found here](https://github.com/pucherot/Pi.Alert/)
|
Instructions for [pucherot's original code can be found here](https://github.com/pucherot/Pi.Alert/)
|
||||||
|
|
||||||
# Device Management
|
|
||||||
|
## 🔗 Other
|
||||||
|
<!--- --------------------------------------------------------------------- --->
|
||||||
|
|
||||||
<!--- --------------------------------------------------------------------- --->
|
<!--- --------------------------------------------------------------------- --->
|
||||||
- [Device Management instructions](docs/DEVICE_MANAGEMENT.md)
|
- [Device Management instructions](docs/DEVICE_MANAGEMENT.md)
|
||||||
|
- [Versions History](docs/VERSIONS_HISTORY.md)
|
||||||
|
|
||||||
## Other useful info
|
|
||||||
<!--- --------------------------------------------------------------------- --->
|
|
||||||
|
|
||||||
### [Versions History](docs/VERSIONS_HISTORY.md)
|
|
||||||
|
|
||||||
### License
|
### License
|
||||||
GPL 3.0
|
GPL 3.0
|
||||||
[Read more here](LICENSE.txt)
|
- [Read more here](LICENSE.txt)
|
||||||
|
- Source of the [animated GIF (Loading Animation)](https://commons.wikimedia.org/wiki/File:Loading_Animation.gif)
|
||||||
Source of the animated GIF (Loading Animation)
|
- Source of the [selfhosted Fonts](https://github.com/adobe-fonts/source-sans)
|
||||||
https://commons.wikimedia.org/wiki/File:Loading_Animation.gif
|
|
||||||
|
|
||||||
Source of the selfhosted Fonts
|
|
||||||
https://github.com/adobe-fonts/source-sans
|
|
||||||
|
|
||||||
|
|
||||||
### 🥇 Special thanks
|
### 🥇 Special thanks
|
||||||
|
|
||||||
|
|||||||
@@ -9,12 +9,6 @@
|
|||||||
|
|
||||||
🐳 [Docker hub](https://registry.hub.docker.com/r/jokobsk/pi.alert) | 📄 [Dockerfile](https://github.com/jokob-sk/Pi.Alert/blob/main/Dockerfile) | 📚 [Docker instructions](https://github.com/jokob-sk/Pi.Alert/blob/main//dockerfiles/README.md)
|
🐳 [Docker hub](https://registry.hub.docker.com/r/jokobsk/pi.alert) | 📄 [Dockerfile](https://github.com/jokob-sk/Pi.Alert/blob/main/Dockerfile) | 📚 [Docker instructions](https://github.com/jokob-sk/Pi.Alert/blob/main//dockerfiles/README.md)
|
||||||
|
|
||||||
Big thanks to <a href="https://github.com/Macleykun">@Macleykun</a> for help and tips&tricks for Dockerfile(s):
|
|
||||||
|
|
||||||
<a href="https://github.com/Macleykun">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/26381427?size=50">
|
|
||||||
</a>
|
|
||||||
|
|
||||||
## ℹ Basic Usage
|
## ℹ Basic Usage
|
||||||
|
|
||||||
### pialert.conf
|
### pialert.conf
|
||||||
@@ -26,7 +20,7 @@ Big thanks to <a href="https://github.com/Macleykun">@Macleykun</a> for help and
|
|||||||
### Default Port
|
### Default Port
|
||||||
- The app is accessible on the port `:20211`.
|
- The app is accessible on the port `:20211`.
|
||||||
|
|
||||||
> Please note - the initial scan can take up-to 20min (with 50 devices and MQTT). Subsequent ones 3 and 5 minutes so wait that long for all of the scans to run.
|
> Please note - the initial scan can take up-to 40min (with 50 devices and MQTT). Subsequent ones 3 and 5 minutes so wait that long for all of the scans to run.
|
||||||
|
|
||||||
## 💾 Setup and Backups
|
## 💾 Setup and Backups
|
||||||
|
|
||||||
@@ -134,9 +128,17 @@ Courtesy of [pbek](https://github.com/pbek). The volume `pialert_db` is used by
|
|||||||
- ./pialert/pialert.conf:/home/pi/pialert/config/pialert.conf
|
- ./pialert/pialert.conf:/home/pi/pialert/config/pialert.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
## ☕ Support
|
## 🏅 Recognitions
|
||||||
|
|
||||||
> Disclaimer: Please only donate if you don't have any debt yourself. Support yourself first, then others.
|
Big thanks to <a href="https://github.com/Macleykun">@Macleykun</a> for help and tips&tricks for Dockerfile(s):
|
||||||
|
|
||||||
|
<a href="https://github.com/Macleykun">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/26381427?size=50">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
## ☕ Support me
|
||||||
|
|
||||||
|
Disclaimer: Please only donate if you don't have any debt yourself. Support yourself first, then others.
|
||||||
|
|
||||||
<a href="https://www.buymeacoffee.com/jokobsk" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 30px !important;width: 117px !important;" width="150px" ></a>
|
<a href="https://www.buymeacoffee.com/jokobsk" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 30px !important;width: 117px !important;" width="150px" ></a>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user