Potat0

Results 12 comments of Potat0

> 你在”系统设置-通知设置“里面设置的自定义通知是支持 ntfy 的 GET 的,POST 没有尝试成功。只需要在 URL 里面将参数填入,类似`https:////publish?message=$content&title=$title`,如果需要认证,在 Header 里面填入即可,具体的细节还是参考 ntfy 的官方文档。 > > 如果你需要的是具体的任务支持使用 ntfy,得看你的脚本使用的通知脚本。我发现了有人提了 [PR#1796](https://github.com/whyour/qinglong/pull/1796) 修改了自带的 sendNotify.js ,可以支持任意的 webhook,可以拿来用。 十分感谢! 确实是想要具体的任务可以使用 ntfy。 #1796 似乎关闭了,可能还有些问题。等待之后有更完整的方案吧。

Very excited about this issue! It would be nice if logs could be sent using post requests (like [this](https://healthchecks.io/docs/attaching_logs/))!