pull down to refresh
the https://github.com/alexbosworth/ln-service i'm using wants a gRPC socket. however, i did try this for fun to no avail...
pull down to refresh
the https://github.com/alexbosworth/ln-service i'm using wants a gRPC socket. however, i did try this for fun to no avail...
Have you tried accessing the REST API on default port 8080? As far as I know that forwards all requests to gRPC.
That's how I've setup Zaprite for users to access their own nodes.
(both require https)
It works for Tor and also on clearnet (ex. Voltage) nodes using LND.
But ultimately it could be a docker issue blocking incoming traffic over certain ports.