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.

Darksurf

Members
  • Joined

  • Last visited

Everything posted by Darksurf

  1. @rix I wanted to give you and update on the addition of java. It works GREAT! the files now have more info than just t00.mkv, t01.mkv, t02.mkv! I just did Jumanji The Next Level and the file names come out like this "Jumanji- The Next Level-FPL_MainFeature_t00.mkv" "Jumanji- The Next Level-SF_CS_PlayAll_t02.mkv" "Jumanji- The Next Level-SF_Level_Up_Making_t01.mkv". I now know what the MainFeature is without having to search/hunt it down! Excellent addition!
  2. Google is killing off Google Play Music in attempt to force everyone over to Youtube Music. Because its not ready and every is complaining about how bad it sucks, they've been on a mad dash to try and add some level of feature parity because they know its not ready, but don't care. I've downloaded all my music and ported all over to Plexamp (Plex, but special music player that works on Android/iOS/Linux/Windows/Mac). Youtube Music will be a streaming service only. You will not be able to purchase music or download your music like you had the ability in GPM. When GPM dies, you'll lose the ability to download your music, so get it now while you still can. They shut it down this December.
  3. Unraid needs a method to configure SSH without needing the old SSH plugin. I also want to see 2FA in SSH.
  4. https://www.phoronix.com/scan.php?page=news_item&px=OpenSSH-8.4-Released Seems the latest version of SSH now supports 2FA ! I have YubiKeys. Username/Passwords are not enough. 2FA FTW. I'd love to see Unraid implement 2FA in the WebUI AND in SSH. They also need to support multiple keys (not just one key!). I have 2 keys. One in a safe in case my usual on my keyring breaks. They should also support keys per user. I know this is a lot to ask, but this would be amazing. I would donate more money just to enable it!
  5. @rix Can you update the ripper docker to include java? I've found a few blurays here and there that seem to eternally rip infinite copies. I was deleting all but 1 (they were all the same size) thinking they were just the same video file and for some reason the blueray was causing them to re-rip infinitely. Now I'm seeing its actually protection that relies on bdjava functions. So now its looking like I may have a few videos where they are out of sequence chapters . http://www.makemkv.com/bdjava/ MSG:3007,0,0,"Using direct disc access mode","Using direct disc access mode" MSG:5085,0,0,"Loaded content hash table, will verify integrity of M2TS files.","Loaded content hash table, will verify integrity of M2TS files." MSG:3345,131072,1,"This disc requires Java runtime (JRE), but none was found. Certain functions will fail, please install Java. See http://www.makemkv.com/bdjava/ for details.","This disc requires Java runtime (JRE), but none was found. Certain functions will fail, please install Java. See %1 for details.","http://www.makemkv.com/bdjava/"
  6. I just ran into this issue. Log looks like it did the shutdown VMs just fine, but the 1 VM I have running with QEMU-Agent installed so it can perform live snapshots of the VM without shutting it down went through what appears to be "OK" ,but libvirt crashed right after?
  7. OK, I just realized the issue. Evidently UNRAID is not aware that proxynet is a bridge. I had to select the default bridge and it then gave me a container port option! After setting the container port option, I was able to set the network interface back to the proxynet bridge and it worked!
  8. having an issue with this docker. I kind of want to blame unraid for this though. All my other dockers are working fine. In fact, this docker is working. The problem is I'm not getting a port mapping from the host to the docker and I can't even specify one completely. You can see in my attachment that I attempt to create a port map, but the options don't give me a place to choose a docker port, only a host port. and if you look in dockers tab, you see there's no mappings meanwhile the other dockers have no issues.
  9. OMG thank you!
  10. Sorry guys, didn't mean to cause you trouble, I evidently caught the flu right not long after that tweak. I had intentions to go back and fix that, but flu hit me pretty hard, I'm at the end of it now. Seems like you guys got it under control! Thanks for the fix and sorry for the trouble.
  11. Interesting, its still setting the directory as 770?, just performed uninstall and reinstall I even went back and removed cache to make sure it wasn't using an old script. I've updated the plg again with a few lines to automagically change the folder perms after install so no additional script-fu is needed. I noticed other plugins were using this method so I'm trying the same. https://github.com/docgyver/unraid-v6-plugins/pull/3 https://github.com/docgyver/unraid-v6-plugins/pull/4
  12. If we can get these merged, it'll fix the wrong perms issue. https://github.com/docgyver/unraid-v6-plugins/pull/1 https://github.com/docgyver/unraid-v6-plugins/pull/2
  13. you could try just setting it to use bait files instead of also using bait shares and see if the issue still occurs. I currently use the bait files option with the bait shares option disabled.
  14. When you write files and have a cache drive, the machine will offload those writes to the SSD because its faster, then the mover will force those files off the SSD/cache drive onto the HDD storage. the mover runs on a cron job IIRC to automatically move files from cache to long term storage. Sometimes the system will just add a label to the HDD or the share that they are read only, sadly if you fix the problem and it goes back to R/W that label can still remain. you can manually go into the setting of the drive or share and remove that label. its only meant for you to notice in case of a problem. I use the plugin and I have no issues. I've been using it for a long time now. Plugin works like a boss. Make sure something or someone isn't "organizing" your files by deleting or moving ANY bait files even if they are visible. this will trigger the plugin to go on lockdown.
  15. odd. you can go to the plugin settings, stop the service and click delete all bait, and start the service so it can generate new bait. See if that fixes your issue. the only way there should be false positives is if the bait is going missing. I also don't use bait shares, just bait files.
  16. thanks, I'll give these a try. I actually don't plan to use unraid GUI through forwarding, I was just using it to make a point to show what I was seeing with Lychee where the page isn't rendering properly. I already access unraid GUI through SSH tunnel as a safety measure.
  17. If I were to post screenshots of what I'm seeing, would that help people diagnose my issue and give me some feedback?
  18. sgt_spike you need to edit the "default" file. You can look at the one I have posted previously, but I'll be honest, it doesn't work right for me... I've got PLEX working in reverse proxy and keeweb working as nginx is hosting it, but thats about it... Everything else is broken
  19. I've tried getting unifi passed through (has trouble loading), homeassist (has trouble loading), qbittorrent (502 bad gateway), lychee on apache (loads really big icons on white background out of order), lychee in www folder (Server error: API not found), and unraid has the same issue as if I were handing off to lychee on apache with all white background some text, but no acutal website. I'll be honest, I've never even used nginx before this docker. Any assistance would be extremely helpful. proxy.conf default
  20. I'm currently trying to get lychee working in this docker underneath the www folder and I get "Server error: API not found". Lychee has no issues in apache when accessed locally, but for some reason lychee doesn't want to work correctly when passed over from nginx to apache OR when just using the www folder in letsencrypt. This stuff is literally drag and drop into a www folder and it should work. As for the unraid UI, it seems to completely strip EVERYTHING but some text leaving the page bare and white with some text in one column. Whenever I try to access index.php it just downloads the php file instead of running it. Is there something wrong with this docker when it comes to php? Logs to docker look clean. No errors in log files. whats happening here?
  21. Sorry, I'm clueless as to how this docker works. no matter how I set it up, it denies any connection ERR_CONNECTION_REFUSED I've tried using ports 81 and 444. I just can't seem to connect..
  22. It would boil down to either editing the samba.conf file or even better, just stop the samba service 'systemctl stop samba.service' and send notifications and log problems.
  23. Have you ever though of making it a CLI tool and portable to other Linux distros? I know this is last line of defense material, but its lightweight and excellent for what it does. I can easily see this becoming a tool businesses would love in their arsenal. Seriously man, you've got a winner here. I love unraid, but small medium business and corporate uses other distro's. This could be a big deal!

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.