Yuzerion
|
80bc018a7f
|
feat: custom json marshaling implementation, replace json and yaml library (#89)
* chore: replace gopkg.in/yaml.v3 vs goccy/go-yaml; replace encoding/json with bytedance/sonic
* fix: yaml unmarshal panic
* feat: custom json marshaler implementation
* chore: fix import and err marshal handling
---------
Co-authored-by: yusing <yusing@6uo.me>
|
2025-04-16 15:02:11 +08:00 |
|
Yuzerion
|
78900772bb
|
Feat/ntfy (#57)
* implement ntfy notification
* fix notification fields order
* fix schema for ntfy
---------
Co-authored-by: yusing <yusing@6uo.me>
|
2025-02-01 13:07:44 +08:00 |
|
yusing
|
6ae391a3c9
|
make POST and JSON as notification defaults
|
2025-01-31 14:56:55 +08:00 |
|
yusing
|
1586610a44
|
Cleaned up some validation code, stricter validation
|
2025-01-26 14:43:48 +08:00 |
|
yusing
|
25eeabb9f9
|
[BREAKING] changed notification config format, support multiple notification providers, support webhook and markdown style notification
|
2024-11-30 06:44:49 +08:00 |
|
yusing
|
0397f69853
|
fixed notification not being sent
|
2024-10-30 06:44:10 +08:00 |
|
yusing
|
e5bbb18414
|
migrated from logrus to zerolog, improved error formatting, fixed concurrent map write, fixed crash on rapid page refresh for idle containers, fixed infinite recursion on gotfiy error, fixed websocket connection problem when using idlewatcher
|
2024-10-29 11:34:58 +08:00 |
|
yusing
|
bee26f43d4
|
initial gotify support
|
2024-10-22 05:38:09 +08:00 |
|