Releases: toxuin/alarmserver
Releases Β· toxuin/alarmserver
v1.2.4
You can now use template variables in webhook URLs and payload body.
This allows meaningful Telegram messages.
Here's what I used for testing:
webhooks:
enabled: true
items:
- url: "https://api.telegram.org/bot121212121:token/sendMessage?chat_id=43434343434&text=Camera alert! {{ .Camera }}: {{ .Event }}"
This results in telegram message:
Camera alert! garageCam: HumanDetect
v1.2.3
- Added bad password checking to Hikvision and Dahua
- Hikvision and Dahua now support both Basic and Digest auth with auto-detect
- Dahua event subscription fixed [EXPERIMENTAL]
v1.2.2
Fixes the config parsing for Dahua cameras.
Related issue: #18
v1.2.1
- Fixed a double slash in Hikvision raw TCP implementation that may have affected some older cams
- Added extra debug messaging to MQTT message sending
- Handle bad Hisilicon addresses in payloads without crashing
v1.2.0
Added Dahua camera support.
THIS IS VERY EXPERIMENTAL
Please report all found bugs in Issues.
v1.1.2
Updated the dependencies.
v1.1.1
Added:
- Config file can now be optionally loaded from
./config/
directory (or /config/
in case of docker image).
v1.1.0
Fixed:
- App crashing when MQTT bus was not enabled
- Added more debug information when handling Webhooks
- Upgraded Go to 1.17
- Dropped automated builds for 32-bit x86
v1.0.4
Fixed:
- App quitting too fast before some servers had chance to init
- Hikvision server always running even when no cams are added
- FTP password is now configurable
- Fixed webhooks enabled/disabled inversion
- Added Docker instructions to set port for FTP
v1.0.3
Marked Hikvision rawTcp
method as stable.
This is a documentation-only release, there are no code changes compared to v1.0.2.