I’ve rebuilt ntfy with the web interface, though it took me an hour or so of JavaScript dependency hell and a certain library whose native interface doesn’t have support for NetBSD
On Linux:Step 1. Clone ntfy repository as usual
Step 2.
export NODE_ENV=productionStep 3.
make web-buildStep 4. Make a tarball with the generated assets and copy it over
Step 5. Repeat the above mentioned first step
Step 6. Unpack the assets into
server/Step 7. Build backend with
make cli-linux-serverStep 8. Done
輕量級日誌監控工具 LoggiFly
簡介什麼是 LoggiFly ? LoggiFly 是一個輕量級工具,用於監控 Docker 容器日誌中的預定義關鍵字或正則表達式模式,併發送通知。它可以幫助用戶及時獲取安全漏洞、系統錯誤或自定義模式的實時警報。主要功能—-日誌檢測:支持簡單關鍵詞、正則表達式及多行日誌檢測。 通知發送:可以通過 Ntfy 或 Apprise 將通知發送到 100 多種服務(如 Slack、Discor ⌘ Read more
I’ve been poking around with #Crowdsec for the past couple of days, had to deal with a lot of false paositives but I’m starting to get it. I’ve even hooked it up with #Ntfy just because I can. Now I should try making my own scenarios and see how it goes.
ntfy – open source push notifications
In December, I wrote about ntfy.sh: ⌘ Read more
Ntfy.sh
I subscribe to the Hacker News front page via RSS. There is a lot of stuff there that I just mark as read without taking a closer look. But sometimes something catches my eye and I take a closer look. Today “Show HN: A tool to send push notifications to your phone, written in Go” is one of them. ⌘ Read more
GoCN 每日新闻(2021-12-29)
GoCN 每日新闻(2021-12-29)
- 用 Go 实现向手机推送工具https://github.com/binwiederhier/ntfy
- 基于 Go 实现 Mumble 和 Discord 之间的语音工具https://github.com/Stieneee/mumble-discord-bridge
- Go 中这么多创建 error 的方式,你真的了解它们各自的应用场景吗https://gocn.vip/topics/20911
- Go 依赖分析工具包[http … ⌘ Read more