Releases: FoxxMD/endlessh-notify
Releases · FoxxMD/endlessh-notify
v0.0.4
v0.0.3
- Implement running instance stats
- Render total trapped time, total number of connections, first seen at for discord notification
- Implement filters for events for total trapped time and total number of connection
- BREAKING: Change default event type to
close
because its more interesting (stats) - Log improvements
- Log stats on new parsed line for more context
- Add filter thresholds and values to log statement when an event does not pass filters, for context
v0.0.2
- Added
CLOSE
events to notifiers- Filter by min/max trapped time
- Added ability to specify types of events to notify on via ENV
- Refactor geo/notifier code to use queues instead of async loop
- Add tests for caching functions and most important functions
- More verbose example config with event examples
MVP
Notification based on tailed logs from endlessh or endlessh-go
- Includes notifiers for discord, ntfy, and gotify
- Discord uses mapquest API for map image
- Geolocation lookup via throttled ip-api call
- Events for newly connected IP addresses based on debounced interval per notifier
- Docker images for x86 and ARM arch