chbmb 323e01eb36 Update Support Links
Removed sickbeard and plexpy
2018-09-14 21:46:40 +01:00

87 lines
3.6 KiB
XML

<?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>
<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]Sabnzbd Change Log[/font][/center]
[b]25.02.2017[/b] split off unstable branch set by tag.
[b]11.09.2016[/b] Bump to 1.10 release.
[b]09.09.2016[/b] Rebase back to ubunutu, compatibility of 1.10 branch and python alpine and notifications tab
[b]31.08.2016[/b] Rebase to alpine linux.
[b]14.03.2016[/b] Bump image install to 1.0 RC5
[b]23.01.2016[/b] Bump image install to beta5
[b]14.12.2015[/b] Bump image install to beta3
</Changes>
<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:xenial</BaseImage>
</Container>