mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-05 10:58:52 +08:00
71 lines
2.3 KiB
XML
71 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Container>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/rutorrent.xml</TemplateURL>
|
|
<Beta>False</Beta>
|
|
<Category>Downloaders:</Category>
|
|
<Date>2016-11-20</Date>
|
|
<Name>rutorrent</Name>
|
|
<Support>https://forums.unraid.net/topic/45596-support-linuxserverio-rutorrent/</Support>
|
|
<Description>
|
|
Popular torrent client with a webui for ease of use.
|
|
[b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
|
|
[b]/config[/b] Where rutorrent should store configuration files[br]
|
|
[b]/downloads[/b] Downloads folder[br]
|
|
</Description>
|
|
<Overview>Popular torrent client with a webui for ease of use.</Overview>
|
|
<Project>https://github.com/Novik/ruTorrent</Project>
|
|
<Registry>https://hub.docker.com/r/linuxserver/rutorrent/</Registry>
|
|
<Repository>linuxserver/rutorrent</Repository>
|
|
<BindTime>true</BindTime>
|
|
<Privileged>false</Privileged>
|
|
<Environment>
|
|
<Variable>
|
|
<Name>PUID</Name>
|
|
<Value>99</Value>
|
|
</Variable>
|
|
<Variable>
|
|
<Name>PGID</Name>
|
|
<Value>100</Value>
|
|
</Variable>
|
|
</Environment>
|
|
<Networking>
|
|
<Mode>bridge</Mode>
|
|
<Publish>
|
|
<Port>
|
|
<HostPort>80</HostPort>
|
|
<ContainerPort>80</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
<Port>
|
|
<HostPort>51413</HostPort>
|
|
<ContainerPort>51413</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
<Port>
|
|
<HostPort>6881</HostPort>
|
|
<ContainerPort>6881</ContainerPort>
|
|
<Protocol>udp</Protocol>
|
|
</Port>
|
|
</Publish>
|
|
</Networking>
|
|
<Data>
|
|
<Volume>
|
|
<HostDir></HostDir>
|
|
<ContainerDir>/config</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
<Volume>
|
|
<HostDir></HostDir>
|
|
<ContainerDir>/downloads</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
</Data>
|
|
<Version></Version>
|
|
<WebUI>http://[IP]:[PORT:80]/</WebUI>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-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>
|
|
</Container>
|