Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Plugin] Docker Folder

Featured Replies

I have noticed, that the following issue is still present in the latest version of the new Docker-Folders-Plugin:

 

 

May I ask for a fix for this issue please ⬆️?

 

  • Replies 838
  • Views 209.1k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • OK.   Not that I use this plugin, but I have forked it so that the logs and the context menus appear.   I have temporarily removed the dashboard part of things until I get more tim

  • scolcipitato
    scolcipitato

    Hi, I've been working on fixing the plugin for a while, and I have something that works, but there are some problems. Due to how I made unraid show the folder on the dashboard "Expanded on Das

  • Docker Folders has now been deprecated when running Unraid 6.12.3+  It should be uninstalled and replaced with Folder.View   

Posted Images

On 6/7/2022 at 11:36 AM, thecode said:

 

I didn't notice it until you mentioned it, I can confirm it is broken and while testing it I found out that the logs icon is also broken.

Trying to view logs for a VM will open a window with the following error: `Error: No such container:  ....`

Same here 6.10.3

VM logs should be fixed with Docker Folder 2022.06.19

The VM folder expand is still broken

any news about the VM folder not expanding?

Is it possible to disable the "dashboard" part of this plugin? It's great in Docker, but distracting and doesn't work as intended in the dashboard.

 

I saw previous comments that say there should be an option under folder settings, but I don't see it there.

Capture.PNG

  • 2 weeks later...

Uninstalled the old, installed Squid's fixed version.  Went to recreate my folders, created one:

 

image.png.e56ac24201122f280bf78a399c4a6fb2.png

 

image.thumb.png.26caa1a7d5e4f98562d8385c70e9edf7.png

 

I no longer see the apps in the folder to the right in the main docker list.  Clicking the arrow to expand and I see the dockers in the folder.

 

What am I missing?

34 minutes ago, JasonK said:

Uninstalled the old, installed Squid's fixed version.  Went to recreate my folders, created one:

 

image.png.e56ac24201122f280bf78a399c4a6fb2.png

 

image.thumb.png.26caa1a7d5e4f98562d8385c70e9edf7.png

 

I no longer see the apps in the folder to the right in the main docker list.  Clicking the arrow to expand and I see the dockers in the folder.

 

What am I missing?

 

Edit the folder, enable advanced settings and select the type your want (one of the Icon types):

image.png.9f6ee22b464ae73c5c410420320ccc86.png

 

4 hours ago, thecode said:

 

Edit the folder, enable advanced settings and select the type your want (one of the Icon types):

image.png.9f6ee22b464ae73c5c410420320ccc86.png

 

Thanks so much!

 

Not sure if it is docker folder problem or the docker queue list.

Having problem with traccar on start , cant find database becose its starting by log even befor first docker app starting ...

so i need manually reboot it .

its not reallly traccar problem i think but docker queue list , like its not starting when his docker list turn.

 

traccar docker should start after filebrowser ,but its missing in logs . and by his log its starting some seconds befor first docker container start. is it possible at all ?

How to fix it ?

 

image.thumb.png.48a35d281cabd1ab8601ca059d570d47.png

 

image.thumb.png.7bc092c96fffd97634ea431e9e01375b.png

 

image.thumb.png.0e7dd2c2949e8909b2272512e1f4c32d.png

 

image.thumb.png.7f4b45baa27f860fd88451511e33a0d0.png

54 minutes ago, Masterwishx said:

Not sure if it is docker folder problem or the docker queue list.

Having problem with traccar on start , cant find database becose its starting by log even befor first docker app starting ...

so i need manually reboot it .

its not reallly traccar problem i think but docker queue list , like its not starting when his docker list turn.

 

traccar docker should start after filebrowser ,but its missing in logs . and by his log its starting some seconds befor first docker container start. is it possible at all ?

How to fix it ?

 

This is not related to docker folder, it does not change the docker startup or control anything.

