From 0b400559f9fee965021b2126b1197899cb15bfb0 Mon Sep 17 00:00:00 2001 From: LightningHelper <35897350+LightningHelper@users.noreply.github.com> Date: Sun, 25 Jul 2021 01:02:43 -0400 Subject: [PATCH] Add backup plugin to the table --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9bad44..f50d63f 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,11 @@ Community curated plugins for c-lightning. | Name | Short description | |------------------------------------|-------------------------------------------------------------------------------------------| | [autopilot][autopilot] | An autopilot that suggests channels that should be established | +| [backup][backup] | A simple and reliable backup plugin | | [boltz-channel-creation][boltz] | A c-lightning plugin for Boltz Channel Creation Swaps | | [btcli4j][btcli4j] | A Bitcoin Backend to enable safely the pruning mode, and support also rest APIs. | | [csvexportpays][csvexportpays] | A plugin that exports all payments to a CSV file | -| [currencyrate][currencyrate] | A plugin to convert other currencies to BTC using web requests +| [currencyrate][currencyrate] | A plugin to convert other currencies to BTC using web requests | | [donations][donations] | A simple donations page to accept donations from the web | | [drain][drain] | Draining, filling and balancing channels with automatic chunks. | | [event-websocket][event-websocket] | Exposes notifications over a Websocket | @@ -27,7 +28,7 @@ Community curated plugins for c-lightning. | [pruning][pruning] | This plugin manages pruning of bitcoind such that it can always sync | | [rebalance][rebalance] | Keeps your channels balanced | | [reckless][reckless] | An **experimental** plugin manager (search/install plugins) | -| [requestinvoice][request-invoice] | Http server to request invoices | +| [requestinvoice][request-invoice] | Http server to request invoices | | [sauron][sauron] | A Bitcoin backend relying on [Esplora][esplora]'s API | | [sitzprobe][sitzprobe] | A Lightning Network payment rehearsal utility | | [sparko][sparko] | RPC over HTTP with fine-grained permissions, SSE and spark-wallet support | @@ -204,3 +205,4 @@ Python plugins developers must ensure their plugin to work with all Python versi [teos-client]: https://github.com/talaia-labs/python-teos/tree/master/watchtower-plugin [java-api]: https://github.com/clightning4j/JRPClightning [btcli4j]: https://github.com/clightning4j/btcli4j +[backup]: https://github.com/lightningd/plugins/tree/master/backup