No description
Find a file
Aiden McClelland d4ce1693c0
Cargo.toml
2020-03-20 15:12:12 -06:00
src readme 2020-03-06 22:16:56 -05:00
.gitignore initial commit, basically nothing, doesn't compile 2020-03-03 18:51:01 -07:00
Cargo.lock Cargo.toml 2020-03-20 15:10:30 -06:00
Cargo.toml Cargo.toml 2020-03-20 15:12:12 -06:00
README.md readme 2020-03-06 22:16:56 -05:00

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-password
    • 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