-
[Plugin] Nvidia-Driver
--gpus came with docker 19.03, and a lot of improvements with --gpus came with docker29 ( https://docs.docker.com/engine/release-notes/29/ ) https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/docker-specialized.html so why would someone not want to use --gpus today and instead the legacy --runtime ?
-
[Plug-In] Community Applications
booted up test box, installed 7.2.3 and it has 0 plugins. went to install CA and see the same thing. its fallout of redirect being broken for https://github.com/unraid/webgui/blob/master/emhttp/plugins/dynamix/Apps.page#L26C41-L26C171 short term fix is correcting that url this to not need that redirect and then it will install just fine sed -i 's#https://ca.unraid.net/dl/##g' /usr/local/emhttp/webGui/Apps.page long term fix, unraid side needs to fix their redirect to restore the broken url to work.. update redirect has been fixed, above is no longer needed
-
[Plugin] Enhanced Log – Advanced Syslog Viewer for Unraid
win10 pro w/ firefox 145.01 can see icon badly placed on filter, and trying to view gzip logs doesnt work -- you should use zcat to view since it will handle gzip+non-gzip files then the log area also suffers from some overlap where you cant scroll horz due to overlap of vert scroll until you resize it to get past it the vert scroll then you can access the >
-
7.2.0b1 - tooltip cut off
Windows 10 with Firefox 141 Installed 7.2.0b1 on test box, noticed that the tooltips get cut off when you use tabbed laout... technically overflow creates scroll region but if you try to scroll it snaps back up. easy to see on main > boot device / unassigned devices example:
-
Updates "not available" for lscr.io containers
per irc you are running unraid 6.10.3 which is like 2.5 years out of date which doesnt understand oci docker images update unraid
-
zoggy started following [7.0.0] mover logging - move: init_debugging: 1
-
[7.0.0] mover logging - move: init_debugging: 1
I noticed that on unraid 7.0.0 when mover runs with logging enabled there is a bit of log spam with the init_debugging lines which I do not recall before.. can this entry be removed as it does not serve any value to users. Jan 17 16:21:11 husky emhttpd: shcmd (4537947): /usr/local/sbin/mover start |& logger -t move & Jan 17 16:21:11 husky move: Log Level: 1 Jan 17 16:21:11 husky move: mover: started Jan 17 16:21:11 husky move: init_debugging: 1 Jan 17 16:21:15 husky move: move: /mnt/cache/Movies/Movies-HD/Flow.(2024).{tmdb-823219}/media.mkv Success Jan 17 16:21:15 husky move: init_debugging: 1 Jan 17 16:22:04 husky move: move: /mnt/cache/Movies/Movies-Asian/Start-Up.(2019).{tmdb-581530}/movie.mkv Success Jan 17 16:22:04 husky move: init_debugging: 1 Jan 17 16:22:04 husky move: init_debugging: 1 Jan 17 16:22:04 husky move: mover: finished
-
Unraid OS version 7.0.0 available
a 2G prob works with a clean install (no plugins/no baggage of logs-notifications-backups).. but yeah prob doesnt hurt to bump min requirement to 4G these days as everything keeps growing.... but anyways to note, upgraded to 7.0 from 7.0rc2 without any issues. using 4G usb stick
-
[Plug-In] Community Applications
i would think the .idea folder should be ignored for CA appfeed (as this is meant for an IDE). That way CA doesnt wrongly try and think there is xml in there it should care about.. as it just adds noise to to the "Invalid Templates" page. example: { "TemplatePath": "/tmp/appFeed/templates/OfficialWizarrRepository/.idea/dataSources.xml", "errors": [ "Not an unRaid Application (no Repository or PluginURL entry)" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/OfficialWizarrRepository/.idea/misc.xml", "errors": [ "Not an unRaid Application (no Repository or PluginURL entry)" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/OfficialWizarrRepository/.idea/modules.xml", "errors": [ "Not an unRaid Application (no Repository or PluginURL entry)" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/OfficialWizarrRepository/.idea/inspectionProfiles/profiles_settings.xml", "errors": [ "Not an unRaid Application (no Repository or PluginURL entry)" ], "FirstSeen": null },