OpenMediaVault-Plugin-Developers / openmediavault-docker-gui

Docker plugin for OpenMediaVault
32 stars 17 forks source link

Make docker gui differ between standard and custom parameters #86

Open godfuture opened 4 years ago

godfuture commented 4 years ago

I face the problem that image updates with docker gui are extensive, because standard parameters from previous image get not updated. For me it is hard to manually check for changes.

It would be much easier, if standard parameters would be wiped on start. For example, the docker compose for nextcloud only knows those parameters that were added by user: grafik

But their parameters once started are looking like this (in red those I have added manually): grafik

With two rules, this should be fairly easy to solve: 1) Every parameter that was not added by user, is a standard parameter 2) If the user wants to override a standard parameter, he always has to create a custom one. Custom always wins!

subzero79 commented 4 years ago

this Plugin has been pretty much deprecated. There are better alternative managing tools like portainer or cockpit that are much frequently updated and maintained. If someone wants to come forward and take care of it more than welcome, for the moment it will left as it is. There is a master 5.x branch but I haven’t checked if it has been published in repos.