cln-ntfy

Crates.iocln-ntfy
lib.rscln-ntfy
version0.1.1
sourcesrc
created_at2023-05-02 15:17:43.543282
updated_at2023-06-11 15:52:28.372366
descriptionCLN plugin for ntfy
homepagehttps://github.com/yukibtc/cln-ntfy
repositoryhttps://github.com/yukibtc/cln-ntfy.git
max_upload_size
id854645
size49,819
Yuki Kishimoto (yukibtc)

documentation

README

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

Commit count: 18

cargo fmt