Muhammed Hussein karimi
|
6bece8796e
|
✨ feat: json-query monitor added (#3253)
* ✨ feat: json-query monitor added
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
* 🐛 fix: import warning error
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
* 🐛 fix: br tag and remove comment
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
* 🐛 fix: supporting compare string with other types
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
* 🐛 fix: switch to a better lib for json query
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
* 🐛 fix: better description on json query and using `v-html` in jsonQueryDescription element to fix `a` tags
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
* 🐛 fix: result variable in error message
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
* 🐛 fix: typos in json query description
Co-authored-by: Frank Elsinga <[email protected]>
* 📝 docs: `HTTP(s) Json Query` added to monitor list in `README.md`
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
* 🐛 fix: needed white space in `README.md`
Co-authored-by: Frank Elsinga <[email protected]>
* Nostr dm notifications (#3051)
* Add nostr DM notification provider
* require crypto for node 18 compatibility
* remove whitespace
Co-authored-by: Frank Elsinga <[email protected]>
* move closer to where it is used
* simplify success or failure logic
* don't clobber the non-alert msg
* Update server/notification-providers/nostr.js
Co-authored-by: Frank Elsinga <[email protected]>
* polyfills required for node <= 18
* resolve linter warnings
* missing comma
---------
Co-authored-by: Frank Elsinga <[email protected]>
* Drop nostr
* Rebuild package-lock.json
* Lint
---------
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
Co-authored-by: Frank Elsinga <[email protected]>
Co-authored-by: zappityzap <[email protected]>
Co-authored-by: Louis Lam <[email protected]>
|
2023-07-13 23:37:26 +08:00 |
|
Frank Elsinga
|
f3c09f2bbd
|
made every Notification provider supply time like dingding after #3152
|
2023-05-29 19:24:40 +02:00 |
|
Louis Lam
|
8d8c38b1a8
|
Allow unused vars in args and fix more eslint issues
|
2022-04-17 01:39:49 +08:00 |
|
Louis Lam
|
64b3e04d3f
|
Fix #1129
|
2022-01-06 14:34:45 +08:00 |
|
Nelson Chan
|
624cd862a5
|
Feat: Expose SMTP DKIM settings
|
2021-12-19 13:30:53 +08:00 |
|
Louis Lam
|
e261a27ebe
|
fix wrong call of rejectUnauthorized for smtp (#757)
|
2021-10-28 11:10:09 +08:00 |
|
Louis Lam
|
8338881927
|
[SMTP] change {{HOSTNAME}} to {{HOSTNAME_OR_URL}}, support for http montior type, some UI improvements
|
2021-10-14 16:07:25 +08:00 |
|
Lukas
|
89b34b5748
|
Use double curly brackets and sanity check for customSubject
|
2021-10-13 18:05:18 +02:00 |
|
Lukas
|
330cd6e058
|
Minor rehabilitanty impedyment
Co-authored-by: Adam Stachowicz <[email protected]>
|
2021-10-13 07:32:09 +02:00 |
|
Lukas
|
30d8aadf12
|
Slightly refactor
|
2021-10-12 23:24:34 +02:00 |
|
Lukas
|
792f3c7c5c
|
Add support for values of Name, Hostname and Status
|
2021-10-09 21:48:28 +02:00 |
|
Lukas
|
5e3ea3293c
|
Very basic email subject customization
|
2021-10-09 20:32:45 +02:00 |
|
LouisLam
|
dd283423ab
|
improve smtp with cc, bbc and ignore tls
|
2021-09-09 01:13:09 +08:00 |
|
LouisLam
|
da74391c3e
|
convert notifications into modules
|
2021-09-07 22:42:46 +08:00 |
|