Crates.io | cln-ntfy |
lib.rs | cln-ntfy |
version | 0.1.1 |
source | src |
created_at | 2023-05-02 15:17:43.543282 |
updated_at | 2023-06-11 15:52:28.372366 |
description | CLN plugin for ntfy |
homepage | https://github.com/yukibtc/cln-ntfy |
repository | https://github.com/yukibtc/cln-ntfy.git |
max_upload_size | |
id | 854645 |
size | 49,819 |
Core Lightning plugin for sending ntfy
alerts.
git clone https://github.com/yukibtc/cln-ntfy.git && cd cln-ntfy
make
or
cargo build --release
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
This project is in an ALPHA state
This project is distributed under the MIT software license - see the LICENSE file for details