If you enable "Advanced View" you can set a delay at startup, here is an example for a container that is depended on other containers so I added 20 seconds delay:

image.png.0ae940832412c06a3d7e1f32b4e09639.png

 

 

15 minutes ago, thecode said:

This is not related to docker folder

 

Thats why i wrote docker queue list problem , i already using advansed view and delay cant be used , i tryed it for Filebrowser that starts befor tarccar container but the traccar some how starting befor first container in list ! you can see it by logs ... :(

4 hours ago, Masterwishx said:

 

its not reallly traccar problem i think but docker queue list , like its not starting when his docker list turn.

remove restart always

3 hours ago, JonathanM said:

remove restart always

 

OK i will try

3 hours ago, JonathanM said:

remove restart always

 

Thanks for hint, now its working !

So we should not use any restart policy in Unraid ? 

 

I was thinking restart policies affect only on already running dockers ?

but also founded in docker docs:

(The container will also always start on daemon startup)

--restart always if the container crashes will restart the container.  If it is continually crashing, it will continually restart with the result you were seeing.

34 minutes ago, Squid said:

--restart always if the container crashes will restart the container.  If it is continually crashing, it will continually restart with the result you were seeing.

 

 

i power off server every to night.

So it auto boots in morning ...

But the problem was that it was starting befor 1st container i think becose => ( (The container will also always start on daemon startup) from docker docs)

 

so it cant connect to mariadb, but it was every time restared befor and connected at the end .(on second try i think)

 

But some days ago it stopped after first try and was not connected and not restarted.

and when i removed (restart always) it was simply started when his turn on list with no problem ....

 

PS:  from docker docs i think container should work some time for --restart always will restart container ?!?

sorry if i made all very complicate, in simple words:

 

--restart always on traccar stoped working after last update , befor it was restarted container but also was started on daemon boot and becose it connected to mariadb on second try after restart.

so i was need to force update container for it will work again or delete it for container will boot on his order like @JonathanM told .

21 minutes ago, Masterwishx said:

sorry if i made all very complicate, in simple words:

 

--restart always on traccar stoped working after last update , befor it was restarted container but also was started on daemon boot and becose it connected to mariadb on second try after restart.

so i was need to force update container for it will work again or delete it for container will boot on his order like @JonathanM told .

I think you should take this to another thread. Having this discussion here does not help people waiting for updates about Docker Folder and on the other hand no one with a similar problem to you will look here.

24 minutes ago, thecode said:

I think you should take this to another thread

 

Sorry that i posted here , didnt know exacly where its belong , to some docker thread, but anyway i dont have more discussion about it. 

and im also absolutly loving Docker Folder Plugin and want it to improoving ...

  • 1 month later...

Not sure if this has been discussed, but if you are editing a container, it will come up as container removed and you'll have to go back in and re add the container to the folder. 1285923598_firefox_64w6jwwQbB(1).png.2c699a9ab903a6872a5e6c626db6999b.png1911629371_firefox_tlhztsHq8v(1).png.d943a22c530b8e7c88a83788f6aef2c4.png

Is there a way to upload a lot of icons to select from instead of individual?

3 hours ago, ZerkerEOD said:

Is there a way to upload a lot of icons to select from instead of individual?

No, the image is actually saved as base64 encoded string in the "Icon" selection field, it is not uploaded anywhere

Hi!

I just updated Unraid and switched to this version of docker folders.

Everything works great so I'm really grateful for the continuation of this plugin! Thank you for that!

However I do have an issue... I can't expand the VM folders.. I tried removing the file so a new one would be generated but it still doesn't work :(

I do see an error in the web console.. Any idea how I can fix this?
 

Screenshot 2022-08-23 202751.png

I just wanted to add my 2 cents to this thread to thank @Squid for keeping this one alive.  I also think this should be integrated into unraid 6.x.x for those of use with a lot of containers.  It is a "must have" for me.

Edited by danktankk

11 hours ago, danktankk said:

this should be integrated into unraid 6.x.x

+1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.