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.

CorneliousJD

Members
  • Joined

  • Last visited

Everything posted by CorneliousJD

  1. I agree it doesn't make any sense, but thanks for making me look into it more - it ended up being a cookie issue, cleared all cookies for 10.0.0.10 and the login page shows up now Problem solved!
  2. There doesn't seem to be a TZ or Timezone variable in the container config so you'll want to submit a github issue on the author's github page for the project and ask if one could be added or if there's a way to set it in a config, since this doesn't seem to be an unraid specific isse. (He does frequent this thread though too, so it may be something he will see here even, but no guarnatee)
  3. So the last few days I've lost local access to this container completely for some reason. I don't really understand why? But it works via my reverse proxy still? How weird.
  4. thank you so much for continuing to reply and trying to help. I really do appreciate it very much! So I added a few other /locations for testing and pretty much nothing works like that. I can get some pages to load their title in the browser, but no contents, and I can get some to show their authentication pages but then fail to load once logged in, etc. ALL of these services work fine on sub.domain.com however with no issues. So it seems like it's trying to load the proper site, but for whatever reason having them at a /location vs a subdomain is breaking things. I used to have a /plex location working in a SWAG/LetsEncrypt config, but it was pretty simple, so I'm not sure what I'm missing here. Here's my old SWAG/LetsEncyrpt config # PLEX CONTAINER location /plex/ { proxy_pass http://10.0.0.10:32400/; include /config/nginx/SSO.conf; } if ($http_referer ~* /plex/) { rewrite ^/web/(.*) /plex/web/$1? redirect; } And SSO.conf was all of this client_max_body_size 10m; client_body_buffer_size 128k; proxy_bind $server_addr; proxy_buffers 32 4k; #Timeout if the real server is dead proxy_next_upstream error timeout invalid_header http_500 http_502 http_503; # Advanced Proxy Config send_timeout 5m; proxy_read_timeout 240; proxy_send_timeout 240; proxy_connect_timeout 240; proxy_hide_header X-Frame-Options; # Basic Proxy Config proxy_set_header Host $host:$server_port; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto https; proxy_redirect http:// $scheme://; proxy_http_version 1.1; proxy_set_header Connection ""; proxy_no_cache $cookie_session; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; If I add all that into the custom config for the location then I'm still not getting anywhere unfortuantely. Something really weird the the /plex location happens too where sometimes it will try to load domain.com:4443/plex (where 4443 is the port NPM runs with my internal network) - Nothing should be configured to ever add port 4443 in there so I'm not sure why that's getitng added either. So weird.
  5. Also working fine for me on this end as well. I think you might need to watch your log files or something while trying to import. I don't think your error is specific to unraid/docker setup but rather specific to something on your end. I can't replicate the issue so I can't speak more on exactly what's cuasing it, but with some logs we all might be able to work together to figure it out.
  6. How would I check/know if I have DNS rebinding allowed for plex.direct? If you mean internally and NAT loopback, then yes that is enabled and working. For what it's worth. i'm getting same 401 unauthorized when testing via my phone off of WiFi. I don't understand what would be different about our configs since there's almost zero config in NPM.
  7. This doesn't apply to NPM. I can add those directories but the /plex part isn't even working, it's just giving me a 401 error in the first place. I can't even get anywhere with it. https://github.com/jc21/nginx-proxy-manager/issues/40 Seems like an extremely common (and long-term open) request. The way custom locations portrays itself, everything should already work like this but it just doesn't...? If someone actually has domain.com hosting Organizr and domain.com/plex working please let me know - I'd love to take a look at your exact config. right now while I appreciate everyone's help they seem to just be saying "it's possible" when they may not have it working the way I need it to?
  8. Plex SSO doesn't have that type of setup though. The reason I'm trying to get this setup is because SSO for Tautulli and Ombi work just fine (they point to local dockerIP:port like you mentioned) but Plex does not, there's no option to do that. Also see here: https://docs.organizr.app/books/setup-features/page/sso#bkmrk-plex Specifically the part that mentions Plex SSO doesn't work if Plex Reverse Proxy is a subdomain To setup a /plex Reverse Proxy in Nginx, setup the location block
  9. Are you able to import from other websites? Perhaps just that site isn't supported for import?
  10. I have set this manually but it keeps reverting for some reason to the defualt "?" icon.
  11. As long as the image itself supports this it should be easy enough to add in if you want to for now - I'll work to adjust config in a future template revision, thanks for the heads up!
  12. I'm not sure how 401 would be expected? There is nothing that needs to be logged in for that to work, but regardless, I'm logged into NPM, Plex, and Organizr. I would also *need* just domain.com/plex to work, I already have plex.domain.com but plex.domain.com/plex/ wouldn't work with Organizr's SSO authentication anyways from my understanding? Also my local plex is HTTP via docker container, but once it's reverse proxied via NPM it would be at https://domain.com/plex, if it would work without the 401 error. Also even if I try to setup plex.domain.com/plex I still get the same 401 error... Main plex.domain.com entry then the custom location Still results in It's hard to imagine I'm doing something that wrong since there's hardly any settings to speak of.
  13. Ok so I have my TLD domain.com pointed to organizr, and then adding /plex like this doesn't work. And then under custom locations, plex is on 32400 for me FYI Then when I try to go to domain.com/plex I just get...
  14. Do you have a working example? When I try it, it just.... Doesn't work unfortunately. I tried a few times but no luck.
  15. This makes sense, especailly about caching, no real benefit to cache anything if I'm running nearly everything on this same unraid box. Only thing I need better performance on is Nextcloud and I don't know if anything can be done for that haha. Still would like to find answers to the following. 1. (My most important for now) is it possible to get mydomain.com/plex working as a custom location instead of a subdomain (This is for Organizr SSO with Plex, which requires a /plex location and NOT a subdomain. 2. When would you NOT want Websockets, blocking of common exploits, and HTTP/2 enabled?
  16. Did you have another DB setup beforehand? Did you run the conversion? https://docs.nextcloud.com/server/20/admin_manual/configuration_database/db_conversion.html I have mine up and running on PgSQL 13.1 with Redis as well, it's faster but still leaves a LOT to be desired at times...
  17. Oh boy, 46 pages is a lot to go through. Just a few questions. 1. (My most important for now) is it possible to get mydomain.com/plex working as a custom location instead of a subdomain (This is for Organizr SSO with Plex, which requires a /plex location and NOT a subdomain. 2. What exactly is caching of assets doing. 3. When would you NOT want Websockets, blocking of common exploits, and HTTP/2 enabled? 4. HSTS Seems like overkill for a lot of services, am I wrong on this? Thank you in advance!
  18. Really not a whole lot to this container, you add your DB connections and roll with it. Based on official image, just made a tempalte for unRAID since the other conatiner here did not store database connections (no appdata mapped). Any unraid specific issues please let me know. Thanks!
  19. You're the best
  20. Is there a way to make it display more containers? It only shows 12 but I have 15 containers in this folder. I'd like a way to see them all in the text list (there's some free space to the right still, or can add a 3rd line with a toggle option in settings to show overflow?) I use the text list to click on them and restart/update/edit, etc. Thanks in advance!
  21. I was wrong, I am still using SQLite, I just changed where it's stored at, in settings.py Sorry for the confusion, I was working on a few other projects at the same time and used other databases (MariaDB/PgSQL) for those, and confused myself.
  22. YEP. I am already seeing the worker thread issue myself, but because I'm letting it be automated for sonarr/radarr hardlinking, I plan to just use Transmission only for hardlinks and leave Deluge running for any other manual torrent needs I may have. or QBT if it didn't use up some much darn RAM.
  23. No problem! Sadly I don't think I'll be much more help. QBT uses 3-4GB of RAM just sitting idle with one torrent. Plus I've read that it has issues with over 1,000 torrents. I plan on using Transmission moving forward for hardlinking files for sonarr/radarr so my downloads don't duplicate disk space. I'll easily soar far past 1k torrents in no-time, so potential problems there, paired with high RAM usage I just can't justify using QBT. It sure is a pretty interface though!
  24. PSS - Here's an icon URL you can use. https://raw.githubusercontent.com/CorneliousJD/Docker-Templates/master/icons/snipeit.png This is what it makes it look like in my container list.
  25. It seems the changes to strict mode are no longer required (I didn't have to do them with a new setup) and the "whoops something went wrong" issue just shows 500 server error now instead. Also on the initial page preflight check, e-mails fail to send with gmail configured, but work fine after getting things up and running. PS - the /config/ volume mapping no longer seems needed, only your "data" one does. https://snipe-it.readme.io/docs/docker According to them they are mapping --mount source=snipe-vol,dst=/var/lib/snipeit and that's it

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.