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.
Message added by SpencerJ,

Heads up, this plugin version is not actively maintained. Folderview3 is where you will want to go for the latest requests https://forums.unraid.net/topic/197223-plugin-folderview3/

[Plugin] FolderView2

Featured Replies

2 minutes ago, BigNavy said:

@Mattaton 

Ah I was just reading that.  Odd I didn't see those comments at first. Than you.

You bet. Hope it works for you (and everyone). 🙂

  • Replies 409
  • Views 62.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • VladoPortos
    VladoPortos

    Hi all, wohoo celebration! 🎆 we are in Unraid Store ! Time to start fixing and improving I have some work this week but after work hours I can start look liking into stuff.

  • VladoPortos
    VladoPortos

    Hi all, I'll be finally back home on Saturday so I will have most of the next week time to fix as much as I can / be able to in FolderView... huge sorry for the delay, I was on phone only for very lon

  • Hey @VladoPortos, just thought I would bring up an oncoming headache.   URv7.1 is baking in the oven with RC1 released. v7.1 includes CSS changes as they are working on reworking responsiven

Posted Images

Razz_Docker.pdf

After the update, the above was an error message. I clicked past it... then began having the same issue that everyone else was having. I had not seen the error until I added a new docker and attempted to open the weblink.

Thank you for continuing to support this application.

  • Author
9 hours ago, razzellu said:

Razz_Docker.pdf

After the update, the above was an error message. I clicked past it... then began having the same issue that everyone else was having. I had not seen the error until I added a new docker and attempted to open the weblink.

Thank you for continuing to support this application.

Did you try the beta package I posted here ? this should be fixed... well partially .. that message is for links that are "unknown" to unraid and once you click remember it will not pop up .. that can be affected by plugin ( I had to anotate certains links to not trigger it, but its not advised to do for other than internal links ). If the issue is that the missing IP that should be fixed in the beta release... but I think I will release it during weekend and see what happens :D Im running the beta release for over week with no issue, but it would be better if more people tested it.

Been running 7.1.2 and beta folderview 2 only since yesterday but it fixed my docker webui problem and I haven’t found any other issues.

6 hours ago, Dhoges said:

Been running 7.1.2 and beta folderview 2 only since yesterday but it fixed my docker webui problem and I haven’t found any other issues.

Still have issue with dark theme, but should be fixed soon

@Mattaton Hi , do you remember if in old version was "advanced view" in white theme when in black theme before your CSS ? Do you using black theme ?

@Mattaton

image.png

it seems we need to add :

/* Container New ID and repo info box */
.info-section .ui-tabs-panel {  
  background-color: var(--advc-continfo-bg-c);
  border-color: var(--advc-continfo-brdr-c);
}

for Black theme to work also need to fix tabs color ...

image.png

Found easy way :

add background color to /* Port Mappings and Volume Mappings areas */ and /* Graph area */

  • Author

I have released the new version with hopefully fixed Advance View, and IPs in links. There might be issue with custom css themes cause the advance view was rebuild a lot.

  • Author
5 minutes ago, Bozont said:

Thanks for todays update, now the external links are working as well.
Only one thing: the plugin's support forum's link show this thread but it's redirected the origin folder.view's supports which can be confusing for new people.
https://forums.unraid.net/topic/142782-plugin-folderview2/ -> https://forums.unraid.net/topic/142782-plugin-folderview/

Can you update this as well?
image.png

Ah you are right, I have changed it to https://forums.unraid.net/topic/189167-plugin-folderview2 might be a moment for the CA to pick it up.

20 minutes ago, VladoPortos said:

I have released the new version with hopefully fixed Advance View, and IPs in links. There might be issue with custom css themes cause the advance view was rebuild a lot.

Thanks, as was beta working fine also fixed fully black theme CSS

(by Mattaton and modded by me).

So only green pentagon is missing in upper menu, if you will have to check it will be cool.

  • Author
