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
|
1586610a44
|
Cleaned up some validation code, stricter validation
|
2025-01-26 14:43:48 +08:00 |
|
yusing
|
66db583432
|
fix notification dispatcher panic when dispatching on program exit
|
2025-01-23 04:41:10 +08:00 |
|
yusing
|
1ab34ed46f
|
simplify task package implementation
|
2025-01-01 06:07:32 +08:00 |
|
yusing
|
1042d12df6
|
fix notification dispatcher send on closed channel after disabling from config
|
2024-12-21 04:13:33 +08:00 |
|
yusing
|
c5d96f96e1
|
replace unnecessary Task interface with struct
|
2024-12-17 10:33:21 +08:00 |
|
yusing
|
b6c806a789
|
fix notif dispatcher nil panic
|
2024-12-13 00:46:45 +08:00 |
|
yusing
|
58cfba7695
|
refactor and fix duplicate notification
|
2024-12-01 11:12:25 +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
|
a86d316d07
|
refactor and typo fixes
|
2024-11-02 03:14:47 +08:00 |
|
yusing
|
0397f69853
|
fixed notification not being sent
|
2024-10-30 06:44:10 +08:00 |
|
yusing
|
81177926ff
|
implemented login and jwt auth
|
2024-10-30 06:25:32 +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 |
|