Everything posted by KnifeFed
-
[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.
-
[PLUG-IN] NerdTools
No, but there is un-get!
-
[Plugin] Mover Tuning
Am I understanding correctly that the latest version breaks the creation of hardlinks for all users and it's not being rolled back?
-
[Plugin] GUI Search
I agree. I much preferred having it always visible.
-
[PLUG-IN] NerdTools
You can get nethogs here: https://slack.conraid.net/repository/slackware64-current/nethogs/
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Looks good so far, thank you very much!
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Awesome! Any plans for 3.6.0?
-
[Plugin] CA Appdata Backup / Restore v2
@KluthR I see some people here are being... less than courteous... about the fact that you've taken over development of this plugin, with the aim of improving it, and I just want to say that it's much appreciated and: thank you!
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Yeah, there was a commit 16 days ago and it contains e.g. the same version of fish shell they had for Unraid 6.8. That's version 3.10, which was released 1 052 days ago. Although, NerdTools doesn't have fish shell at all, so ¯\_(ツ)_/¯
-
[Plugin] CA User Scripts
The cron Wikipedia article explains the syntax pretty well. You can use a generator, e.g. Crontab.guru, to get the expression you need. "Every day at 0:00" would be: 0 0 * * *
-
[Plugin] CA Appdata Backup / Restore v2
You forgot the link, but if you're referring to this then that's something else. Pause/resume is not the same thing as stop/start. I back that container data up every night and it has never "broke".