(text)
| 1276 | |
| 1277 | function ntfyNotify(text, desp) { |
| 1278 | function encodeRFC2047(text) { |
| 1279 | const encodedBase64 = Buffer.from(text).toString('base64'); |
| 1280 | return `=?utf-8?B?${encodedBase64}?=`; |
| 1281 | } |
| 1282 | |
| 1283 | return new Promise((resolve) => { |
| 1284 | const { |