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.

jbear

Members
  • Joined

  • Last visited

Everything posted by jbear

  1. Did an iGPU version of the new BIOS get released privately or other? Just wanted to follow-up. Thanks.
  2. If they produce an iGPU version of the new BIOS, please let us know. Would like a copy, if possible.
  3. My Unraid server locked up last night, it was extracting a large multi file RAR, as far as I can tell anyway, this is not an unusual task, and have done this many times with the new setup, with no issues. Not sure what to think of it, I suppose I will just monitor my server. I'm running 6.9 BETA 1. Outside of the BIOS settings relating to Onboard VGA for Plex transcoding, did you guys massage any of the other settings? I looked through them based on my experience, and nothing jumped out at me, virtualization stuff was enabled by default etc. I do have room for the larger cooler, before I spring for that, I want to make sure it's necessary. No distributed computing dockers enabled. No real CPU intensive tasks. I may transcode 2-3 Plex streams on occasion, all being doing via HW in RAM, which I have confirmed is working correctly. JB
  4. I'm also running the NH-U9S, which seems to be adequate for my intended usage. I'm not currently taking part in BOINC or FOLDINGATHOME, which I assume would potentially expose the shortcoming of this cooler. With that said, I found it interesting the Noctua didn't exactly recommend a cooler. So what cooler is recommended for the E-2288G at full load?
  5. Thank you sir, swapped out my old motherboard combo for the new combo. Everything seems good so far.
  6. I ended up going with this setup also, can someone email me or provide link to download BETA BIOS? Still waiting to hear from ASROCK. Would like to move forward with install. Thanks. JB [email protected]
  7. The OAuth2Proxy container is always stuck in "Update Ready" status, not experiencing issues with any of my other containers. I've tried updating, re-installing, with no luck. It does work however, which is the most important thing It's been like this for some time now, dating back to 6.6. Thought I would post to see if anyone had an idea what may be going on. Currently on 6.7.0-RC7. Thanks.
  8. Note sure if anyone replied on this, but files can't be added to Nextcloud by copying them directly into the user profile in the file folder. You must leverage webdav, web interface etc. Alternatively, iI you do choose to add them in this manner, you would need to invoke the occ tool from the command line, there is a parameter to add them to the database with files:scan. Not sure if this would make sense or not. Hope this helps.
  9. I followed the manual instructions via the link on the first post. It does state you can use the web interface also, but I couldn't find any proof that was the preferred method after reading this entire thread. I did have to re-install all of my apps for some reason, not sure why, but I did follow the directions exactly as provided. Re-adding the apps was very simple, configuration settings relating to those apps appear to have been retained. So I'm now on 15.0.2.
  10. https://blog.linuxserver.io/2017/05/10/installing-nextcloud-on-unraid-with-letsencrypt-reverse-proxy/
  11. I'm new to Nextcloud, but you will likely need to manually remove it from Maintenance mode, you can do that from the console (select docker drop down down, then console). Would be something like this from the /config/www/nextcloud folder. sudo -u abc php occ maintenance:mode --off or from any path sudo -u abc php /config/www/nextcloud/occ maintenance:mode -off Then restart docker and troubleshoot from there I suppose. Did you backup before upgrading?
  12. Glad to see someone finally got this running. I will test it out. Thank You.
  13. Any plans to update this container, fix scraping etc? Can someone recommend something else?
  14. I was asked if I wanted to try the beta docker, I was NOT told that I could NOT share anything, or did I sign anything. It was a fairly casual exchange. They said they hadn't had time to put together any documentation for the docker beta. I was able to import the docker image based on the CLI commands you shared, but I have no idea how to proceed from here. I unfortunately have been spoiled by the simplicity of UNRAID, and don't have a strong working knowledge of docker based apps. I asked the vendor if they planned on making it available via DockerHub, I will followup when I get an answer.
  15. No, because there's no way to pull that data. Could we leverage this?
  16. So now we just need a template to make it work with UNRAID?
  17. @CHBMB, @hernandito Now that I have the Docker from the Vendor, how do I install? Download links below. https://s3.amazonaws.com/bizmodeller/MyMediaForAlexa/Release+1.3.75.0/mymedia_docker-1.3.75.0-1_amd64.tar https://s3.amazonaws.com/bizmodeller/MyMediaForAlexa/Release+1.3.75.0/mymedia_docker-1.3.75.0-1_armhf.tar
  18. @ CHBMB Contacted developer .. See below. On 11 May 2018, at 21:54, Jonas Bearbower wrote: Any plans to release a DOCKERIZED (www.docker.com) version of your program? Many of use are using UNRAID, QNAP or other DOCKER capable NAS devices, a dockerized version of your software is the ideal way to go. Your end user agreement does not appear to be open to someone dockerizing your existing Linux beta version, as it may not comply with the EULA. ------------------------------------------------------------ Yup we have one in beta, would you be interested in testing it? Many thanks Ed My Media for Alexa
  19. https://www.mymediaalexa.com/ They finally have a Linux version in BETA, would be great to have a Docker. This apps allows you to play your local media collection through the Alexa using voice commands. I have messed with it on Windows, and it's pretty cool, not sure how stable the Linux version is, but it's worthy of a Docker. Thank you for your consideration.
  20. Me too, file are moved to Output, but input files are not removed. I have to manual delete.
  21. Anyone having any problems with NZBHydra, Sonarr and NZBGet ? Sonarr stopped working recently after updating NZBHydra, I noticed in the official NZBHydra release notes that Sonarr support was broken but then later fixed. Still not working for me. NZBHydra works fine on it's own, but when I point Sonarr to NZBHydra as an indexer, I get the following errors. NzbDrone.Core.Download.Clients.DownloadClientException: Failed to add nzb REMOVED 1080i HDTV DD2.0 MPEG2-TrollHD.nzb at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.AddFromNzbFile (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String filename, System.Byte[] fileContent) <0x4102ada0 + 0x0026f> in <filename unknown>:0 at NzbDrone.Core.Download.UsenetClientBase`1[TSettings].Download (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) <0x4102a2a0 + 0x00521> in <filename unknown>:0 at NzbDrone.Core.Download.DownloadService.DownloadReport (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) <0x410296c0 + 0x00561> in <filename unknown>:0 at NzbDrone.Api.Indexers.ReleaseModule.DownloadRelease (NzbDrone.Api.Indexers.ReleaseResource release) <0x410293c0 + 0x000c1> in <filename unknown>:0 at NzbDrone.Api.Indexers.ReleaseModule.<.ctor>b__7_0 (System.Object x) <0x4101b6f0 + 0x0002b> in <filename unknown>:0 at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2<object, object>,object) at Nancy.Routing.Route+<>c__DisplayClass4.<Wrap>b__3 (System.Object parameters, CancellationToken context) <0x40f1d2f0 + 0x0014f> in <filename unknown>:0 Log from NZBGet ERROR Wed Aug 10 2016 18:56:02 Could not add collection REMOVED 1080i HDTV DD2.0 MPEG2-TrollHD.nzb to queue ERROR Wed Aug 10 2016 18:56:02 Error parsing nzb-file REMOVED 1080i HDTV DD2.0 MPEG2-TrollHD.nzb ERROR Wed Aug 10 2016 18:56:02 Error parsing nzb-file: Extra content at the end of the document ERROR Wed Aug 10 2016 18:56:02 Error parsing nzb-file: SYSTEM or PUBLIC, the URI is missing ERROR Wed Aug 10 2016 18:56:02 Error parsing nzb-file: SystemLiteral " or ' expected ERROR Wed Aug 10 2016 18:56:02 Error parsing nzb-file: Space required after the Public Identifier Works fine if I use one of my indexers directly in Sonarr, and use that instead of NZBHydra, NZBGet does it thing without any issues. That has been my workaround.
  22. I usually just use Chome on Windows 7 x64. What client are you using? OpenPHT or Plex Media Player? You don't necessarily have to use another computer, just try another client. I can keep my OpenPHT on Mac paused for as long as I want without issue. The only problem may be that unRAID has spun my disks down during that time and requires a bit more time to spin back up before the video will fully resume. Other clients sometimes kick me out of the pause after a while if its being transcoded... really is quite client-dependent (which would have little or nothing to do with this Docker container).
  23. Was set for /mnt/user, switch to /mnt/cache same problem. Doesn't work either way. Put movie on pause, walk away for a few minutes, come back press play, and the cursor spins, hit X to menu, then play again ... Seems like some kind of player issue. ... Will try another PC to make sure.. Out of curiosity, how is your /config folder passed? as /mnt/user/appdata/plex... or as /mnt/cache/appdata/plex...
  24. Plex not resuming after pausing, resuming not properly started from the last spot. Anyone else having issues with either of these of late. Seemed like these issues started in the last couple weeks.
  25. Is the Flickr-uploader working for you ? Do you have a pro account, or just a normal Flickr account ? I've installed this docker, got my key and secret, edited the uploadr.ini (key, secret, files_dir edited), cut and pasted the URL from the log and authorized, docker seems to start etc., but nothing seems to be uploading. I will double check my path etc.

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.