-
[Support] SpaceinvaderOne - Macinabox
Has anyone else had issues with AMD cpus giving you Non-monotonic time kernal panics with anything greater than 1 core?
-
[Support] binhex - Krusader
I searched around but couldn't find an answer. Is there any way to change which folder is showing when you launch Krusader? For example, it currently starts in the /Home path, could you change it to /mnt/user/ ?
-
[Support] Kilrah/Cloudflare-DDNS-config
Just thought I would add some context here for those looking at this thread. I came here to see example configs and the above examples seem to imply that the Zone ID is the url IE: `google.com` when in fact it is not, which is probably the reason @mjeshurun was getting the error they were getting. The Zone ID is simply the ID cloudflare uses to identify a domain. This will direct you to where you need to go to get the Zone ID if you do not already know where to find it. https://developers.cloudflare.com/fundamentals/get-started/basic-tasks/find-account-and-zone-ids/
-
[Plugin] unbalanced
Any idea if this will still work on Unraid 6.12 with the PHP update to PHP Version 8 ?
-
Trying to install a docker that does not use appdata and resets everytime I edit the config
Can someone tell me if this will work or not, trying to create a persistant docker from a docker that does not use appdata, why I dont know. But I tried mapping the folder that needs to be persistant to an appdata folder, but then the docker does not populate it with files, I tried adding files on my own which worked for a day, but now does not. The developer is saying I should run this command, docker volume create llc-unraid and using that for the persistant storage but that does not seem correct either. Any help is appreciated
-
ChatGPT thinks unraid supports tiered caching ... does it really?
Agreed, but I do think it is a feature that should exist is all I am saying
-
[Feature Request] User Scripts as Notification Entities
So upon further review this totally works, if the folder does not exist just create it, you can also name the .sh file pretty much anything you want. I also updated it a bit for nicer looking notifications #!/bin/bash ntfy_url="https://ntfy.sh/topic" # Use ntfy_username and ntfy_password OR ntfy_token ntfy_username="" ntfy_password="" ntfy_token="" # Leave empty if you do not want an icon. ntfy_icon="https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/unraid.png" if [[ -n $ntfy_password && -n $ntfy_token ]]; then echo "Use ntfy_username and ntfy_password OR ntfy_token" exit 1 elif [ -n "$ntfy_password" ]; then ntfy_base64=$( echo -n "$ntfy_username:$ntfy_password" | base64 ) ntfy_auth="Authorization: Basic $ntfy_base64" elif [ -n "$ntfy_token" ]; then ntfy_auth="Authorization: Bearer $ntfy_token" else ntfy_auth="" fi ntfy_title="Unraid: ${SUBJECT}" ntfy_message="${DESCRIPTION}" if [ "${IMPORTANCE}" == "alert" ]; then ntfy_tag=rotating_light ntfy_priority="urgent" ntfy_xpriority=5 elif [ "${IMPORTANCE}" == "warning" ]; then ntfy_tag=warning ntfy_priority="high" ntfy_xpriority=4 else ntfy_tag=information_source ntfy_priority="default" ntfy_xpriority=3 fi curl $ntfy_url \ -H "$ntfy_auth" \ -H "tags:"$ntfy_tag \ -H "X-Title: $ntfy_title" \ -H "X-Icon: $ntfy_icon" \ -H "Priority: $ntfy_priority" \ -H "X-Priority: $ntfy_xpriority" \ -d "$ntfy_message" \
-
[Support] Kostecki - Docker Templates
Anyone get email publishing to work? I have tried everything and so far no go
-
ChatGPT thinks unraid supports tiered caching ... does it really?
I mean to be fair, I think their suggestion for tiered caching would be great, so technically whether ChatGPT is right or not, maybe its a feature that could be implemented in the future
-
[Feature Request] User Scripts as Notification Entities
Was anybody else able to make this work? I do not have a folder notifications in dynamix, but I could potentially create one
-
ChatGPT thinks unraid supports tiered caching ... does it really?
After I posted this a few weeks ago, I started reading up on how ChatGPT works. It seems that it does read documentation and information about specific services, but it will also get confused between many different services as to what one provides. It is better about understand general knowledge about something such as storage as a whole rather than a specific type of storage or service.
-
semaj4712 started following ChatGPT thinks unraid supports tiered caching ... does it really?
-
ChatGPT thinks unraid supports tiered caching ... does it really?
When I first started my unraid server I believe tiered caching was not available on unraid, and as far as I know it is not. However I was playing around with chat GPT today and I was asking it about unraid, and while getting down a wormhole of newer features I had no idea existed, I thought, "Did unraid add tiered caching?" so I asked... I worded it slightly differently thinking chatGPT wouldn't know what tiered caching was, turns out it they totally know what it is. I thought whoa this is new, but then I saw that not all unRaid systems would support it. I started digging into docs to see if I could find this information anywhere, and nothing. So before I start making major changes to my unRaid system, can anybody confirm or deny that unRaid actually supports this feature?
-
semaj4712 started following Unraid 6.11 not loading gigabyte-wmi driver for the B550M DS3H MB
-
Unraid 6.11 not loading gigabyte-wmi driver for the B550M DS3H MB
the gigabyte-wmi driver was added with the most recent kernel update, however I am not getting any temps on my B55M DS3H Motherboard. I am also running an AMD 7 PRO 4750G.
-
[Support] Djoss - HandBrake
Hey guys, cannot get my optical drive to show up in handbrake, i have tried adding extra parameters and also adding device /dev/sr0 and /dev/sg3 which works with makemkv but nothing in handbrake
-
[SUPPORT] SPACEINVADERONE - Windows11 UUP dump
Would be great if this were fixed
semaj4712
Members
-
Joined
-
Last visited