AppFeed/templates/ich777sRepository/ich777/nzbget.xml
2021-02-23 15:49:21 -05:00

91 lines
5.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>NZBGet</Name>
<Repository>ich777/nzbget</Repository>
<Registry>https://hub.docker.com/r/ich777/nzbget</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/83786-support-ich777-application-dockers/</Support>
<Project>https://nzbget.net/</Project>
<Overview>NZBGet is an Usenet-client written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources.&#13;
&#13;
UPDATE: The container will check on every start/restart if there is a newer version available (you can also choose between stabel and prereleases and switch between them - keep in mind sometimes downgrading from a prerelease version could break your configuration).&#13;
&#13;
MANUAL VERSION: You can also set a version manually by typing in the version number that you want to use eg: '21.0' without quotes - this does only work with release versions.&#13;
&#13;
ATTENTION: Don't change the IP address or the port in the nzbget config itself.</Overview>
<WebUI>http://[IP]:[PORT:6789]/</WebUI>
<Icon>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/nzbget.png</Icon>
<ExtraParams>--restart=unless-stopped</ExtraParams>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DonateText>If you like my work please </DonateText>
<DonateLink>https://www.paypal.me/chips777</DonateLink>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>6789</HostPort>
<ContainerPort>6789</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/cache/appdata/nzbget</HostDir>
<ContainerDir>/nzbget</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/Downloads/</HostDir>
<ContainerDir>/mnt/downloads</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>latest</Value>
<Name>NZBGET_V</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>770</Value>
<Name>DATA_PERM</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>99</Value>
<Name>UID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>100</Value>
<Name>GID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>0000</Value>
<Name>UMASK</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Data Dir" Target="/nzbget" Default="" Mode="rw" Description="Configuration directory" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/nzbget</Config>
<Config Name="Dowloads" Target="/mnt/downloads" Default="" Mode="rw" Description="Main download directory" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/Downloads/</Config>
<Config Name="nzbget Release" Target="NZBGET_V" Default="" Mode="" Description="Enter your preferred version (valid options are 'lastest' and 'prerelease' without quotes - if you set it to a specific version, set it in this format: '21.0' without quotes - this does only work with release versions)." Type="Variable" Display="always" Required="true" Mask="false">latest</Config>
<Config Name="TCP - WebGUI http" Target="6789" Default="" Mode="tcp" Description="WebGUI port http (don't change the IP address or the port in the nzbget config itself)." Type="Port" Display="always" Required="true" Mask="false">6789</Config>
<Config Name="Data Permissions" Target="DATA_PERM" Default="" Mode="" Description="Container Variable: DATA_PERM" Type="Variable" Display="advanced" Required="true" Mask="false">770</Config>
<Config Name="UID" Target="UID" Default="" Mode="" Description="Container Variable: UID" Type="Variable" Display="advanced" Required="true" Mask="false">99</Config>
<Config Name="GID" Target="GID" Default="" Mode="" Description="Container Variable: GID" Type="Variable" Display="advanced" Required="true" Mask="false">100</Config>
<Config Name="Umask Value" Target="UMASK" Default="" Mode="" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="true" Mask="false">0000</Config>
<Description>NZBGet is an Usenet-client written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources.&#13;
&#13;
UPDATE: The container will check on every start/restart if there is a newer version available (you can also choose between stabel and prereleases and switch between them - keep in mind sometimes downgrading from a prerelease version could break your configuration).&#13;
&#13;
MANUAL VERSION: You can also set a version manually by typing in the version number that you want to use eg: '21.0' without quotes - this does only work with release versions.&#13;
&#13;
ATTENTION: Don't change the IP address or the port in the nzbget config itself.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/nzbget.xml</templatePath>
</Container>