Jump to content

scolcipitato

Community Developer
  • Posts

    222
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by scolcipitato

  1. Apparently this is caused by OpenSSL-3.3.0 (source). This post has the solution, the first reply worked for me (here, if needed). I don't know if this involves some other security concerns, maybe someone who knows more can say something. Hope this helps.
  2. The folders are stored on the USB, so all the folder should be safe, if you want to check you can open /boot/config/plugins/folder.view/docker.json and see if your folders are there. I didn't test the plugin without containers, so maybe something that renders the folder is missing. If you post a screenshot of your browser console, I can be more specific.
  3. That icon is there to show you that what you see on your browser is not the real order of autostart. Clicking it won't do anything.
  4. The autostart is handled by unraid, not the plugin, the plugin enable and disable the autostart only from the webui.
  5. Sorry, saw the message but couldn't reply, and then I forgot about it. I need the debug file (first post for instructions) and because I think there is a problem with the plugin on the page itself, a screenshot of the browser console.
  6. In the first post, there are the instruction for creating and installing custom CSS. What you did won't work because: The name docker-custom.css doesn't follow the naming pattern for the plugin. You put the CSS file in the scripts folder, you should put the CSS files inside the styles and JS files inside the scripts folder. (here and here for reference) .folder-preview { height: auto; } .folder-preview-wrapper { margin: 10px; } Those are the custom rules you need to apply, now save those into a file. Go to the settings tab on unraid, open the Folder view page, now you should see a button called Open File Manager, click that, and it should open the configuration folder for the plugin. Now open the styles folder (if it don't exist, create it) and upload the file (remember to name the file with the right name). And you are done.
  7. With the stock plugin, there is no way, but you can use custom CSS to do it. Take a look at this.
  8. You are using the wrong link. The link you are using is the link to GitHub, you have to use the link to the file itself. https://raw.githubusercontent.com/scolcipitato/folder.view/main/folder.view.plg This is the correct link.
  9. You can use the data: format, in fact in the site you provided the download button has the right data uri to use with the img tag. All that remains to do is right-click the "Download SVG" button and copy the link. data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M4%2C2C2.89%2C2%202%2C2.89%202%2C4V20C2%2C21.11%202.89%2C22%204%2C22H20C21.11%2C22%2022%2C21.11%2022%2C20V4C22%2C2.89%2021.11%2C2%2020%2C2H4M8.56%2C6H12.06L15.5%2C12L12.06%2C18H8.56L12%2C12L8.56%2C6Z%22%20%2F%3E%3C%2Fsvg%3E It isn't encoded in base 64, but the img tag accepts it. Side note, what you did is not wrong, but if you are using a custom theme or have created one of your own this could mess it up.
  10. This plugin support only unraid 6.12.3 or newer, for unraid 6.9.x you should be able to use the old docker folder plugin.
  11. With the stock plugin it is not possible, but you can use the custom scripts/CSS to make it possible.
  12. This is my last idea, if this doesn't work, I don't know what to do. Made a new version, if you want to give it a try you can.
  13. I just looked at the code, I put the new code on the docker side and not the VMs, sorry, if you want you can give a try with the new version.
  14. I don't really know what is going on, I tried to replicate your setup and for me, it seems to work, I saw a single difference in your debug file, so I tried to fix it. You can try to reinstall the plugin and see if it works.
  15. I run a couple of tests with the debug file you gave me, I didn't find any problem, I see that you have other plugins that change the webui of the vm folder, maybe is that. What I can say with what I have is that the plugin expect to find your VMs in this order.: Windows 11 Fast Tools Stardom HA Dev SimaticTIA17Pro Home Assistant HAOS GeoSCADA2020 Macinabox Catalina CodeSys T11 SimaticTIA17Unified Geo SCADA 2021 Centum_FT StardomT11 Windows 10 Gaming Tiny11_2311 Potentially the other plugins you have changed this order and if they do so it can lead to issues, I can advise making a backup of the config, uninstall folder view and see if the order match.
  16. I need the debug file (first post for instructions)
  17. If the CSS uses my custom classes only, I think you might be able to use it in the VMs tab, but in this case I think it's not that simple. You need to make some changes because of the different layout of the VMs. If you want, here you can find the template for the VMs and Docker. If the file is the same you add the -vm, if the file is not the same I suggest replacing the .docker with .vm, because you might want to affect the VMs tab and not the docker tab.
  18. This feature was introduced because folders being only client side, it wouldn't affect the real order of the containers, this is not a problem normally, but it is a problem when you enable autostart, to fix the problem reorder one container/folder and refresh the page, the color of the icon won't change if you don't refresh.
  19. You can't move folders when they are expanded, and you can't move the containers in the folder when the folder is expanded.
  20. The plugin only adds a class to the folder root element to make them sortable, if there are no error in the console I can't do anything, you can check if your folders have the sortable class. They should have it, if not I suggest backing up all of your config and uninstalling and reinstalling.
  21. The plugin don't make changes to that, if you have any ad blocker disable them, than you can check the browser console for errors.
  22. Do you have the old plugin installed?
  23. Open the browser console and send a screenshot.
×
×
  • Create New...