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.

kostecki

Members
  • Joined

  • Last visited

  1. You're close. As i'm using env-variables and not the server.yml you need to also use the env-variable version as listed in the table at the bottom of: https://docs.ntfy.sh/config/ But i already exposed that variable, so in the container config in unRaid you can just change NTFY_WEB_ROOT to disabled
  2. Summary: Support thread for all (there's one) of my Docker Templates for CA. This thread is purely for supporting the templates themselves. I have absolutely nothing to do with the actual development of anything. Ntfy Web: https://ntfy.sh/ Description: ntfy (pronounce: notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup.
  3. You're absolutely right - of course you are. I had to jump through a million hoops, but i have it installed and it works perfectly at bridging Dropbox and Nextcloud. Thanks for proving me wrong!
  4. That absolutely fair, and i understand but seeing as it requires me to download from source, build the plugin and enable it using the OCC i'm guessing it's as good as useless, unless i want to jump through all of these hoops everything the container is updated, right?
  5. Just shamelessly quoting myself in hope of an answer
  6. I've been using the container for a days now, and it seems to work perfectly. Thanks for hard work! I really want to add Dropbox synchronization to Nextcloud, but after Dropbox deprecated OAuth1 in favor of OAuth2 it requires a different app: https://github.com/icewind1991/files_external_dropbox is it possible to add it to the container in some way?
  7. Has anyone been able to put ruTorrent behind a reverse proxy (with nginx)? I'm almost able to get it to work as far as getting the ruTorrent UI to show up at mydomain.tld/rutorrent, but the log tab just shows: [11.08.2017 19:43:45] WebUI started. [11.08.2017 19:43:45] Bad response from server: (404 [error,getplugins]) Not Found The developer console in Chrome shows a 404 for the following file, a file that is present if i use 192.168.0.5:9080/php/getplugins.php: mydomain.tld/rutorrent/php/getplugins.php My nginx config files looks like this: location /rutorrent { rewrite ^/rtorrent$ /rtorrent/ redirect; proxy_pass http://192.168.0.5:9080/; proxy_set_header Host 192.168.0.5:9080; proxy_redirect default; } Anyone who can tell me how i can fix this?
  8. Has anyone gotten this to work? I would really like to use Flood with Sonarr and Radarr
  9. I've been trying to get this to work with reverse proxy on my nginx installation, but no luck so far. It's set up like this: location /rutorrent { include /config/nginx/include/proxy-control.conf; proxy_pass http://192.168.0.5:9080; proxy_redirect default; } proxy-control.conf contains: client_max_body_size 10m; client_body_buffer_size 128k; #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; # 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_cache_bypass $cookie_session; proxy_no_cache $cookie_session; proxy_buffers 32 4k; When i visit mydomain.tld/rutorrent i get the nginx auth prompt but then it just throws a 404. Any ideas on what i'm doing wrong? I have reverse proxy working fine with CP, Sonarr, Plexpy, Trasmission and unRaid itself. Edit: i can see in the docket log that it outputs the following error: 2016/10/11 01:11:23 [error] 687#687: *1 "/usr/share/webapps/rutorrent/rutorrent/index.html" is not found (2: No such file or directory) with the second rutorrent being my reverse proxy location (mydomain.tld/rutorrent) which is obviously breaking functionality since it's looking for ruTorrent in the wrong pace. How is this solved?
  10. That seems like a fair guess. Hopefully it'll be fixed at some point, but i can live with kinda-working. Thanks to both of you, mr-hexen and CHBMB!
  11. When you go into the Couchpotato settings, does the Deluge connection test work? Yup. Connects fine. It's able to add the torrent and monitor the status all the way until it's done where it starts thinking that it's seeding forever. Sorry can't believe I missed this the first time.... Try this.. EDIT: And I cannot recommend enough changing shares to use only lowercase, it makes life a lot simpler... Just tried redoing all of my shares and docker mappings. Everything is lower case and all download-folders are called downloads. But still nothing. Sonarr still works fine, so i know that my new folder names and mappings indeed is working.
  12. When you go into the Couchpotato settings, does the Deluge connection test work? Yup. Connects fine. It's able to add the torrent and monitor the status all the way until it's done where it starts thinking that it's seeding forever.
  13. Nope. Doesn't seem to have made any difference. CP still doesn't mark it as finished because it thinks Deluge is still seeding.
  14. Directory and Completed Directory left blank in CP to let Deluge handle those.

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.