botpress / botpress-electron

This converts the Botpress binaries into a binary downloader / installer / runner
MIT License
0 stars 2 forks source link

Feature - add ngrok for immediate sharability #12

Open ptrckbp opened 1 year ago

ptrckbp commented 1 year ago

If you want to share quickly right now or try out a new channel while building locally, you need something like ngrok.

The way i'm imagining it would be to have a menu option be : make shareable

It would check if it's externalUrl isn't set. If it is add a confirmation to over-ride.

Regardless of whether it's set, after optional confirmation, set up an ngrok tunnel, then inject the botpress.config.json's externalURL with it.

Might have to ask user to sign in so the link doesn't keep changing all the time.