folder.view2
folder.view2 copied to clipboard
Feature Request: Folder creation using docker compose
Would it be possible to allow us to add folders using docker compose?
I was thinking it could be similar to how you can add icons to the unraid interface using labels.
labels: net.unraid.docker.icon: "https://domain.com/icon.png" net.unraid.docker.folder: "My Folder" net.unraid.docker.folder.icon: "https://domain.com/folder-icon.png"
Which would dynamically create and remove the folders based on the containers running by querying the docker socket?