projecthorus / radiosonde_auto_rx

Automatically Track Radiosonde Launches using RTLSDR
GNU General Public License v3.0
499 stars 126 forks source link

Shutdown Raspberry Pi in Auto_RX web interface #927

Closed PC9DB closed 1 week ago

PC9DB commented 3 weeks ago

To safely shutdown a headless Pi running Auto_RX, one has to establish for example a SSH connection to the Pi and then shut it down. It would be handy to have a "Shutdown Pi" option in the control page of the web interface.

darksidelemm commented 3 weeks ago

I'm not sure this is going to be possible without auto_rx running as root. It definitely shouldn't be possible from within the docker image.

PC9DB commented 3 weeks ago

Thanks for your comment Mark. It would be a handy option, especially when using a RPi in a car. But there are other options for example with a simple switch programmed to shut down the pi.

Regards, Mark