James Clarke
James Clarke
Not sure of gRPC is already supported by this proj, if no please please please consider it :-) FeathergRPC FTW for nice fast bidirectional comms, then i can ditch golang.
I have giscus installed and working in a test environment. One problem I anticipate is that gisgus is embedding a link back to the post that originated the comment in...
I have a Golang gRPC service that uses PreRPCCCredentials for both Unary and Stream cases.. on the server it's got interceptors for both ``` if usePerCallSecurity { opts = []grpc.ServerOption{grpc.Creds(creds),...
I'm attempting to get the simple named tunnel example working in a rapi homelab k3s cluster on my home lan. I've verified the tunnel on my mac now attempting to...
Thanks for a great project. I’m considering using it to protect a file that is needed by github action. Is that a tested / supported scenario? thx in advance
I'm attempting to use acmewrapper on a port other than 443 and it's doesn't appear to be working. I'm passing the port in as follows: func configureTLS(hostname string, port int)...
`go install` is an easier installation mechanism than building manually for devs who have the golang toolchain installed. Hence, add that to the readme.
I just attempted to download and run the linux ARM64 images dropped as part of your build process and they appear to be AMD64 as demonstrated here. Same result from...