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] FolderView3

Featured Replies

Yes, can confirm, bug is fixed and looks normal again (like it used to be). Thanks for quick fix

  • Replies 256
  • Views 17.4k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • chodeus
    chodeus

    In the next release I've added some customisation to the dashboard page. You can thank @hernandito for the idea as I couldn't figure out what this page should look like. The classic option remains as

  • chodeus
    chodeus

    You do realise I have given you the tools to allow you to do whatever you like with the docker and VM pages? I like the style of the semi hidden incognito button which is why I built it the way I di

  • hi. migrating from folderview2 here. when i press export on both the old and new foldervier. it doesnt download any json file instead it just comes out something like this. do i need to re-do each

Posted Images

awesome, thanks

Does this plugin update automatically to the newest version even when it is manually installed? Or do i need to keep installing it again to keep it up to date?

  • Author
1 hour ago, rama3124 said:

Does this plugin update automatically to the newest version even when it is manually installed? Or do i need to keep installing it again to keep it up to date?

If you go to the Plugins section of Unraid there is an update button you can click.

You don’t need to keep manually installing it.

  • Author

Hi all, I wanted to update you on what I've brought to stable release v2026.04.04. Sorry for the essay below!

It'll look and feel like the same FolderView but a bunch of things underneath got a decent overhaul, plus some new power-user features.
Now I said I wasn't going to refactor the original plugin but I have to apologise because I've had to do a partial refactor to combine duplicate lines of code to make this easier to maintain and prevent regression or forgetting to update the other lines of code for the 1 fix.

Anyway, what's new?

CSS Tool — Built-in theme manager right in the Settings page. Import themes from GitHub repos, toggle them on/off, get notified when updates are available. Also includes a variable editor with colour pickers, presets and an advanced CSS text area. Also security scanning for unsafe imports.

image.png

customcsssettings.png

Folder Defaults — Set global defaults for preview mode, overflow behaviour, context menu, and more. Hit "Apply to All" to push defaults to every folder at once instead of editing them one by one.

defaultfoldersettings.png

Full Backup & Restore — Export everything (all folder configs, settings, CSS config, installed themes) to a single JSON file. Import it back on a fresh install.

backupsettings.png

Incognito Mode — (this one is my favourite) Blurs container/VM names, and folder names. If you think anything else needs to be blurred out please let me know.

incognitomode.png

Updated Folder Editor— Settings organised into collapsible sections. Cleaner layout, same options.

foldersettings1.png

foldersettings3.png

Unraid 7.2+ API Integration— If you're on 7.2+, the plugin now uses WebSocket for real-time stats (faster, lighter than SSE), GraphQL for container/VM actions, and automatically syncs your folder structure to Unraid's native Docker Organizer (when this is implemented). Falls back gracefully on older versions.

Mobile & Touch Improvements — General improvements

Here's the before and afters for those that want to make sure I have kept the plugin lean.

Before (v2026.04.01): ~5,900 lines JS / ~1,400 lines CSS / ~800 lines PHP — 186 KB package

After (v2026.04.04): ~8,200 lines JS / ~3,200 lines CSS / ~1,600 lines PHP — 223 KB package

Alternate Plugin 1: ~58,900 lines JS / ~14,500 lines CSS, ~8,9030lines PHP - 14.2 MB package

Can always view the repository for more details https://github.com/chodeus/folder.view3

I feel like I have tested this extensively but there's always edge cases or things I may have missed or not thought about. Please let me know ASAP if you spot anything.
If you have additional feature requests please let me know.

Rolling back to previous version: If you run into any issues, you can roll back to v2026.04.01: 
- Go to Plugins > Install Plugin 
- Paste: https://raw.githubusercontent.com/chodeus/folder.view3/v2026.04.01/folder.view3.plg 
- Click Install This will downgrade back to the previous stable release. 

Please report any issues so I can get them fixed quickly.

Edited by chodeus

Just came here to say the incognito feature is pretty crazy good, in my opinion volumes should be masked aswell, because they unusually contain data to make it obv which container is which, which for example wouldnt or usually isnt the case for things like networks, ips or ports

  • Author
19 minutes ago, Joly0 said:

Just came here to say the incognito feature is pretty crazy good, in my opinion volumes should be masked aswell, because they unusually contain data to make it obv which container is which, which for example wouldnt or usually isnt the case for things like networks, ips or ports

Yeah valid point. I’ll look at a tidy way to incorporate that.

Thankyou for the suggestion!

Updating to v2026.04.04 seems to make my docker tab unusable. All folders/containers are gone. Downgrading to v2026.04.01 resolves the issue.

image.png

  • Author
57 minutes ago, bostafari said:

Updating to v2026.04.04 seems to make my docker tab unusable. All folders/containers are gone. Downgrading to v2026.04.01 resolves the issue.

image.png

Did you capture any dev console logs?

What compose manager plugin and version are you using?

9 hours ago, chodeus said:

Did you capture any dev console logs?

What compose manager plugin and version are you using?

Apologies, I did not when I had the issue. It automatically updated again overnight and for whatever reason the issue is gone. I'll report back with dev console logs if it happens again. Thanks!

  • Author
14 minutes ago, bostafari said:

