AppFeed/lsio_categories/pyload.xml
2022-01-20 15:35:40 -05:00

64 lines
2.7 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>pyload</Name>
<Repository>linuxserver/pyload</Repository>
<Registry>https://hub.docker.com/r/linuxserver/pyload/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/80730-support-linuxserverio-pyload/</Support>
<Project>https://pyload.net/</Project>
<Overview>Pyload is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.</Overview>
<Category>Downloaders: Status:Stable</Category>
<WebUI>http://[IP]:[PORT:8000]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/pyload.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pyload-icon.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<Description>Pyload is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort/>
<ContainerPort>8000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/downloads</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Downloads" Target="/downloads" Default="" Mode="rw" Description="Downloads Location (/downloads)" Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="Webui" Target="8000" Default="" Mode="tcp" Description="Webui Port - Default 8000" Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Appdata" Type="Path" Display="advanced" Required="false" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
</Container>