mljar / mercury

Convert Jupyter Notebooks to Web Apps
https://RunMercury.com
GNU Affero General Public License v3.0
3.87k stars 243 forks source link

Add Tunnelmole as an open source alternative to ngrok #408

Closed robbie-cahill closed 5 months ago

robbie-cahill commented 6 months ago

I've noticed you have ngrok as the suggested tunnelling solution in your README. However, it has a few issues

So, i'd like to update your docs to add tunnelmole. It has the following advantages

Here's the difference in terms of set up and usage

Ngrok

First download and install from ngrok.com

ngrok http 3000
Tunnelmole

Various installation options including npm, copy and paste shell one liner, building from source etc available in the README

tunnelmole 3000

There are a few options here

Let me know your preference and if you'd like me to make a PR with the changes.