fieldOfView / OctoPrint-ngrok

An OctoPrint Plugin that provides remote access using ngrok
GNU Affero General Public License v3.0
15 stars 8 forks source link

Address in "Tunnel status" does not include "https://" prefix #15

Closed derekantrican closed 3 years ago

derekantrican commented 3 years ago

The address listed in the plugin settings under "Tunnel status" does not include the "https://" prefix. This is a problem because if you simply copy the contents of that box and paste it into a browser you will get the error: Tunnel [subDomain].ngrok.io not found (this made me think the plugin wasn't working for a few days before I realized it was because the "https://" was required). If the "https://" was included in that text box this would not be an issue

fieldOfView commented 3 years ago

Right next to the address, to the left of the "Close" button, there is a link button. You can click it to visit the tunnel link, or right-click and select Copy link location to get the full tunnel address.

derekantrican commented 3 years ago

Good to know - I didn't know you could right click that button. I think my suggestion still stands