Open cba85 opened 3 years ago
Hello,
Always happy to see that people are using Keppler. Too bad I'm not working on it anymore.
Unfortunately, I never user Keppler with ngrok. Maybe it's the file that is too big?
Anyway, did you know that there is a server mode?
The idea is that you install keppler on any node server, you run it using keppler -s
Now, that it's running on a server, on your computer, you start it as usual, but you also add the host and port keppler -h xxx.xxx.xxx.xxx -p xxxx
The instance should open on your browser and you can share it to your students.
Hello,
I work as a web developer teacher, and I normally use Keppler with my students at school on the same network.
But facing the Covid 19 situation, we can't be all together in the same place, so we don't share the same network anymore.
That's why, to keep using Keppler in this situation, I use ngrok to share my Keppler instance online with them.
But there is a bug in that case: "Download the whole project" feature doesn't work because the url is the local one, and not the one given by ngrok.
My pull request fixes this issue.
Thank you for this cool project!