Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Cressio

Members
  • Joined

  • Last visited

  1. You probably don't have an answer for this but for anyone reading in the future, I'm curious, is this a specific-to-TubeArchivist/similar niche setups thing? I was under the impression a single Redis instance is absolutely capable of serving a ton of different programs at once. I already use multiple other programs with mine. I'll go ahead and continue using my pre-existing dedicated TA instance but that's odd to me. I know almost nothing about it though so I'm curious to learn more. Also yeah, the v0.5 migration is absolutely brutal for a semi-layman lol. I'm about to give it an attempt now, let's see how it goes. May just try to fresh install if I can't get it working after a few. Edit: eh that actually wasn't that bad, the page looked a lot more intimidating because of the some of the extra info they provided. I'd recommend feeding the 0.5 update page into an LLM and telling it your setup (Unraid, Docker) and it'll walk you through pretty simply.
  2. I haven't actually heard of a single bug in the latest 7 version, sounds like it was pretty vetted and stable, but yeah I don't like updating until pretty iterated releases. But that's just my habit and attempt to stick to best practices, probably won't run into any problems if I update. And yeah i'd also love if I could just update/re-install via community apps, the instructions in here seemed decently straightforward but... can't get much simpler and easy than a good ol one click install.
  3. Sorry this thread got pretty long so I didn't go through every single post but just wanted to check, do we *have* to update to Unraid 7 to get the new version of FolderView working? Because idk if it's been mentioned yet but it's broken on 6.x.x. versions too (which seems really bizarre to me, idk why it would spontaneously break), or at least it is on 6.12.15 for me. I wasn't wanting to update to 7 until there's been more time, but if the new FolderView isn't backwards compatible with 6.12, I'll just bite the bullet and update early I guess. I saw someone say you need to update to 7 before updating the plugin but idk if that was a hard rule or just a recommendation. Even the previous existing plugin image says "update incompatible" in Unraid's GUI so I imagine it is actually a hard rule. Does anyone know why it spontaneously broke in 6.12.15? I'm using version 2024.10.02, pre-Unraid 7 and yeah my symptoms are just like as mentioned above; my existing folders persist but I can't modify them in any way, just a blank failure to load page.
  4. Hey there, just installed a fresh DayZ docker, and I get the "Connection Failed: Client is a newer build than the server | Client: 158898 > Server: 158752" error. Searched and saw someone else have this and there didn't seem to be a resolution so checking in again. My client doesn't seem to be opted into anything special, and I restarted the container a couple times. And again the container is brand new as of today. Edit: oh wait, just saw this disclaimer on the container: Keep in mind that you have to connect with the experimental branch Client to this Docker container!. I don't think I'm on experimental, let me try that Edit 2: yeah that fixed that problem but now I'm stuck loading into the world and get kicked for "client not responding". That may just be a DayZ issue idk
  5. Sort of a Docker noob, to switch to the new maintainer/repo, do I just change ghcr.io/hay-kot/homebox:latest to ghcr.io/sysadminsmedia/homebox:latest? Or will that break everything
  6. I see. I was hoping the mover would always just move to the correct disk based on its current share regardless of its originating share. Sounds like that Caution section explains why that isn't possible (although I don't fully understand it... but that's neither here nor there) Thanks for the help. I managed to update and adjust the script to get it working all within the same share. That error *should* probably be updated and clarified if possible though so maybe I'll try to report that suggestion.
  7. Yeah that was my thesis as well. Looks like they’re actually moving now. I imagine/hope this is worthy of a bug report and not intended behavior?
  8. /mnt/user/media/processed/Music/Flux Pavilion/Cannonball/01 - Cannonball.mp3 /mnt/server/media/processed/Music/Flux Pavilion/Cannonball/01 - Cannonball.mp3
  9. Little bump on this after I've added logs. I hope I have something misconfigured, that'd be an easy fix, but I can't really see where I do. The Mover logic flow should basically be: Share files are supposed to be stored on array -> files exists on share that isn't on array -> files gets moved to array, right? The file(s) definitely don't exist on array, I checked each disk 1 by 1 and the Unraid GUI also reflects their actual location (not on array, and definitely not "exist"-ing on array). The share they're on (media) moves to the array properly in every other scenario. This is the only time I've ever had a problem with Mover and it's also the only time I've had files get downloaded and moved from appdata -> my main media share, so it makes me suspect Unraid has become confused in some way.
  10. alright I'll try to get that done. I think I just crashed the web page trying to generate the log because it's so large... as far as I can tell the only relevant mover information is the "file exists" part so maybe I'll regenerate a log without mover logging and post that for general system information. But otherwise there's gonna be roughly 10 thousand lines (number of tracks I have downloaded right now) of the same thing edit: yeah the page ran out of memory trying to download the existing log lol
  11. To try and keep it succinct, I'm trying to using Lidarr combined with a script that integrates Deemix (https://github.com/RandomNinjaAtk/arr-scripts), and the default configuration of the script makes it to where it downloads in the appdata folder (I tried to change this, but the behavior got weird so I was planning to just keep it this way for now). Lidarr then atomic moves the music files into my designated music directory (which isn't a child folder of appdata). Unraid then seems to get confused and won't move these files because they "exist" already. Well... they don't exist where I want them. My appdata is set to use my NVMe cache, while my music directory is set to be on my array, but Unraid won't move them. I've checked the disks and files individually and they are indeed not on the array but instead on the cache disk and permanently filling up my cache. Any idea how to fix this? This is the Github issue I posted for the script that has more details and screenshots attached. It's probably not a script issue but I just went there first to see what he had to say. As far as I can tell, all my Unraid settings are correct so I'm pretty confused. Maybe I have something configured wrong though. Container PUID/PGID is 99/100. Maybe it needs to be root 0/0? Doesn't seem it like though since it theoretically is the literal root operating system that's struggling to move these files regardless who owns what. But idk considering the non root-owned files like the extra .lrc and .jpg are moving successfully maybe it has something to do with it. I just don't see why it would. SOLUTION: files that are created on a share, and then moved to a share with different disk/mover settings, will break mover. Unraid/Linux doesn't support this, you need to handle them on the same share. Unraid's error message is incorrect and misleading.
  12. Hey, is this still working? Doesn't seem to for me... although I sort of have no idea what I'm doing. Am I supposed to just install the container and have it function? Web GUI throws a "site can't be reached" error for me. Tried a few different ports, including 5540 like the guy mentioned above even though I'm not really sure what he was saying. I'm just tryna use this to validate if my Redis is working at all or doing anything for a Nextcloud container
  13. I *think* this worked for me. I'm a noob and have very little understanding of all of this so don't take my word for too much, it could've been dumb luck, but I had basically everything working except being able to access the Unraid GUI via subnet (I don't wanna use Tailscale IPs or device names, I want everything standardized so I can use 1 IP everywhere). Did this, and now it works. So, thanks!
  14. Hey, sorry if this has been answered already but I couldn't find an answer; does removing this plugin uninstall the drivers if I ever wanted at some point to use a GPU in a VM? If not, how could I go about doing that?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.