Apologies, I did not when I had the issue. It automatically updated again overnight and for whatever reason the issue is gone. I'll report back with dev console logs if it happens again. Thanks!

Happy days! Glad it sorted itself out 😂

When using the included Custom CSS if I ue any but the default I lose the ORANGE text when an Update is available. I dont see which of the listed customizable items i could change to get that feature bck. Am i missing something?

image.png

image.png

image.png

  • Author
3 hours ago, ZacharySmith said:

When using the included Custom CSS if I ue any but the default I lose the ORANGE text when an Update is available. I dont see which of the listed customizable items i could change to get that feature bck. Am i missing something?

image.png

image.png

image.png

Short answer is you cant do it cleanly.

Just released a fix for this so "orange text on update" will override the preset colour for containers that need updating.

15 minutes ago, chodeus said:

Short answer is you cant do it cleanly.

Just released a fix for this so "orange text on update" will override the preset colour for containers that need updating.

Great thanks! Works perfectly!

image.png

Edited by ZacharySmith

  • Author

Awesome.

I’ll think about what I can do for the orange preset but all the others should be fine.

Just migrated to folderview 3 and the "add folder" function is gone from docker (
No compose manager plugin. running unraid 7.0.1.

Tried removing cache and force refresh, tried different browser.

version installed is 2026.04.09 
Also already tried reinstalling, no luck...

CleanShot 2026-04-11 at 10.22.26@2x.png

CleanShot 2026-04-11 at 10.21.54@2x.png

Edited by myki

  • Author
11 minutes ago, myki said:

Just migrated to folderview 3 and the "add folder" function is gone from docker (
No compose manager plugin. running unraid 7.0.1.

Tried removing cache and force refresh, tried different browser.

version installed is 2026.04.09 
Also already tried reinstalling, no luck...

CleanShot 2026-04-11 at 10.22.26@2x.png

CleanShot 2026-04-11 at 10.21.54@2x.png

Any error logs in dev console while on the docker and/or VM page? (F12)

Have you tried a hard refresh on your browser and a cache clear?

1 hour ago, chodeus said:

Any error logs in dev console while on the docker and/or VM page? (F12)

Have you tried a hard refresh on your browser and a cache clear?

Hi there! Thanks for helping out!

Yes tried hard refresh, no luck. Cache cleared as well, testing using chrome on safari

nothing on dev consoleCleanShot 2026-04-11 at 11.41.48@2x.png

  • Author
3 minutes ago, myki said:

Hi there! Thanks for helping out!

Yes tried hard refresh, no luck. Cache cleared as well, testing using chrome on safari

nothing on dev consoleCleanShot 2026-04-11 at 11.41.48@2x.png

If you click “console” do any errors appear there when you refresh the page?

What version of FolderView did you migrate from and how did you do it?

Also, does the VM page have an “add folder” button?

While on your docker page, just type “fv3debug” and then reload the page and please PM me the debug.json that’ll get automatically downloaded.

Compatibility earlier than Unraid 7.2 is negligible but I’m happy to work to improve the compatibility.

Edited by chodeus

15 minutes ago, chodeus said:

If you click “console” do any errors appear there when you refresh the page?

What version of FolderView did you migrate from and how did you do it?

Also, does the VM page have an “add folder” button?

While on your docker page, just type “fv3debug” and then reload the page and please PM me the debug.json that’ll get automatically downloaded.

If you click “console” do any errors appear there when you refresh the page?
nothing on docker, but something on VM

image.pngimage.png

What version of FolderView did you migrate from and how did you do it?

Folderview2 - i now did a clean install of folderview3 without importing exported file from folderview2

Also, does the VM page have an “add folder” button?

no...

  • Author

I've been working with @myki to improve backwards compatibility with Unraid <7.2. That's the reason for the errors above.

If anyone wants to help me improve backwards compatibility I can share my beta branch install link with you, I'd love some help!

First off, great work with v3 with a ton of new features and ui improvements.

I see why you would add incognito mode and why its needed. But is there any possibliity to hide the incognito button on docker dashboard for example via a settings option in Plugin settings.

For me that button is only taking up precious dashboard space as i already have alot of containers that needs the space so i dont need to scroll up and down.

Hmm maybe the advanced view is already making that space used, dont have an old screenshot of it. So i could be wrong but it feels that the incognito button is making the the space bigger and thereby taking up more space vertically.

Edited by ABEIDO

  • Author
8 minutes ago, ABEIDO said:

Hmm maybe the advanced view is already making that space used, dont have an old screenshot of it. So i could be wrong but it feels that the incognito button is making the the space bigger and thereby taking up more space vertically.

The incognito button does not take up any additional room than what was there pre-inclusion of the button or when compared to native unraid.

If you want to gain more room above the table please see this method.

https://github.com/chodeus/folder.view3/issues/6

You might need to buy a larger monitor 😉

In the end im going to end upp with a tv infront me instead of getting rid of containers )

So there was others like me but yeah that fixed it a bit for me. I guess unrelated to folderview i would wish that Unraid moved advanced view up to the bar above so the ui got more compressed. Then i guess it would be more worth to hide the incognito button as one would get more back in terms of vertical space.

Edited by ABEIDO

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.