AppFeed/lsio_categories/hydra.xml

59 lines
2.2 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/hydra.xml</TemplateURL>
<Beta>False</Beta>
<Category>Downloaders: MediaApp:Other Tools:</Category>
<Date>2016-08-08</Date>
<Name>hydra</Name>
<Support>https://forums.unraid.net/topic/44236-support-linuxserverio-nzbhydra/</Support>
<Description>NZBHydra is a meta search for NZB indexers and the "spiritual successor" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.[br]
[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
[b]/config[/b] : Storing all hydra config files [br]
[b]/downloads[/b] : Point to Downloads location[br]
</Description>
<Project>https://github.com/theotherp/nzbhydra</Project>
<Overview>NZBHydra is a meta search for NZB indexers and the "spiritual successor" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.</Overview>
<Registry>https://hub.docker.com/r/linuxserver/hydra/</Registry>
<Repository>linuxserver/hydra</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>5075</HostPort>
<ContainerPort>5075</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>
<WebUI>http://[IP]:[PORT:5075]/</WebUI>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png</Icon>
<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/python</BaseImage>
</Container>