2 个版本
0.1.1 | 2023年6月11日 |
---|---|
0.1.0 | 2023年5月2日 |
#8 在 #cln
30 每月下载量
15KB
155 代码行
ntfy 的 CLN 插件
描述
发送 ntfy
警报的核心 Lightning 插件。
克隆
git clone https://github.com/yukibtc/cln-ntfy.git && cd cln-ntfy
构建
make
或
cargo build --release
配置
编辑您的 ~/.lightning/config
文件
plugin=/path/to/cln-ntfy
ntfy-url=https://ntfy.sh
自定义选项
ntfy-topic=cln-alerts
ntfy-username=username
ntfy-password=password
ntfy-proxy=socks5h://127.0.0.1:9050 # Needed to use a .onion ntfy url
状态
该项目处于测试阶段(ALPHA)
许可证
该项目以 MIT 软件许可证发布 - 有关详细信息,请参阅 LICENSE 文件
依赖项
~14–27MB
~415K SLoC