Pgrok – Poor Man’s Ngrok
71–80 of 83 posts
Re: Pgrok – Poor Man’s Ngrok
#72Re: Pgrok – Poor Man’s Ngrok
#73Re: Pgrok – Poor Man’s Ngrok
#74I find it quite amusing that I read the pgrok and ngrok websites (at least the front page) and cannot understand what the hell either of them do. It's like they can do almost anything...what exactly? .... well whatever you can think of.....er like what? You can open localhost to the internet.......?????????? Sorry? Anyhow if anyone would care to put me out of my misery by explaining a bit I'd be grateful.
Re: Pgrok – Poor Man’s Ngrok
#75Re: Pgrok – Poor Man’s Ngrok
#76I recently launched Tunnelmole, an open source alternative. You can just run the client and then you don't need to worry about NAT/CG-NAT, port forwarding or running your own server unless you want to self host, which is possible because the service layer is also open source.
You can get it from https://github.com/robbie-cahill/tunnelmole-client
Re: Pgrok – Poor Man’s Ngrok
#77Earlier quoted context omitted.
Like everything in life, "it depends." If what you need can suffice with SQLite, then Postgres will work too. If you're running an app on a VM, running Postgres on it too is easy and isn't "big". It's easy to install and set up, and you're set up for all the features you may want later. Plus you avoid having to refactor for a different database later on. If you're running your app in a serverless context, or on a Paa…
Except I have to install Postgres and create a user for it, which I don't have to do with SQLite.
Re: Pgrok – Poor Man’s Ngrok
#78Re: Pgrok – Poor Man’s Ngrok
#79Earlier quoted context omitted.
https://tailscale.com/blog/introducing-tailscale-funnel/ is free for personal use
Not quite the same thing. Setting up a Tailscale network and installing/running the VPN client on your laptop takes an order of magnitude more work and system access than just running a script to open a local HTTP port (which is how ngrok, pgrok, Cloudflare Tunnels etc operate). The use cases are very different.
sure, it could be streamlined even more (currently it requires that you run "tailscaled -tun userspace-networking", possibly with a custom unix domain socket path, and then also run "tailscale up" to activate it)
Re: Pgrok – Poor Man’s Ngrok
#80Earlier quoted context omitted.
it's only free for websites. if you are primarily an API, you have to pay (or wait for them to terminate your account) and it is EXPENSIVE. the free tier also has subpar networking in many parts of the world. make sure you don't care about those markets. edit: here are the terms of use: 2.8 Limitation on Serving Non-HTML Content The Services are offered primarily as a platform to cache and serve web pages and website…
I can't find any information about the API/website pricing differences on Cloudflare's website, but I'd like to know more - do you have a link or know where I should look?