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

Custom SubDomain not working #6

Closed madmaximus00 closed 3 years ago

madmaximus00 commented 4 years ago

Custom subdomain not working on reserved subdomain, It continues to put in a random subdomain even though i'm on a paid account and have the subdomain reserved.

Not sure if i have to put in the subdomain with ".ngrok.io"?

fieldOfView commented 4 years ago

I admit I have not tested the option, since I don't have a paid account myself. I'm just using the option available via their API.

I'll shell out for a paid account and investigate. Thanks for reporting!

fieldOfView commented 4 years ago

It turns out this was a typo, which is easily fixed here: b639fb7

This fix will be part of the next release.

fieldOfView commented 4 years ago

I like to keep the issue open until there is a released version that includes the fix.

fieldOfView commented 3 years ago

@Indochild56 and @inomad360, could you help me test this development version? https://github.com/fieldOfView/OctoPrint-ngrok/archive/devel.zip

You can install it via OctoPrint Settings -> Plugin Manager -> Get more -> ... from URL. It should fix this issue, but it also implements more granular permissions to start/stop the tunnel. Would love to know if that works for you.

inomad360 commented 3 years ago

I will install today and let you know. Thank you.

On Thu, Jul 9, 2020 at 7:46 AM Aldo Hoeben notifications@github.com wrote:

@Indochild56 https://github.com/Indochild56 and @inomad360 https://github.com/inomad360, could you help me test this development version? https://github.com/fieldOfView/OctoPrint-ngrok/archive/devel.zip

You can install it via OctoPrint Settings -> Plugin Manager -> Get more -> ... from URL. It should fix this issue, but it also implements more granular permissions to start/stop the tunnel. Would love to know if that works for you.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fieldOfView/OctoPrint-ngrok/issues/6#issuecomment-656079814, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQHIWNRMTXJ7VHA57AKXZ6DR2WUXLANCNFSM4OI34TWQ .

inomad360 commented 3 years ago

It works....you are amazing. thank you

On Thu, Jul 9, 2020 at 7:46 AM Aldo Hoeben notifications@github.com wrote:

@Indochild56 https://github.com/Indochild56 and @inomad360 https://github.com/inomad360, could you help me test this development version? https://github.com/fieldOfView/OctoPrint-ngrok/archive/devel.zip

You can install it via OctoPrint Settings -> Plugin Manager -> Get more -> ... from URL. It should fix this issue, but it also implements more granular permissions to start/stop the tunnel. Would love to know if that works for you.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fieldOfView/OctoPrint-ngrok/issues/6#issuecomment-656079814, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQHIWNRMTXJ7VHA57AKXZ6DR2WUXLANCNFSM4OI34TWQ .

madmaximus00 commented 3 years ago

Works Great! sorry for the delay!

inomad360 commented 3 years ago

One more question/ enhancement idea. Is it possible to create a tunnel when octopi boots? I remotely turn the printer on/off. When octopi comes online, the default seems to be no tunnel. Since I have a paid domain, I have o be in the network o create it. Thank you.

On Sun, Jul 12, 2020 at 12:57 PM Indochild56 notifications@github.com wrote:

Works Great! sorry for the delay!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fieldOfView/OctoPrint-ngrok/issues/6#issuecomment-657248910, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQHIWNW65Q7HVGHOLQOCP2LR3HTOZANCNFSM4OI34TWQ .

fieldOfView commented 3 years ago

@inomad360, I have opened a new issue for you: #12. Please don't ask questions that are unrelated to the current bug, or I will loose track and important reports will go missing.

fieldOfView commented 3 years ago

0.2.0 is now available