dbus-serialbattery
dbus-serialbattery copied to clipboard
Integrate with kwindrem/SetupHelper project to maintain updates and installation using Console GUI
It would be great to have a single update mechanism for all custom packages installed on Venus OS.
Since I already use SetupHelper project for their GUI changes , I would like to incorporate the setup and upgrade with their project. (console based update button)
It is cumbersome to ssh to the remote box once disconnected from home network and check for new version of the project.
SetupHelper project is written in SHELL and will require a standard version file indicating the installed and new version (hope to have this automatically updated during build / publish). There are additional requirements during the installation. The Feature request on kwindrem repository is included.
This is out of beta now btw https://github.com/kwindrem/SetupHelper
I think this is only useful, if all settings can also be changed through the remote console/GUI, since all settings has to be done through the config.ini
. I would also prefer to keep the config.ini
since it can be copied over to same systems and reduces the installation time. In my opinion with this much settings a GUI would also be overwhelming the user.
Surely this could be an advance for remote systems without SSH access to update the driver, but I would not do blindly an update, if I have no other access to the device.
I think it's less complicated to add a update function to this driver than integrating it with SetupHelper. Like a page with three options:
- Install latest release
- Install nightly
- Install penultimate version
What do you think?
As alternative for updating over the remote console you can use this in the meanwhile: venus-os_ngrok
It‘s installable with the package manager and allows you to access the SSH port without forwarding the port.
This is not compatible with this project.