WebThingsIO / gateway

WebThings Gateway - a self-hosted web application for monitoring and controlling a building over the web
http://webthings.io/gateway
Mozilla Public License 2.0
2.62k stars 339 forks source link

Consider warning users that tunnel can't be configured after first time setup #3112

Open benfrancis opened 11 months ago

benfrancis commented 11 months ago

As a user I wish that I want to be warned that if I skip configuring the remote access service during first time setup I won't be able to configure it later, so that I don't have to reflash my gateway and lose all of my other configuration and data just to configure the tunnel.

Suggested by @disquisitioner during a documentation review.

Ideally we would just implement https://github.com/WebThingsIO/gateway/issues/1052 instead.