OpenMediaVault-Plugin-Developers / openmediavault-compose

openmediavault plugin for docker-compose
18 stars 6 forks source link

Feature request #13

Closed Ikes72 closed 1 year ago

Ikes72 commented 1 year ago

Hello

First of all, thanks for this excellent plugin. Concerning the files tab, would it be possible to add a tag column, as exists elsewhere in OMV? Or alternatively a column with the file modification date?

Concerning the image tab, would it be possible to have a column with the used/unused status, like in Portainer?

Thanks !

Ikes

ryecoaaron commented 1 year ago

Add file date column Turn description column into a tag view

ryecoaaron commented 1 year ago

How does portainer determine if the image is in use? If it is referenced in a compose file or a container is actively using it?

Ikes72 commented 1 year ago

I don't how Portainer do this exact exactly. With docker ps, it's possible to list all images in used.

docker ps -a --format="{{.Image}}"

ryecoaaron commented 1 year ago

That would be if a container is using it. That is easy to add.

ryecoaaron commented 1 year ago

6.9.7 in the repo with all of these changes.

Ikes72 commented 1 year ago

Fast and effective.

Thanks.

Ikes

ryecoaaron commented 1 year ago

I had to revert the change to tags in the Description column because some people were using hyperlinks. In 6.9.8 in the repo now, I added a Tags column that is populated from the same description field. It is hidden by default but this will allow users to pick the view they want.