https://github.com/dkunin/network-watch
https://github.com/dkunin/network-watch
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkunin/network-watch
- Owner: DKunin
- Created: 2025-02-26T05:27:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T10:46:34.000Z (over 1 year ago)
- Last Synced: 2025-03-20T11:35:56.821Z (over 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Network Monitor & Auto Deployment
This project monitors devices on your WiFi network and logs when they go online/offline. It also includes a web UI to check uptime history for any device. The system is **automatically deployed** to a personal server when new code is pushed to GitHub.
## Features
- **Network Monitoring**: Detects when devices connect/disconnect.
- **Logs Data**: Stores uptime history in a JSON-based database.
- **Telegram Notifications**: Sends alerts when devices go online/offline.
- **Web UI**: View uptime for specific devices on selected dates.
- **Auto Deployment**: Automatically pulls the latest code and restarts the server on `git push`.