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

[Feature Request] Expose tunnel addresse in settings #3

Closed 2BWorks closed 4 years ago

2BWorks commented 4 years ago

I've checked out your plugin and i would love to integrate it with my plugin. So the user can easily access their octoprint from the app on 3G and 4G. By exposing the address. My plugin could hook into it. Let me know if this is something that has your interest.

(NL hier :) )

fieldOfView commented 4 years ago

The tunnel address is not a setting, it is a runtime variable. So I don't think it should be exposed as a setting. You can access the tunnel name via the SimpleApi of the plugin (api/plugin/ngrok). Would that work for you?

2BWorks commented 4 years ago

Thanks! That's a great idea