milochen0418 / pynecone-colab-ide

Setup colab file as a simple IDE like VSCode for browser's user to develop pynecone app
GNU General Public License v3.0
29 stars 13 forks source link

localtunnel change its first page #8

Closed milochen0418 closed 1 year ago

milochen0418 commented 1 year ago

localtunnel change the first page.

Screenshot 2023-05-18 at 4 53 33 PM

And we need to use !wget -q -O - ipv4.icanhazip.com in the cell to get IP.

Then you can submit it.

In the student's classroom, we need to submit this IP for the backend URL and frontend URL.

After testing more, Even in my mobile network, I need to submit IP for the both URL to ensure DALL-E example can work. Thus, manually submitting two IP into two URL is the only way to use localtunnel now.

milochen0418 commented 1 year ago

Fixed by

milochen0418 commented 1 year ago

Not all version of IDE support this function, we need to change the backup version too.

milochen0418 commented 1 year ago

To update to use the same tunnel method for all IDE