yukibtc / cln-ntfy

CLN plugin for ntfy

Home Page:https://crates.io/crates/cln-ntfy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLN plugin for ntfy

Description

Core Lightning plugin for sending ntfy alerts.

Clone

git clone https://github.com/yukibtc/cln-ntfy.git && cd cln-ntfy

Build

make

or

cargo build --release

Configuration

Edit your ~/.lightning/config file:

plugin=/path/to/cln-ntfy
ntfy-url=https://ntfy.sh

Custom options:

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

State

This project is in an ALPHA state

License

This project is distributed under the MIT software license - see the LICENSE file for details

About

CLN plugin for ntfy

https://crates.io/crates/cln-ntfy

License:MIT License


Languages

Language:Rust 70.5%Language:Python 18.7%Language:Makefile 7.7%Language:Shell 3.1%