James Clarke
James Clarke
When I exec into the container and run the suggested curl command (having installed into the container) I get: root@cloudflared-799fbdb4cb-d4ptf:/# curl https://api.cloudflare.com/client/v4/ {"success":false,"errors":[{"code":7000,"message":"No route for that URI"}],"messages":[],"result":null}root@cloudflared-799fbdb4cb-d4ptf:/#
Would love this as well
I’m also interested in a golang SDK. I intend to write an app composed of microservices which talk to pocketbase as the datastore and auth provider. Might be interested in...
Tested and it works (auth and create).. ripped out my hacked version and replaced with it, thx!
OK.. I see the same behavior as above but the binary runs fine on amd64 and not arm64 so there is clearly something wrong. I'll try building it myself and...
Haven't yet got definitively to the bottom of the problem, but I'm seeing: 1. the linux ARM64 binary from your build server does not work on arm64 raspberry pi 2....
@KevinSchwuchow my rapi cluster is very definitely running a 64bit ARM OS: ``` sh james@rapi-c2-n1:~$ hostnamectl Static hostname: rapi-c2-n1 Icon name: computer Machine ID: 4fd1b1da7ea44136adecb4c264a767d7 Boot ID: a514d02c35a642b2b0ec30de92f0aa50 Operating System:...
For point of note, the gRPC sample doesn't work over an unencrypted pipe.. if you change both client and server addresses to http no dice. Are there plans to add...
That sounds like a smart solution, I like it and it would unblock me in the short term.
Starting to test this now.