c-lightning-http-plugin 0.1.2

A plugin for c-lightning that proxies http rpc traffic to the unix domain socket.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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`