Add backup plugin to the table

This commit is contained in:
LightningHelper
2021-07-25 01:02:43 -04:00
committed by Christian Decker
parent 3da5778dcf
commit 0b400559f9

View File

@@ -9,10 +9,11 @@ Community curated plugins for c-lightning.
| Name | Short description | | Name | Short description |
|------------------------------------|-------------------------------------------------------------------------------------------| |------------------------------------|-------------------------------------------------------------------------------------------|
| [autopilot][autopilot] | An autopilot that suggests channels that should be established | | [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 | | [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. | | [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 | | [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 | | [donations][donations] | A simple donations page to accept donations from the web |
| [drain][drain] | Draining, filling and balancing channels with automatic chunks. | | [drain][drain] | Draining, filling and balancing channels with automatic chunks. |
| [event-websocket][event-websocket] | Exposes notifications over a Websocket | | [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 | | [pruning][pruning] | This plugin manages pruning of bitcoind such that it can always sync |
| [rebalance][rebalance] | Keeps your channels balanced | | [rebalance][rebalance] | Keeps your channels balanced |
| [reckless][reckless] | An **experimental** plugin manager (search/install plugins) | | [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 | | [sauron][sauron] | A Bitcoin backend relying on [Esplora][esplora]'s API |
| [sitzprobe][sitzprobe] | A Lightning Network payment rehearsal utility | | [sitzprobe][sitzprobe] | A Lightning Network payment rehearsal utility |
| [sparko][sparko] | RPC over HTTP with fine-grained permissions, SSE and spark-wallet support | | [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 [teos-client]: https://github.com/talaia-labs/python-teos/tree/master/watchtower-plugin
[java-api]: https://github.com/clightning4j/JRPClightning [java-api]: https://github.com/clightning4j/JRPClightning
[btcli4j]: https://github.com/clightning4j/btcli4j [btcli4j]: https://github.com/clightning4j/btcli4j
[backup]: https://github.com/lightningd/plugins/tree/master/backup