-
[Plugin] FolderView2
I wish Unraid had an actual system for this. Having all of this rely on a single person is very inefficient and fragile.
-
[Plugin] Mover Tuning
And ad a link in the plugin description 😉
-
[Plugin] Appdata.Backup
That's the old, deprecated plugin. You should uninstall it and install this new one, named "Appdata Backup" in Community Applications.
-
[Plugin] Appdata.Backup
Pretty please, remove the forced notification. There's no way to block it.
-
[Plugin] CA User Scripts
I just created a new script with: #!/bin/bash docker exec binhex-krusader curl -s https://jsonplaceholder.typicode.com/todos/1 And I get the output: { "userId": 1, "id": 1, "title": "delectus aut autem", "completed": false } Does that not work for you?
-
[Plugin] CA User Scripts
docker exec <container> curl -s <url>
-
Poor SMB performance
You didn't read the comment correctly. @itimpi explained that it's not an issue with SMB itself, but rather how your Unraid system is configured (settings unrelated to SMB): mainly if Turbo Write is enabled or not. In addition to that it's due to how the main array and parity works in Unraid (compared to e.g. RAID) which doesn't really allow for super high write speeds (especially with Turbo Write disabled).
-
Docker Start all with Autostart
I second this feature request. The easiest way to do it currently is by restarting the Docker service, which is far from ideal.
-
File Activity Plugin - How can I figure out what keeps spinning up my disks?
Not if the log is written to RAM like with most Unraid plugins.
-
[Plugin] Appdata.Backup
Something like this would make more sense, IMO:
-
[Plugin] Appdata.Backup
Thanks for a great plugin. I would love to have a global exclude, like the old plugin. In that one, I had e.g.: .cache,.caches,*.log,*.log.*,*.tmp,cache,Cache,caches,Caches Although, since the exclude paths need to be absolute now, why have them per container anyway? I feel like it would be easier to maintain excludes in a single place. Or am I missing something?
-
[PLUG-IN] NerdTools
I'd argue using an Unraid plugin is easier and more maintainable than the manual method. `un-get install tcpdump` is pretty simple and `un-get upgrade` is extremely useful. Besides, you didn't even mention where to download the package so that's not particularly helpful.
-
[PLUG-IN] NerdTools
If they need it now, this is a fast way to get it (and many other packages not available in NerdTools). I'm not sure what you're taking issue with.
-
[PLUG-IN] NerdTools
You can install it via un-get.
-
[Plugin] CA User Scripts
If you use the official Unraid USB backup, it's already a git repo.