From 75e762acc140684f2c9987e6a836579fe68e5364 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Fri, 9 Sep 2022 08:44:02 -0300 Subject: [PATCH] add poncho to the list. --- .gitmodules | 3 +++ README.md | 7 +++++-- poncho | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) create mode 160000 poncho diff --git a/.gitmodules b/.gitmodules index 6f487c574..de898e74f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "go-lnmetrics.reporter"] path = go-lnmetrics.reporter url = https://github.com/LNOpenMetrics/go-lnmetrics.reporter.git +[submodule "poncho"] + path = poncho + url = https://github.com/fiatjaf/poncho diff --git a/README.md b/README.md index 28a14c951..bd403f3d8 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Community curated plugins for Core-Lightning. | [noise][noise] | Chat with your fellow node operators | | [paythrough][paythrough] | Pay an invoice through a specific channel, regardless of better routes | | [persistent-channels][pers-chans] | Maintains a number of channels to peers | +| [poncho][poncho] | Turns CLN into a [hosted channels][blip12] provider | | [probe][probe] | Regularly probes the network for stability | | [prometheus][prometheus] | Lightning node exporter for the prometheus timeseries server | | [pruning][pruning] | This plugin manages pruning of bitcoind such that it can always sync | @@ -217,10 +218,12 @@ Python plugins developers must ensure their plugin to work with all Python versi [feeadjuster]: https://github.com/lightningd/plugins/tree/master/feeadjuster [watchtower-client]: https://github.com/talaia-labs/rust-teos/tree/master/watchtower-plugin [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 [commando]: https://github.com/lightningd/plugins/tree/master/commando [reporter]: https://github.com/LNOpenMetrics/go-lnmetrics.reporter [csharp-example]: https://github.com/joemphilips/DotNetLightning/tree/master/examples/HelloWorldPlugin [kotlin-example]: https://vincenzopalazzo.medium.com/a-day-in-a-c-lightning-plugin-with-koltin-c8bbd4fa0406 -[nloop]: https://github.com/bitbankinc/NLoop \ No newline at end of file +[nloop]: https://github.com/bitbankinc/NLoop +[poncho]: https://github.com/fiatjaf/poncho +[blip12]: https://github.com/lightning/blips/blob/42cec1d0f66eb68c840443abb609a5a9acb34f8e/blip-0012.md diff --git a/poncho b/poncho new file mode 160000 index 000000000..e7795d763 --- /dev/null +++ b/poncho @@ -0,0 +1 @@ +Subproject commit e7795d763168d81435e7430105a7ef4c6985c45a