AppFeed/templates/Paul_BersRepository/paulpoco/delugevpn-flexget.xml

149 lines
5.5 KiB
XML
Raw Normal View History

2020-12-03 12:42:32 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/paulpoco/docker-templates/master/paulpoco/delugevpn-flexget.xml</TemplateURL>
<Beta>true</Beta>
<Date>1589688000</Date>
<Project>http://flexget.com/</Project>
<Name>delugevpn-flexget</Name>
<Overview>Deluge is a full-featured BitTorrent client for Linux, OS X, Unix and Windows. It uses libtorrent in its backend and features multiple user-interfaces including: GTK+, web and console. It has been designed using the client server model with a daemon process that handles all the bittorrent activity. The Deluge daemon is able to run on headless machines with the user-interfaces being able to connect remotely from any platform.[br]
This Docker includes Flexget &amp; OpenVPN to ensure a secure and private connection to the Internet, including use of iptables to prevent IP leakage when the tunnel is down. It also includes Privoxy to allow unfiltered access to index sites, to use Privoxy please point your application at "host ip:8118"</Overview>
<Support>http://lime-technology.com/forum/index.php?topic=48629.0</Support>
<Registry>https://hub.docker.com/r/paulpoco/arch-delugevpn</Registry>
<GitHub>https://github.com/paulpoco/arch-delugevpn</GitHub>
<Repository>paulpoco/arch-delugevpn</Repository>
<BindTime>true</BindTime>
<Privileged>true</Privileged>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8112</HostPort>
<ContainerPort>8112</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>58846</HostPort>
<ContainerPort>58846</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>58946</HostPort>
<ContainerPort>58946</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>58946</HostPort>
<ContainerPort>58946</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>8118</HostPort>
<ContainerPort>8118</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>3539</HostPort>
<ContainerPort>3539</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Environment>
<Variable>
<Name>VPN_ENABLED</Name>
<Value>yes|no</Value>
</Variable>
<Variable>
<Name>VPN_USER</Name>
<Value>vpn username</Value>
</Variable>
<Variable>
<Name>VPN_PASS</Name>
<Value>vpn password</Value>
</Variable>
<Variable>
<Name>VPN_PROV</Name>
<Value>pia|airvpn|custom</Value>
</Variable>
<Variable>
<Name>VPN_PROTOCOL</Name>
<Value>udp|tcp</Value>
</Variable>
<Variable>
<Name>VPN_DEVICE_TYPE</Name>
<Value>tun|tap</Value>
</Variable>
<Variable>
<Name>VPN_OPTIONS</Name>
<Value></Value>
</Variable>
<Variable>
<Name>STRICT_PORT_FORWARD</Name>
<Value>yes</Value>
</Variable>
<Variable>
<Name>ENABLE_PRIVOXY</Name>
<Value>yes|no</Value>
</Variable>
<Variable>
<Name>LAN_NETWORK</Name>
<Value>192.168.1.0/24</Value>
</Variable>
<Variable>
<Name>NAME_SERVERS</Name>
<Value>209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1</Value>
</Variable>
<Variable>
<Name>DELUGE_DAEMON_LOG_LEVEL</Name>
<Value>info</Value>
</Variable>
<Variable>
<Name>DELUGE_WEB_LOG_LEVEL</Name>
<Value>info</Value>
</Variable>
<Variable>
<Name>DEBUG</Name>
<Value>false|true</Value>
</Variable>
<Variable>
<Name>UMASK</Name>
<Value>000</Value>
</Variable>
<Variable>
<Name>PUID</Name>
<Value>99</Value>
</Variable>
<Variable>
<Name>PGID</Name>
<Value>100</Value>
</Variable>
<Variable>
<Name>FLEXGET_WEBUI_PASSWORD</Name>
<Value>password_you_want_to_set</Value>
</Variable>
</Environment>
<Data>
<Volume>
<HostDir>/mnt/cache/appdata/delugevpn-flexget</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/Media</HostDir>
<ContainerDir>/Media</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/cache/appdata/flexget</HostDir>
<ContainerDir>/home/nobody/.flexget</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:8112]/</WebUI>
<Icon>https://raw.githubusercontent.com/paulpoco/docker-templates/master/paulpoco/images/Deluge-Flexget-icon.png</Icon>
<Category>Downloaders: Status:Beta</Category>
<Description>Deluge is a full-featured BitTorrent client for Linux, OS X, Unix and Windows. It uses libtorrent in its backend and features multiple user-interfaces including: GTK+, web and console. It has been designed using the client server model with a daemon process that handles all the bittorrent activity. The Deluge daemon is able to run on headless machines with the user-interfaces being able to connect remotely from any platform.
This Docker includes Flexget &amp; OpenVPN to ensure a secure and private connection to the Internet, including use of iptables to prevent IP leakage when the tunnel is down. It also includes Privoxy to allow unfiltered access to index sites, to use Privoxy please point your application at "host ip:8118"</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/Paul_BersRepository/paulpoco/delugevpn-flexget.xml</templatePath>
</Container>