texx00 / sandypi

The ultimate controller for sand tables
Other
27 stars 5 forks source link

Adding a button to update the software #50

Closed texx00 closed 2 years ago

texx00 commented 2 years ago

With this branch a new setting section is added.

It brings the version of the software (branch and commit hash), the possibility to change between the master, beta and alpha branches and a button to update without the need of using the ssh terminal.

The feature is basic, just a shortcut to avoid using the ssh but it is not reliable. Will need to add some advanced checks to see if the update has gone wrong, retry or restore to previous versions. Don't want to do it now, it will require a lot of work.

Another solution may be to use docker to manage this things as well (#8)