Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yukibtc/cln-ntfy
CLN plugin for ntfy
https://github.com/yukibtc/cln-ntfy
bitcoin cln core-lightning lightning lightning-network ntfy ntfysh
Last synced: about 1 month ago
JSON representation
CLN plugin for ntfy
- Host: GitHub
- URL: https://github.com/yukibtc/cln-ntfy
- Owner: yukibtc
- License: mit
- Created: 2023-05-02T13:01:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-02T12:24:16.000Z (8 months ago)
- Last Synced: 2024-10-06T06:53:45.745Z (3 months ago)
- Topics: bitcoin, cln, core-lightning, lightning, lightning-network, ntfy, ntfysh
- Language: Rust
- Homepage: https://crates.io/crates/cln-ntfy
- Size: 91.8 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](LICENSE) file for details