Jump to content

scolcipitato

Community Developer
  • Posts

    227
  • Joined

  • Last visited

  • Days Won

    7

scolcipitato last won the day on October 20 2023

scolcipitato had the most liked content!

Converted

  • Gender
    Male
  • Location
    Italy

Recent Profile Visitors

1,333 profile views

scolcipitato's Achievements

Contributor

Contributor (5/14)

196

Reputation

  1. There are custom CSS available to use, you can use them or make your own, if you don't like the one available.
  2. Sadly, no. Last time I checked in the plugins tab, there is no way to identify a plugin, so it is difficult to get the plugin to behave like the docker and vm tabs.
  3. The plugin does not touch in any way default webui files, you can check the logs if you need help, but I doubt that it is caused by this plugin. P.S. plugin and theme installation don't require a restart to take effect.
  4. With custom CSS you can do it, if you want more functionality you can do it with JS.
  5. With my poor CSS skills, yes.
  6. 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.
  7. 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.
  8. 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.
  9. The autostart is handled by unraid, not the plugin, the plugin enable and disable the autostart only from the webui.
  10. 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.
  11. 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.
  12. With the stock plugin, there is no way, but you can use custom CSS to do it. Take a look at this.
  13. 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.
  14. 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.
×
×
  • Create New...