mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-15 23:09:55 +08:00
Merge pull request #67 from linuxserver/qbittorrent_release
add qbittorrent xml
This commit is contained in:
commit
df278556ed
74
linuxserver.io/qbittorrent.xml
Normal file
74
linuxserver.io/qbittorrent.xml
Normal file
@ -0,0 +1,74 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Container>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/qbittorrent.xml</TemplateURL>
|
||||
<Beta>False</Beta>
|
||||
<Category>Downloaders:</Category>
|
||||
<Date>2017-08-03</Date>
|
||||
<Changes>[center][img width='300px' src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_small.png'][/center]
|
||||
|
||||
[center][font size=4]qbittorrent Change Log[/font][/center]
|
||||
[font size=4]03-08-2017[/font]
|
||||
- Initial release.
|
||||
</Changes>
|
||||
<Name>qbittorrent</Name>
|
||||
<Support>https://forums.lime-technology.com/topic/59191-support-linuxserverio-qbittorrent/</Support>
|
||||
<Repository>linuxserver/qbittorrent</Repository>
|
||||
<Project>https://www.qbittorrent.org</Project>
|
||||
<Registry>https://hub.docker.com/r/linuxserver/qbittorrent/</Registry>
|
||||
<Network>bridge</Network>
|
||||
<Privileged>false</Privileged>
|
||||
<Overview>The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.</Overview>
|
||||
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/qbittorrent-icon.png</Icon>
|
||||
<Description>The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library. [br]
|
||||
[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
|
||||
[b]/config[/b] : Storing all qbittorrent config files [br]
|
||||
[b]/downloads[/b] : Path to downloads folder[br]
|
||||
</Description>
|
||||
<Networking>
|
||||
<Mode>bridge</Mode>
|
||||
<Publish>
|
||||
<Port>
|
||||
<HostPort>6881</HostPort>
|
||||
<ContainerPort>6881</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
<Port>
|
||||
<HostPort>6881</HostPort>
|
||||
<ContainerPort>6881</ContainerPort>
|
||||
<Protocol>udp</Protocol>
|
||||
</Port>
|
||||
<Port>
|
||||
<HostPort>8080</HostPort>
|
||||
<ContainerPort>8080</ContainerPort>
|
||||
<Protocol>tcp</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>
|
||||
<Environment>
|
||||
<Variable>
|
||||
<Value>99</Value>
|
||||
<Name>PUID</Name>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value>100</Value>
|
||||
<Name>PGID</Name>
|
||||
</Variable>
|
||||
</Environment>
|
||||
<DonateText>Donations</DonateText>
|
||||
<DonateLink>https://www.linuxserver.io/donations/</DonateLink>
|
||||
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
||||
<BaseImage>lsiobase/alpine:3.6</BaseImage>
|
||||
</Container>
|
||||
Loading…
x
Reference in New Issue
Block a user