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.

sadkisson

Members
  • Joined

  • Last visited

  1. Not sure what happens when changing a working VM template. I assume it changes the assigned PCI assignments. However, after making an change and clicking update the VM will not boot. I had to delete the VM and recreate the VM for it to boot again. Surely, there is someway to make the VM remember its PCI assignments so it does not recreate the XML with new PCI assignments.
  2. Upgrade did not go smooth for me. Thankfully I backed up my flash before upgrading. I upgraded through the webgui from the previous stable version. I received an error about waiting 30 seconds for device labeled UNRAID to load and after 30 seconds just rebooted. I ended up having to reflash the usb stick using the official unRaid usb creator and cooy back over my config folder to the flash. I then had to turn off SSL through SSH to be able to get back to the webgui. For some reason PCIe ACS Overide setting was changed to disabled and I had to change that back to downstream to get my Sata HBA and GPU working again. I am on 6.10 now though.
  3. This new version fixed my issue. MakeMKV was crashing for v65 AACS BD+.
  4. Thank you! Appreciate the options. I am enjoying the light theme.
  5. It shows 0 domains on the block list. It is failing when downloading the lists it seems. Do you have the dns entry in the extra cmd as seen in the picture?
  6. I have one NIC pass through to pfsense for WAN and I set the unraid created bridge as LAN. I had to modify the bridge in pfsense VM xml to display the Bridge as an e1000 Ethernet adapter instead of the default virtio adapter that unraid assigns. Unraid gets its IP from the bridge and the physical NIC feeds my switch for other devices in my LAN. Hope that made sense. Sent from my iPad using Tapatalk
  7. Ok, I was able to get it working. I did not see at the top when it recognizes the disk type it sets the variable and then executes the IF statement lower in the script. I had to add another BD28 variable at the top along with the additional IF statement noted earlier. It detected and started ripping immediately this time. Love automation! Thanks!
  8. I just picked up a blu ray drive to backup my collection onto the server. It does not appear to do anything when I insert the disk however. It looks like your script runs makemkv to determine what type of disk it is. On this particular disk it is reporting as: " DRV:0,2,999,28, " and I noticed your script determines its a blu ray if it matches DRV:0,2,999,12, . I thought I could make it work by just copying the IF statement matching DRV:0,2,999,12 to DRV:0,2,999,28 but it still does not attempt to rip the disk. I restarted the docker after making the change to the script. Is there anything else that needs to take place?
  9. Amazing! I have been working on building a docker for this and struggling. Thanks Sparkly!
  10. Yes, removing the "$" from my environment variables fixed that issue. Still some other issues, but I think it is with the docker it self.. Does not seem to be working. When I run "docker logs ogar" I see this: sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory module.js:338 throw err; ^ Error: Cannot find module '/data/src/index.js' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Function.Module.runMain (module.js:501:10) at startup (node.js:129:16) at node.js:814:3 sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory module.js:338 throw err; ^ Error: Cannot find module '/data/src/index.js' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Function.Module.runMain (module.js:501:10) at startup (node.js:129:16) at node.js:814:3
  11. I am trying to get Docker for Ogar working for my kids. I used Community Applications plugin to convert "Galexrt/docker-ogar" to a template. I guess I have no idea what I am doing.. I see this in the docker commands: if [ ! -z "$SERVER_PORT" ]; then sed -i 's/serverPort = .*$/serverPort = '"$SERVER_PORT"'/g' "$DATA_PATH/gameserver.ini" fi if [ ! -z "$SERVER_GAMEMODE" ]; then if [[ "$SERVER_GAMEMODE" == "0" && "$SERVER_GAMEMODE" == "1" ]]; then echo "SERVER_GAMEMODE is invalid, defaulting to 0" SERVER_GAMEMODE="0" fi sed -i 's/serverGamemode = .*$/serverGamemode = '"$SERVER_GAMEMODE"'/g' "$DATA_PATH/gameserver.ini" fi if [ ! -z "$SERVER_BOTS" ]; then sed -i 's/serverPort = .*$/serverPort = '"$SERVER_BOTS"'/g' "$DATA_PATH/gameserver.ini" fi if [ ! -z "$SERVER_BOTS" ]; then sed -i 's/serverPort = .*$/serverPort = '"$SERVER_BOTS"'/g' "$DATA_PATH/gameserver.ini" fi node "$DATA_PATH/src/index.js" So I created environment variables for "$SERVER_PORT, $SERVER_BOTS, $SERVER_GAMEMODE, $DATA_PATH" but when trying to create it fails stating invalid environment variables. I tried removing all variables from the template and when I click add it successfully adds however the docker will not keep running. It starts for a few seconds then stops. Any ideas?
  12. Okay Has anyone tried making a docker for makeMKV? I know there is a linux version, but it looks like it needs compiled, and they usually have a new version about once/month, so it probably will need 'constant' maintenance. I'm not sure if building one will be easy or good, but I'd really like to put the work of creating my mkv files onto my unRAID box, and not have to continue doing it on my laptop, over wifi, which takes forever. maybe this helps one get started... http://www.makemkv.com/forum2/viewtopic.php?f=3&t=2047 I have latest makemkvcon installed on unraid, still playing with it........ But it looks good. Sent from my iPhone using Tapatalk 2 This will have to wait docker v.1.1 upgrade, where the new --device flag will be available. jonp promissed that to the next beta, if I'm not mistaken. We are at docker 1.6.2. is this a possibility yet?
  13. Is there a reason why no recommendation of what webserver to use? I really dont want to install SimpleFeatures just to get webserver. I tried just downloading webserver plugin from SimpleFeatures site and installpkg to it but it broke my EMHTTP had to remove and reboot to restore.

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.