Releases: toxuin/alarmserver
Releases · toxuin/alarmserver
v1.2.4
21 Sep 02:39
Compare
Sorry, something went wrong.
No results found
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
20 Sep 17:26
Compare
Sorry, something went wrong.
No results found
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
08 Sep 20:26
Compare
Sorry, something went wrong.
No results found
Fixes the config parsing for Dahua cameras.
Related issue: #18
v1.2.1
16 Aug 18:16
Compare
Sorry, something went wrong.
No results found
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
03 Jul 17:42
Compare
Sorry, something went wrong.
No results found
Added Dahua camera support.
THIS IS VERY EXPERIMENTAL
Please report all found bugs in Issues.
v1.1.2
30 Jun 00:01
Compare
Sorry, something went wrong.
No results found
Updated the dependencies.
v1.1.1
21 May 02:08
Compare
Sorry, something went wrong.
No results found
Added:
Config file can now be optionally loaded from ./config/ directory (or /config/ in case of docker image).
v1.1.0
04 Dec 21:47
Compare
Sorry, something went wrong.
No results found
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
14 Jun 01:09
Compare
Sorry, something went wrong.
No results found
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
22 Mar 21:59
Compare
Sorry, something went wrong.
No results found
Marked Hikvision rawTcp method as stable.
This is a documentation-only release, there are no code changes compared to v1.0.2.