3 minutes ago, Masterwishx said:

Thanks, as was beta working fine also fixed fully black theme CSS

(by Mattaton and modded by me).

So only green pentagon is missing in upper menu, if you will have to check it will be cool.

Will have a look at that :)

Any Idea why after the latest plugin update all my folders are mixed up? Removing and readding containers to folders didn't help. For example i add a bunch of database related docker to the folder Databases. After doing so, different docker show up insinde the folder. Any Idea why? Everything worked before the update.

2025-05-26_102904.jpg

2025-05-26_102839.jpg

Edited by ezek1el3000

Docker page looks good though

2025-05-26_103350.jpg

Did a fresh install. No styles, no scripts. Same result. All mixed up. Help.

  • Author
6 minutes ago, ezek1el3000 said:

Any Idea why after the latest plugin update all my folders are mixed up? Removing and readding containers to folders didn't help. For example i add a bunch of database related docker to the folder Databases. After doing so, different docker show up insinde the folder. Any Idea why? Everything worked before the update.

2025-05-26_102904.jpg

2025-05-26_102839.jpg

This is strange, because this issue happened to me when I was working on it and I fixed it to not to do that :D Does anybody else have this issue ? (Maybe I fixed it just on my two boxes )

If you can, save your config ( export json ) uninstall and install the plugin. Import settings and see if that fixed it. If not. I will ask you to edit two files in the plugin

/usr/local/emhttp/plugins/folder.view2/scripts/docker.js

At start of the file is:

const FOLDER_VIEW_DEBUG_MODE = false; // Added for debugging

Change that to: true

And

/usr/local/emhttp/plugins/folder.view2/server/lib.php

Also at start of the file is:

    define('FV2_DEBUG_MODE', false); // << SET TO true TO ENABLE LOGGING TO FILE >>

Change that to: true

Than in unraid, open web console ctrl+shift+j (usualy) and go to docker tab. Copy / Paste the everything to me in private message and I can hopefully see why in your case its out of order

1 hour ago, VladoPortos said:

This is strange, because this issue happened to me when I was working on it and I fixed it to not to do that :D Does anybody else have this issue ? (Maybe I fixed it just on my two boxes )

If you can, save your config ( export json ) uninstall and install the plugin. Import settings and see if that fixed it. If not. I will ask you to edit two files in the plugin

/usr/local/emhttp/plugins/folder.view2/scripts/docker.js

At start of the file is:

const FOLDER_VIEW_DEBUG_MODE = false; // Added for debugging

Change that to: true

And

/usr/local/emhttp/plugins/folder.view2/server/lib.php

Also at start of the file is:

    define('FV2_DEBUG_MODE', false); // << SET TO true TO ENABLE LOGGING TO FILE >>

Change that to: true

Than in unraid, open web console ctrl+shift+j (usualy) and go to docker tab. Copy / Paste the everything to me in private message and I can hopefully see why in your case its out of order

Yea got the same issue

  • Author

Ok I will roll back the update, until its fixed.

  • Author
8 minutes ago, Xelator said:

Yea got the same issue

Before you update back, can you enable the debug mode and send me PM with the output so I have another log to compare to ?
Thanks.

I have reverted to previous version and will have to try and find out why its not ordering it for you guys correctly.

Edited by VladoPortos

reverted, all good again

Is this issue should be in beta also?

  • Author
45 minutes ago, Masterwishx said:

Is this issue should be in beta also?

Well I do not have it, and you also ( i think ) does not have it. Its the beta package you are running ( and me as well ). So I need to check the logs send and try to find out why for the two users above it did not order the dockers under correct folder ( although I specifically fixed that part, so its a mystery for now, but I'll try have a look today evening if I can. maybe its just something simple )

12 hours ago, VladoPortos said:

Ok I will roll back the update, until its fixed.

grafik.png

u meen this one?


after the roolback all will stay on the right folders in Dashboard and DockerTab

Edited by Xelator

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.