Skip to content

Commit

Permalink
clightning-plugins: remove unmaintained summary plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Apr 8, 2024
1 parent 24bc983 commit b27078e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 46 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ NixOS modules ([src](modules/modules.nix))
* [currencyrate](https://github.com/lightningd/plugins/tree/master/currencyrate): currency converter
* [monitor](https://github.com/lightningd/plugins/tree/master/monitor): helps you analyze the health of your peers and channels
* [rebalance](https://github.com/lightningd/plugins/tree/master/rebalance): keeps your channels balanced
* [summary](https://github.com/lightningd/plugins/tree/master/summary): print a nice summary of the node status
* [trustedcoin](https://github.com/nbd-wtf/trustedcoin) ([experimental](docs/services.md#trustedcoin)): replaces bitcoind with trusted public explorers
* [zmq](https://github.com/lightningd/plugins/tree/master/zmq): publishes notifications via ZeroMQ to configured endpoints
* [clightning-rest](https://github.com/Ride-The-Lightning/c-lightning-REST): REST server for clightning
Expand Down
1 change: 0 additions & 1 deletion modules/clightning-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ in {
imports = [
./clboss.nix
./feeadjuster.nix
./summary.nix
./trustedcoin.nix
./zmq.nix
];
Expand Down
39 changes: 0 additions & 39 deletions modules/clightning-plugins/summary.nix

This file was deleted.

4 changes: 0 additions & 4 deletions pkgs/clightning-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ let
rebalance = {
description = "Keeps your channels balanced";
};
summary = {
description = "Prints a summary of the node status";
extraPkgs = [ packaging requests ];
};
zmq = {
description = "Publishes notifications via ZeroMQ to configured endpoints";
scriptName = "cl-zmq";
Expand Down
1 change: 0 additions & 1 deletion test/tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ let
feeadjuster.enable = true;
monitor.enable = true;
rebalance.enable = true;
summary.enable = true;
zmq = let tcpEndpoint = "tcp://127.0.0.1:5501"; in {
enable = true;
channel-opened = tcpEndpoint;
Expand Down

0 comments on commit b27078e

Please sign in to comment.