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.

Gog

Members
  • Joined

  • Last visited

Everything posted by Gog

  1. Hi Tarald Welcome to the forums. The pros will need to see logs to know what is happening. Stop the container, delete supervisord.log, edit the container properties, set DEBUG to true, start the container, wait 5 minutes then copy supervisord.log here. Good luck.
  2. I did not mean to delete the radarr config folder. You said you have a backup, good thing because you'll need it! I meant to delete the radarr template. so in the docker page, delete the radarr container, add new container, select the radarr template and click on the red round X. That will delete the template. hopefully, that is where the drive definition is saved.
  3. You have a screenshot with your variables, just delete the container, delete the template and add from the apps menu.
  4. I didn't notice it was an unassigned device... So you change the setting, radarr starts (I see /mnt/disks/Downloads in the docker start screenshot) But when you update the container, it reverts back to the old drive? Have you tried to remove the container and re-add it?
  5. I think your new destination should be /mnt/user/Downloads/
  6. Good morning @Meller Are you sure there is no typo or different case letters in Movies? Can you try "ls -al /mnt/user/MediaPlex" and copy the output here? What is the save path within radarr?
  7. I suspected as much. I think qBit is the only torrent client coded in C and it may allow it to be more efficient/aggressive in the way it handles connections. My internet connection comes from my crappy Bell router then directly in a gigabit switch. Internal traffic did not notice one bit but the internet connection was severely impaired. The odd part is that once the packet started to drop, stopping all but one of the torrents did not help. Reducing the bandwith of the torrents to 150KB/s down 50K up did not help. I had to stop everything for the connection to recover.
  8. Thanks for the info, in a way it's reassuring to know I'm not the only one. No issues on rTorrent since I got back but I should retry qBit, it is the client I prefer so far.
  9. Dammit, I told tapatalk to delete my last post when I realized that I was the blind one. I was a passenger In a car when I took the first look at your screenshot, things were moving a bit too much. In my setup, in the white section, there is an edit button at the end of each line. Maybe stupid but can you try on a wider screen? Sent from my SM-G930W8 using Tapatalk
  10. Try the list mode button on the bottom right. From there you can edit entries and there is an add button top right. Sent from my SM-G930W8 using Tapatalk
  11. Connecting directly or through reverse proxy? Reverse proxy editing used to fail for me, haven't tested in a long time. Sent from my SM-G930W8 using Tapatalk
  12. Correct. Somebody else bothered
  13. Hi there, welcome to the forums iptables are configured to only let traffic out through the VPN IP and the local network (the LAN_NETWORK variable) Moreover, at init if the VPN is not established, Deluge will not go up
  14. \appdata\letsencrypt\nginx\proxy-confs\ubooquity.subfolder.conf location /ubooquity { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; proxy_pass http://192.168.1.111:2202/ubooquity; proxy_set_header Host $host; } It's not using the custom network interface but that works for me
  15. Was straightforward for me. host = 192.168.1.xxx port=8085 usename=gog password=mypw
  16. I'm temporarily going back to rTorrent. For some reason, when qBit has more than one torrent, even with bandwith severely limited (300KB down, 50KB up) my internet connection suffers greatly. I get a lot of packet loss(between 5 and 80% on a variety of ping destinations) and more annoying, dns resolution fails. I keep getting DNS request timeout on dnslookups until I top all the torrents. DNS was not functional when I got back from work and qBit was limited to 1kb/1kb
  17. BTW, has someone managed to enable the save directory based on the category?
  18. try this in your config file with user: gog password: goggog WebUI\Address=* WebUI\CSRFProtection=true WebUI\ClickjackingProtection=true WebUI\HTTPS\Enabled=false WebUI\LocalHostAuth=true WebUI\Password_ha1=@ByteArray(66457a3bb2f3598da106d0f03998d8b8) WebUI\Port=8085 WebUI\ServerDomains=* WebUI\UseUPnP=true WebUI\Username=gog
  19. No issue for me. I'm one build behind though, havent updated today. Sent from my SM-G930W8 using Tapatalk
  20. Shit, I swear I read that readme... works now, thanks
  21. Hi Binhex Deluge is too heavy and rtorrent's scheduler is frustratingly not reliable so I gave this a try today, installed the container, ran once, copied my openvpn folder from rtorrentvpn and restarted. Init looks OK, VPN looks up but the qbittorrent web UI doesn't come up. I tried disabling VPN and privoxy but same result I must be missing something in the parameters. Am I correct when I say the WEBUI_PORT is for the web UI inside the container and should remain at 8080 since I have container port 8080 mapped to 8085 ? I used "reproxy0" as the network interface, a custom interface I use for reverse procy but bridge behaves the same root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-qbittorrentvpn' --net='reproxy0' --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='**user**' -e 'VPN_PASS'='**pw**' -e 'VPN_PROV'='custom' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='yes' -e 'WEBUI_PORT'='8080' -e 'LAN_NETWORK'='192.168.1.0/24' -e 'NAME_SERVERS'='209.222.18.222,37.235.1.174,1.1.1.1,8.8.8.8,209.222.18.218,37.235.1.177,1.0.0.1,8.8.4.4' -e 'DEBUG'='true' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '6881:6881/tcp' -p '6881:6881/udp' -p '8085:8080/tcp' -p '8228:8118/tcp' -v '/mnt/cache/cache_only/downloads/':'/data':'rw' -v '/mnt/cache/cache_only/appdata/binhex-qbittorrentvpn':'/config':'rw' 'binhex/arch-qbittorrentvpn' 500d1ecafac65f2f5e1364be8bd06870245d676e80c994a4c260c0848db6854c
  22. I don't use a subdomain but my subfolder setup works and it looks a lot like yours: location /calibre-web { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; proxy_pass http://192.168.1.111:8083; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Scheme $scheme; proxy_set_header X-Script-Name /calibre-web; } that I put in appdata\letsencrypt\nginx\proxy-confs\calibre-web.subfolder.conf So that looks fine. It seems that you are configuring books.apolo.... but you are also configuring a subfolder. Try https://books.unabolo.net/calibre-web or set your location as root: "location /"
  23. I think they mean appdata/nextcloud/www/nextcloud/apps but I've never deployed an app that way Sent from my SM-G930W8 using Tapatalk
  24. What was your backup destination? It should be somewhere in your owncloud mapped directory in the array. You may need a fresh owncloud install to configure backup and reuse the same maped drive. I recommend installing it in a new app directory and make a copy of your mapped directory before trying this Sent from my SM-G930W8 using Tapatalk
  25. You can add a path /movies to /mnt/user/movies in your nextcloud docker config. Then in your external storage config, set it up as a local storage with the path of /movies

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.