c-lightning-http-plugin

Crates.ioc-lightning-http-plugin
lib.rsc-lightning-http-plugin
version0.1.2
sourcesrc
created_at2020-03-20 21:14:20.311693
updated_at2020-09-14 23:08:29.350887
descriptionA plugin for c-lightning that proxies http rpc traffic to the unix domain socket.
homepage
repositoryhttps://github.com/Start9Labs/c-lightning-http-plugin
max_upload_size
id220786
size42,466
Aiden McClelland (dr-bonez)

documentation

https://docs.rs/c-lightning-http-plugin

README

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
Commit count: 20

cargo fmt