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.

EC28

Members
  • Joined

  • Last visited

Everything posted by EC28

  1. I'm having issues trying to get my reverse proxy to work for rtorrent. I'm not sure what setting is off. I'm getting a 502 bad gateway error when I try to load the page. What should I post for someone to look at? Thanks in advance and thanks for all these awesome containers!
  2. Can anyone maybe take a look at my settings for rutorrent to get my reverse proxy working? I've got it working for everything else, I just get a 502 bad gateway error on rutorrent for some reason. I'm sure it's something simple I have set wrong. I get this error in my nginx log: 2019/12/29 15:55:20 [error] 442#442: *2565 connect() failed (111: Connection refused) while connecting to upstream, client: 195.154.63.222, server: rutorrent.*, request: "GET / HTTP/1.1", upstream: "http://172.18.0.7:80/", host: "rutorrent.xxxxxxxx.xxx" Thanks! And I'm not sure where that IP address is coming from. Just noticed that, it's not mine. This is my .conf file: # make sure that your dns has a cname set for rutorrent server { listen 443 ssl; listen [::]:443 ssl; server_name rutorrent.*; include /config/nginx/ssl.conf; client_max_body_size 0; # enable for ldap auth, fill in ldap details in ldap.conf #include /config/nginx/ldap.conf; location / { # 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 #auth_request /auth; #error_page 401 =200 /login; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_rutorrent binhex-rtorrentvpn; proxy_pass http://$upstream_rutorrent:80; } location /RPC2 { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_rutorrent binhex-rtorrentvpn; proxy_pass http://$upstream_rutorrent:80; } }
  3. Thanks. I may try that and see. But my hardlink issue may still be present even using it inside of deluge if I am understanding the hardlink issue on unRAID.
  4. Filebot would be a big one. A few others like ltconfig.
  5. Which version do I need to roll back to to be able to install plugins? I tried: binhex/arch-delugevpn:2.0.3-2-01 ...but it didn't work either.

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.