AppFeed/lsio_categories/sabnzbd.xml

75 lines
3.0 KiB
XML
Raw Normal View History

2022-01-20 20:35:40 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/sabnzbd.xml</TemplateURL>
<Beta>False</Beta>
<Category>Downloaders:</Category>
<Date>2017-25-02</Date>
<Name>sabnzbd</Name>
<Support>https://forums.unraid.net/topic/40756-support-linuxserverio-sabnzbd/</Support>
<Description>SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.[br]
[b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
[b]/config[/b] Where sabnzbd should store settings, log and configuration files[br]
[b]/downloads[/b] Where you want sab to place downlaods that have completed[br]
[b]/incomplete-downloads[/b] Where you want sab to place downlaods that are incomplete.
</Description>
<Overview>SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.</Overview>
<Branch>
<Tag>unstable</Tag>
<TagDescription>unstable branch (includes betas etc)</TagDescription>
</Branch>
<Project>http://sabnzbd.org/</Project>
<Registry>https://hub.docker.com/r/linuxserver/sabnzbd/</Registry>
<Repository>linuxserver/sabnzbd</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>8080</HostPort>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>9090</HostPort>
<ContainerPort>9090</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>
<Volume>
<HostDir></HostDir>
<ContainerDir>/incomplete-downloads</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sabnzbd-icon.png</Icon>
<ExtraParams></ExtraParams>
<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/ubuntu</BaseImage>
</Container>