AppFeed/lsio_categories/nzbget.xml

65 lines
2.6 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/nzbget.xml</TemplateURL>
<Beta>False</Beta>
<Category>Downloaders:</Category>
<Date>2016-08-19</Date>
<Support>https://forums.unraid.net/topic/41906-support-linuxserverio-nzbget/</Support>
<Name>nzbget</Name>
<Description>NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players.
[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
[b]/config[/b] : Storing all NZBGet config files [br]
[b]/downloads[/b] : Point to Downloads location[br]
[b]6789[/b] : The web-interface. [br]
[br] The default credentials to login are:[br]
[b]username:[/b] nzbget[br]
[b]password:[/b] tegbzn6789
</Description>
<Project>http://nzbget.net/</Project>
<Overview>NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players</Overview>
<Registry>https://hub.docker.com/r/linuxserver/nzbget/</Registry>
<Repository>linuxserver/nzbget</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>6789</HostPort>
<ContainerPort>6789</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>
<Version></Version>
<WebUI>http://[IP]:[PORT:6789]/</WebUI>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nzbget-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/alpine</BaseImage>
</Container>