Standalone postgres
Hello there, I have a postgres db setup on a machine, a CF tunnel pointing to that db, and Acces service auth setup above all, is there a way to get the connection string by API and simply use that in a nodejs project?
2 Replies
Hyperdrive is only usable through Workers. If you don't want to use Hyperdrive you can just run
cloudflared
wherever you want the ingress end of your tunnel, run it as an Arbitrary TCP tunnel, and point your connection string to hostname:PortNumber
. That's not going to have any of the Hyperdrive secret sauce, but it's certainly an option.Thank you