-
[Support] kilrah/freefilesync-vnc-v2
The path depends on the installation or portable folder on Windows I had it like: A:/Portables/FreeFileSync/Resources ... Default on Linux (all users installatoin) is: /opt/FreeFileSync/Resources/Registered.dat Its enough if ppl. know "FreeFileSync Folder/Resources/Registered.dat"
-
[Support] kilrah/freefilesync-vnc-v2
Yea same is btw. for filezilla and several other containers which use openbox. It still not looks as good as the other FreeFileSync container but well, compromises have to be made, and for me its a total deal when I compare 15+ Minutes scan time (without donation) to ~2 Minutes scan time. Maybe add a small info in your post, where to get the Registered.dat bcs when I set it up It took me 30 Minutes to find it (and I was to stupid to check the Resources folder somehow) and AI just told me to rename the License Key file to that name... which obviously is wrong.
-
Recycle Bin (vfs recycle) for SMB Shares
Same issue here. 7.3.1 nothing works anymore. Also somehow already at 7.2.7 the "Excluded Shares" only worked for me if one single share is set, if more excluded were set it created Recycle Bins for all shares.
-
-
[Support] kilrah/freefilesync-vnc-v2
Same for me, only thing I figured out is you can set the FreeFileSync theme to default and used an integrated openbox theme for dark themes: New Container Variable: GTK_THEME Value: Adwaita:dark
-
[Plugin] User Scripts Enhanced
Thank you for the reports its fixed now with the 2025.12.26 Update. (The Bug happens if you never changed & applied a value in the config so it was never generated)
-
[Plugin] CA User Scripts
Thanks for the reports of the issue in the 2025.12.24 Update of USE @808mp5 And special thanks for showing me the reason for the issue. The issue was simple: the CSS field was NULL if the config file didn’t exist. Since the servers I used for development already had this file, I didn’t encounter the bug during development. Btw: Correct thread for the Bug Reports of USE would be: https://forums.unraid.net/topic/191294-plugin-user-scripts-enhanced
-
[Plugin] User Scripts Enhanced
I'm already working on a new version of the plugin, with a bit more features and some responsive fixes, but life is preventing me from being as productive as I used to be when I created it. Btw. you gave me indirect an idea how I can fix this multi line issue, so thanks 🤣
-
[Plugin] User Scripts Enhanced
It would be useless to change this file, as every server restart or plugin update would wipe the file because the plugins are unpacked with each server reboot or update. I always try my best to make my programs as much customizable as possible to include everyones needs. ;) I can't teach you CSS, but here is an example: #categories-container .category-header { background: gray; } #categories-container .category-content { background: transparent; border: 3px solid gray; } That CSS would look like this (a bit bad with the border as I used linear-gradient but its overwriteable theoretically): But as the Unraid fields doesn't allow multi line (or I haven't figured out how to do yet) you must write it in a single line like this: #categories-container .category-header { background: gray; } #categories-container .category-content { background: transparent; border: 3px solid gray; } If you click the Custom CSS text you see some hints like: All CSS must be in a single line, and quotation marks should be avoided. Which should be followed, otherwise it could cause the CSS to be incorrect or not loaded.
-
[Plugin] User Scripts Enhanced
I've never encountered or received any reports of this type of issue. The plugin simply moves the existing rows of the table created by the original plugin into separate containers, so this shouldn't happen. My only guess is that one of your script names contains a forbidden character. For example, the original plugin doesn't filter out all invalid characters like '!', and using such symbols can already cause problems on the original plugin, like being unable to modify schedules or delete the affected script. My plugin is only a pure restyling and moving basically nothing else, so that shouldn't be the cause for that issue.
-
[Plugin] User Scripts Enhanced
Just copy a emoji in the text Field for the category naming :) When I programmed it, I didn't even had the intention that emojis will work.
-
[Plugin] User Scripts Enhanced
Expand the categories, in the Header of each category you can move them with the Arrows. Basically the headers contain everything to define the appearance of each category + the order of the categories. Note: you cant move them under Uncategorized.
-
[Plugin] User Scripts Enhanced
1. Impossible since the theme colors aren't handed out via css variables (yet), also users which use Theme Engine have different themes. According to Squid in Unraid 7.2 the CSS styling is more responsive and using color variables, so If it rly become like this then I will be able to implement Themed colors, but this will only work for 7.2+ once its out and I patched it. At least for now you can edit the CSS directly in the CSS field on the settings page to match your theme, thats why I made that input. 2. Also I don't think ill add this since this is rly just rare cases, and I would somehow need to inject it into existing button functionality which I tried to avoid
-
[Plugin] User Scripts Enhanced
Do you think its enough like that? I could also make "Collapse unsorted scripts" to default = No As now 2 ppl thought this already.
-
[Plugin] User Scripts Enhanced
The option: Collapse unsorted scripts If yes: It is collapsed by default when loading the page If no: its always expanded by default when loading the page So it works as intended on your screenshots. I tried to make everything as much customizeable as possible.
-
[Plugin] User Scripts Enhanced
Alright added Note for this issue: Custom Tab users need to go into the Custom Tab settings, change Userscripts.page to a different .page file, and then switch it back to Userscripts.page. This is necessary because Custom Tabs don't seem to update the pages content properly just by updating the plugin. This only applies probably in the first days/weeks till everyone got the new User Scripts Update and restarted their Servers