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.

dstanley

Members
  • Joined

  • Last visited

Everything posted by dstanley

  1. Moving to 6.12.3 seems to have fixed my issues.
  2. Safe mode seemed fine - I am thinking it might be the UNRAR plugin from Nerdtoolz that is giving this error message. Thanks for the suggestion ...
  3. Can someone tell me about this error that is on my boot screen? Missing operand … Is there something that I can do about this? Running 6.12.2
  4. Attached is a diagnostics pull from a remote terminal when the GUI was not very responsive at all - the gui (and even the terminal shell) seemed to 'hang' for quite a time. Any ideas of what could be happening? tower-diagnostics-20230707-2036.zip
  5. If I recall correctly I was getting lots of messages like this one that just arrived in my logs: Tower php-fpm[8883]: [WARNING] [pool www] child 458 exited on signal 9 (SIGKILL) after 13.224819 seconds from start
  6. Will do - thanks!
  7. After upgrading to 6.12.0 I have had issues with the server becoming unresponsive - no gui and no ssh available to grab diagnostics from. Upgraded to 6.12.2 when available and the same thing happens - usually after a day or two. Not sure what to try - my server was rock solid on older versions. including diagnosatics after a reboot. tower-diagnostics-20230706-2002.zip
  8. Weird issue I am running into ... I have had Radarr setup and running in Unraid, Swag and Organizr using my custom network for a long time - no problems. I recently setup another container for Radarr - called it 'radarr4k' - set the urlbase to 'radarr4k' - the port redirection to 17878:7878 Modified a copy of the radarr.subfolder.conf for Swag and called it radarr4k.subfolder.conf - edited it to change radarr to radarr4k within the conf file. Everything is working now with Organizr using reverse proxy to access both radarr and radarr4k. I have linked the radarrs using 'lists' so requests for 4k movies in the regular radarr gets picked up by radarr4k - thus giving me 1080P and 4k copies for Plex - COOL!! But here is my problem: In advanced view of the radarr4k template I edited the webui template as follows: http://[IP]:[PORT:17878]/radarr4k/ So what happens now (in the Unraid UI) if I try to launch the webui of the radarr4k docker it navigates to: http://192.168.1.5:17878/radarr4k/radarr/ This gives a "You must be lost, nothing to see here." page inside an empty radarr instance - if I remove the radarr/ from the end and enter - then radarr works fine and all my settings and movies are there. So I am stumped as to why the extra 'radarr' is being added onto the end of the webui address here and how to eliminate it? Most times I will be accessing the dockers from Organizr using my reverse proxy - so this is more of an 'annoyance' than anything critical - not getting the proper webui address from the Unraid docker tab ... Any ideas where to look for an answer? Using Unraid 6.9.1 and the Radarr dockers are 3.0.2.4552-ls97 by linuxserver.io
  9. Not sure if this is appropriate or not but since changing to the ‘official’ OZNU docker I have had zero problems like this log problem. OZNU Homebridge Docker
  10. Is it possible to update the base container again? There have been several updates made that would help in the base install. Thanks!
  11. Thank you SO much - this helped to a point - now the plugin developer is telling me I need to run the Homebrisge@Beta to use his work. Is there some possible way to have this added to the docker as an option?
  12. I am using your Homebridge with Gui docker - have been quite sucessful - but a new NPM that i want to use throws this error: [4/21/2020, 10:02:16 PM] Error: Plugin /usr/lib/node_modules/homebridge-isy requires a HomeBridge version of >=0.4.53 which does not satisfy the current HomeBridge version of 0.4.50. You may need to upgrade your installation of HomeBridge. Is there any chance of getting the main docker pull to have this latest Homebridge version? Without this plugin the install is 0.4.50 and updates fine AFTER it is running - I need it to be 0.4.53 on the docker pull. Thanks for your work!
  13. Unraid has been a lot of fun for me - giving me much more to learn but making everything I want to do with a server reliable and very easy once set up. Looking forward to many years with this platform - thanks guys!!!
  14. I have tried that exact line but for some reason it makes not difference for me. I am using my dns through Cloudflare but I don’t know if that is my issue!?
  15. I have this added into my Nextcloud config.php but I am still getting this warning ... not sure what else to try. Can anyone help me with this Warning in the Nextcloud 16.0.1 Security & Setup Overview? "There are some warnings regarding your setup. The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the documentation." MyConfigFiles.zip
  16. When was the last beta update done? 🤣 I can't resist pushing the update button as soon as the DVB version is ready - I know - I'm asking for it ...
  17. Thank you so much Niklas - this worked out great with your help! I could not have completed this without your help ... Dwight
  18. I need help with this statement: Step 2 of the MySQL instructions: Change your databases character set and collation: ALTER DATABASE nextcloud CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; I have no idea where or how this is supposed to be entered? I have made the change to my cnf file but that's as far as I get. Probably shouldn't be trying this without more guidance ...
  19. Mine is the same - also popup that reads "You're running an unknown version of Mylar. Update or Close" If I Update from within the Docker the notice goes away - but I am unclear which is the latest version - the docker or the pulled copy. I do not seem to have any issues with the pulled copy in running it though ... Updating with-in the container it now shows as: Version: 101e6aa7551fe608a4a37bc80d916e36c6ba0cd4 (master)
  20. Here is my config: \appdata\letsencrypt\nginx\proxy-confs\ubooquity.subfolder.conf # ubooquity already uses the base url /ubooquity by default so you don't need to do anything extra location /ubooquity { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth, also customize and enable ldap.conf in the default conf #auth_request /auth-0; #error_page 401 =200 /login; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_ubooquity ubooquity; proxy_pass http://$upstream_ubooquity:2202; } This is using the custom network feature and domain redirect ...
  21. Rename the downloaded file Nightwing 051 to Nightwing #51 and see if Mylar will pick it up and move it!? I think this has happened to me ...
  22. Valhalla: Might be just the case of the folders: Downloads DOES NOT equal downloads Comics DOES NOT equal comics The capital letter means different folders!
  23. There should be one more } at the end of this config file to close the server section.
  24. dstanley replied to wgstarks's topic in Lounge
    Star Trek Fan myself so I put this together for use on my server - I'm sure people could do a lot better!

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.