2 releases

0.1.1 Jun 11, 2023
0.1.0 May 2, 2023

#4 in #cln

MIT license

15KB
155 lines

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

Dependencies

~13–28MB
~434K SLoC