Everything posted by Gog
-
[Support] binhex - DelugeVPN
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.
-
[Support] Linuxserver.io - Radarr
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.
-
[Support] Linuxserver.io - Radarr
You have a screenshot with your variables, just delete the container, delete the template and add from the apps menu.
-
[Support] Linuxserver.io - Radarr
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?
-
[Support] Linuxserver.io - Radarr
I think your new destination should be /mnt/user/Downloads/
-
[Support] Linuxserver.io - Radarr
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?
-
[Support] binhex - qBittorrentVPN
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.
-
[Support] binhex - qBittorrentVPN
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.
-
[Support] Linuxserver.io - Heimdall
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
-
[Support] Linuxserver.io - Heimdall
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
-
[Support] Linuxserver.io - Heimdall
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
-
[Support] binhex - DelugeVPN
Correct. Somebody else bothered
-
[Support] binhex - DelugeVPN
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
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
\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
-
[Support] binhex - qBittorrentVPN
Was straightforward for me. host = 192.168.1.xxx port=8085 usename=gog password=mypw
-
[Support] binhex - qBittorrentVPN
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
-
[Support] binhex - qBittorrentVPN
BTW, has someone managed to enable the save directory based on the category?
-
[Support] binhex - qBittorrentVPN
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
-
[Support] binhex - qBittorrentVPN
No issue for me. I'm one build behind though, havent updated today. Sent from my SM-G930W8 using Tapatalk
-
[Support] binhex - qBittorrentVPN
Shit, I swear I read that readme... works now, thanks
-
[Support] binhex - qBittorrentVPN
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
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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 /"
-
[Support] Linuxserver.io - Nextcloud
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
-
[Support] Linuxserver.io - Nextcloud
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
-
[Support] Linuxserver.io - Nextcloud
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