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.

Paul_Ber

Members
  • Joined

  • Last visited

Everything posted by Paul_Ber

  1. Add VPN and watch outside UK?
  2. It would be really cool if we could code DelugeVPN so that when you install the container, if by setting a Environment Variable to the various torrent types, that the code could adjust to the desired torrent app.
  3. I have been trying to get LCDproc working in a Docker and passing the /dev/bus/xxx/xxx and /dev/ttyUSBx with no luck. I tried passing the lis based panel to a Linux VM but somehow it causes my assigned keyboard to stop working. Sent from my XT1563 using Tapatalk
  4. Questions for FAQ more for authors: 1). Mapping USB device so Container can use the USB device? Will unRaid need drivers for the USB device or just the Container? Pass by bus or what USB shows up in unRAID? I.e. /dev/ttyUSB1 2). Let a Container see unRAID system stats like CPU %, Bandwidth, ram, disk % etc. Sent from my XT1563 using Tapatalk
  5. Thanks, this fixed the issue! Torrents are also uploading, does this mean the incoming port works? Speeds are 300-600 kbps (on popular torrents) which is nothing compared to the 14 MB/s I get using newsgroups. Maybe I'll try PIA for a month and see if speeds improve. Thank you very much! [edit] I'm getting about 7 MB/s with PIA . Too bad about the remaining 4 months @ PureVPN though I am trying out airVPN for a month and works great, is fast, I never need max download speed because I set a max rate in Deluge to not saturate our LAN. I also think with VPN I will not have all kind of connections open through the local router. With VPN it is invisible to the Telco and hopefully doesn't cause problems with the STBs on LAN. My setup before was a Linux box with Deluge, Flexget, and Peerguardian Linux. unRAID and DelugeVPN make it so simple(my setup uses my Docker DelugeVPN-Flexget). Sent from my XT1563 using Tapatalk
  6. What about wake on LAN for a Windows 7 VM? Sent from my XT1563 using Tapatalk
  7. I removed one of the two for now so the link works. I am slowly getting the hang of this Docker stuff. So a plugin is different that it has access to the system? And so that when removing everything the plugin adds gets fully removed? So I could try and make a plugin for LCDproc to send system stats to an USB LCD character panel? I have one working in my KODibuntu box. Sent from my XT1563 using Tapatalk
  8. What is the Networking set to? When I first started out I set it to Host once and I lost all networking and had to powerdown unclean. My networking is set to Bridge. Try removing it fully and reinstall and set it up again?
  9. Can you have more than one project page? Right now it doesn't allow. <Project> http://flexget.com/ http://deluge-torrent.org/ </Project>
  10. Binhex thanks. Yes the incoming port was because I wasn't using PIA, I'll edit that later. What do you think of the way I set the the Flexget-webui password? It was a pain to have to enter the container and set it. Sent from my XT1563 using Tapatalk
  11. It takes a lot of work to change to have a different app inside the Docker. I took DelugeVPN and forked it and it spent about 2 days adding Flexget to it. Lots of testing to make sure everything works. I only did it to make my setup the way it needed it. Activ learn how use Dockers and exchange Deluge for Transmission yourself. Sent from my XT1563 using Tapatalk Okay, didn't think it was that much work. No worries, I'll do it myself. Hopefully the change from Deluge to Transmission is cut and paste. And not that hard to do. It would be cool if XxxxxxVPV supported multiple Torrent apps by use of setting page under Dockers tab? I.e. torrentapp your.wanted.Torrent.app Sent from my XT1563 using Tapatalk
  12. It takes a lot of work to change to have a different app inside the Docker. I took DelugeVPN and forked it and it spent about 2 days adding Flexget to it. Lots of testing to make sure everything works. I only did it to make my setup the way it needed it. Activ learn how use Dockers and exchange Deluge for Transmission yourself. Sent from my XT1563 using Tapatalk
  13. deprecated October 11, 2021 DockerHub images will be deleted on November 1, 2021 DockerHub no longer allows free builds, so have gone the route of just doing a template of an existing Flexget Docker from DockerHub See https://forums.unraid.net/topic/114713-support-paulpoco-flexget-template/ for more info
  14. http://lime-technology.com/forum/index.php?topic=43669.msg465469.msg#465469 Binhex One thing about Flexget is it needs to see deluge to operate the deluge plugin in Flexget. How do I get Docker to see another Docker's application? Sent from my XT1563 using Tapatalk
  15. I had same problem with sqlite too, deleted and restarted, all was fine except for deluge being in another Docker. How do I tell Flexget to ignore the dependencies? I have in my config.yml that deluge host at the unRAID IP. I have tried from another PC(has deluge and Flexget, but not using deluge) but deluge host points to the unRAID PC. It works. Sent from my XT1563 using Tapatalk
  16. I have privoxy turned on, how would it interact with DelugeVPN? Sent from my XT1563 using Tapatalk
  17. The Docker Flexget is disappearing on its's own. A couple of times now. How do I pass the password for the webui? 2016-04-18 21:54 WARNING web_server No password set for web server, create one by using `flexget web passwd <password>` 2016-04-18 21:54 INFO web_server Web interface available at http://172.17.0.15:3539] If i edit the Flexget Docker what variables settings do I use to get password passed into the Docker? From my config.yml web_server: bind: 0.0.0.0 port: 3539 api: yes webui: yes templates: etc etc deluge: host: 192.168.1.xxx port: 58846 username: username password: password queuetotop: yes I have a working Flexget on another machine calling delugeVPN on the unRAID system fine. It would be nice to get the Flexget working on the unRAID system. I just need to get the webui working on Flexget. How do I do a manual run like, "flexget execute -v" to test my config.yml without waiting 1 hour everytime?
  18. Flexget Docker request. Make it easy to setup the webui and scheduling. Somehow to initiate a manual run? I am used to the regular Linux version where you can do a manual run in Terminal with -flexget execute -v" where you can watch it run in real time. Sent from my XT1563 using Tapatalk
  19. What do I do with privoxy and deluge settings? Sent from my XT1563 using Tapatalk
  20. I am playing with one of the Flexget plugins. So far I have noticed I need to have the same media access point in each Docker so that the Flexget passes the correct movedone to DelugeVPN. Unrelated to DelugeVPN but for some reason the Flexget Docker will just disappear on it's own. Then I have to start over again. I'll ask in that support thread. Anyone know what the difference between the 2 Flexget? One shows up as a Docker and one shows up as part of the main Settings? Any tips to point Flexget Docker to use the DelugeVPN VPN connection for querying? Binhex is there any chance to add Flexget to be part of DelugeVPN? How many beers would it take? Donation sent$10.00 USD Payment completedSent to:[email protected] Transaction details Powered byPayPal Paul, you just made a donation. Transaction ID:xxxxxxxxxxx6035 Sent from my XT1563 using Tapatalk
  21. What about the Flexget Docker communicating with the DelugeVPN Docker? Flexget will be telling DelugeVPN what to download.
  22. Signed up for Air for a month to try it out. Seems to work.
  23. Ok I cannot get it to work. With VPN set to no I can reach the Deluge webui at port 8112. With VPN set to yes I cannot reach webui of Deluge. I not 100% sure if proXPN has incoming ports? 2016-04-17 17:48:11,070 CRIT Set uid to user 0 2016-04-17 17:48:11,070 WARN Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing 2016-04-17 17:48:11,073 INFO supervisord started with pid 13 2016-04-17 17:48:12,077 INFO spawned: 'start-script' with pid 16 2016-04-17 17:48:12,079 INFO spawned: 'webui-script' with pid 17 2016-04-17 17:48:12,081 INFO spawned: 'deluge-script' with pid 18 2016-04-17 17:48:12,082 INFO spawned: 'privoxy-script' with pid 19 2016-04-17 17:48:12,092 DEBG 'privoxy-script' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-04-17 17:48:12,092 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-04-17 17:48:12,092 INFO success: webui-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-04-17 17:48:12,092 INFO success: deluge-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-04-17 17:48:12,092 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-04-17 17:48:12,093 DEBG 'deluge-script' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-04-17 17:48:12,096 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2016-04-17 17:48:12,110 DEBG 'start-script' stdout output: [info] VPN provider defined as custom [info] VPN config file (ovpn extension) is located at /config/openvpn/proxpn.ovpn 2016-04-17 17:48:12,112 DEBG 'start-script' stdout output: [info] Env vars defined via docker -e flags for remote host, port and protocol, writing values to ovpn file... 2016-04-17 17:48:12,133 DEBG 'start-script' stdout output: [info] VPN provider remote gateway defined as se1.proxpn.com [info] VPN provider remote port defined as 443 [info] VPN provider remote protocol defined as udp 2016-04-17 17:48:12,141 DEBG 'start-script' stdout output: [info] VPN provider username defined as [email protected] 2016-04-17 17:48:12,146 DEBG 'start-script' stdout output: [warn] Username contains characters which could cause authentication issues, please consider changing this if possible 2016-04-17 17:48:12,151 DEBG 'start-script' stdout output: [info] VPN provider password defined as xxxxxxxx 2016-04-17 17:48:12,172 DEBG 'start-script' stdout output: [info] Default route for container is 172.17.42.1 2016-04-17 17:48:12,184 DEBG 'start-script' stdout output: [info] Setting permissions recursively on /config/openvpn... 2016-04-17 17:48:12,186 DEBG 'start-script' stdout output: [info] Adding 192.168.1.0/24 as route via docker eth0 2016-04-17 17:48:12,187 DEBG 'start-script' stdout output: [info] ip route defined as follows... 2016-04-17 17:48:12,188 DEBG 'start-script' stdout output: -------------------- 2016-04-17 17:48:12,188 DEBG 'start-script' stdout output: default via 172.17.42.1 dev eth0 2016-04-17 17:48:12,189 DEBG 'start-script' stdout output: 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.16 192.168.1.0/24 via 172.17.42.1 dev eth0 2016-04-17 17:48:12,189 DEBG 'start-script' stdout output: -------------------- 2016-04-17 17:48:12,193 DEBG 'start-script' stdout output: [info] iptable_mangle support detected, adding fwmark for tables 2016-04-17 17:48:12,226 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2016-04-17 17:48:12,227 DEBG 'start-script' stdout output: -P INPUT DROP -P FORWARD ACCEPT -P OUTPUT DROP -A INPUT -i tun0 -j ACCEPT -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --sport 443 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A INPUT -s 192.168.1.0/24 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT -A INPUT -p udp -m udp --sport 53 -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 443 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A OUTPUT -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT -A OUTPUT -p udp -m udp --dport 53 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT 2016-04-17 17:48:12,227 DEBG 'start-script' stdout output: -------------------- 2016-04-17 17:48:12,227 DEBG 'start-script' stdout output: [info] nameservers 2016-04-17 17:48:12,228 DEBG 'start-script' stdout output: nameserver 8.8.8.8 nameserver 8.8.4.4 2016-04-17 17:48:12,228 DEBG 'start-script' stdout output: -------------------- [info] Starting OpenVPN... 2016-04-17 17:48:12,232 DEBG 'start-script' stdout output: Options error: --nobind doesn't make sense unless used with --remote Use --help for more information. 2016-04-17 17:48:12,232 DEBG fd 6 closed, stopped monitoring <POutputDispatcher at 47167152431976 for <Subprocess at 47167152431760 with name start-script in state RUNNING> (stdout)> 2016-04-17 17:48:12,232 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 47167152432336 for <Subprocess at 47167152431760 with name start-script in state RUNNING> (stderr)> 2016-04-17 17:48:12,233 INFO exited: start-script (exit status 1; not expected) 2016-04-17 17:48:12,233 DEBG received SIGCLD indicating a child quit From proXPN's FAQ Q: Which ports should be open on my router and firewall for it to work? A: For the majority of our users, the necessary ports are already open. This is because we use port 443 (the common SSL port), so if your browser can get to an SSL-enabled website, then our client will work without any tinkering necessary. If you're connecting via PPTP VPN (such as on a mobile device) you'll need to ensure that the router your device is connected to has port 1723 (TCP) open and is allowing the GRE protocol 47. From above Answer, it looks like 443 is at the proXPN end so no incoming ports. I may need to sign up for PIA.

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.