#unix-domain-socket #http-interface #sockets #rpc #plugin #http-proxy #lightning

app c-lightning-http-plugin

A plugin for c-lightning that proxies http rpc traffic to the unix domain socket

3 releases

0.1.2 Sep 14, 2020
0.1.1 Aug 5, 2020
0.1.0 Mar 20, 2020

#18 in #http-interface

MIT license

22KB
531 lines

c-lightning-http-plugin

This is a direct proxy for the unix domain socket from the HTTP interface

Command line options

  • http-user
    • user name to use for Basic Auth
    • default: lightning
  • http-pass
    • password to use for Basic Auth
    • REQUIRED. All requests will be unauthorized if not supplied
  • http-port
    • port to bind the rpc server to
    • default: 8080

Dependencies

~11MB
~186K SLoC