mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-08 02:54:17 +00:00
51 lines
2.0 KiB
XML
51 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Container>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/deluge.xml</TemplateURL>
|
|
<Name>deluge</Name>
|
|
<Support>https://forums.unraid.net/topic/41742-support-linuxserverio-deluge/</Support>
|
|
<Project>http://deluge-torrent.org/</Project>
|
|
<Overview>Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...</Overview>
|
|
<Registry>https://hub.docker.com/r/linuxserver/deluge/</Registry>
|
|
<Repository>linuxserver/deluge</Repository>
|
|
<BindTime>true</BindTime>
|
|
<Privileged>false</Privileged>
|
|
<Environment>
|
|
<Variable>
|
|
<Name>PUID</Name>
|
|
<Value>99</Value>
|
|
</Variable>
|
|
<Variable>
|
|
<Name>PGID</Name>
|
|
<Value>100</Value>
|
|
</Variable>
|
|
<Variable>
|
|
<Name>UMASK_SET</Name>
|
|
<Value>000</Value>
|
|
</Variable>
|
|
</Environment>
|
|
<Networking>
|
|
<Mode>host</Mode>
|
|
</Networking>
|
|
<Data>
|
|
<Volume>
|
|
<HostDir></HostDir>
|
|
<ContainerDir>/config</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
<Volume>
|
|
<HostDir></HostDir>
|
|
<ContainerDir>/downloads</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
</Data>
|
|
<WebUI>http://[IP]:[PORT:8112]/</WebUI>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/deluge-icon.png</Icon>
|
|
<DonateText>Donations</DonateText>
|
|
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
|
|
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
|
<BaseImage>lsiobase/alpine</BaseImage>
|
|
<Category>Downloaders:</Category>
|
|
<Description>Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...</Description>
|
|
<templatePath>/tmp/GitHub/AppFeed/templates/linuxserversRepository/linuxserver.io/deluge.xml</templatePath>
|
|
</Container>
|