AppFeed/templates/BinhexsRepository/binhex/deluge.xml
2021-02-23 15:49:21 -05:00

82 lines
3.4 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/deluge.xml</TemplateURL>
<Name>binhex-deluge</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.
</Overview>
<Support>http://lime-technology.com/forum/index.php?topic=45820.0</Support>
<Registry>https://registry.hub.docker.com/r/binhex/arch-deluge/</Registry>
<GitHub>https://github.com/binhex/arch-deluge</GitHub>
<Repository>binhex/arch-deluge</Repository>
<Project>http://deluge-torrent.org/</Project>
<BindTime>true</BindTime>
<Privileged>false</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>
</Publish>
</Networking>
<Environment>
<Variable>
<Name>DELUGE_DAEMON_LOG_LEVEL</Name>
<Value>info</Value>
</Variable>
<Variable>
<Name>DELUGE_WEB_LOG_LEVEL</Name>
<Value>info</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>
</Environment>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/config</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/data</HostDir>
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:8112]/</WebUI>
<Icon>https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/deluge-icon.png</Icon>
<DonateText>If you appreciate my work, then please consider buying me a beer :D</DonateText>
<DonateLink>https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=MM5E27UX6AUU4</DonateLink>
<DonateImg>https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif</DonateImg>
<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.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/deluge.xml</templatePath>
</Container>