mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
123 lines
4.1 KiB
XML
Executable File
123 lines
4.1 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
|
<!-- GENERATED FROM https://github.com/linuxserver/docker-nzbget/blob/master/readme-vars.yml -->
|
|
<Container version="2">
|
|
<Name>nzbget</Name>
|
|
<Repository>lscr.io/linuxserver/nzbget</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/nzbget</Registry>
|
|
<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>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Support>https://github.com/linuxserver/docker-nzbget/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<GitHub>https://github.com/linuxserver/docker-nzbget#application-setup</GitHub>
|
|
<Branch>
|
|
<Tag>latest</Tag>
|
|
<TagDescription>Stable nzbget releases</TagDescription>
|
|
</Branch>
|
|
<Branch>
|
|
<Tag>testing</Tag>
|
|
<TagDescription>nzbget pre-releases</TagDescription>
|
|
</Branch>
|
|
<Project>http://nzbget.net/</Project>
|
|
<Overview>Nzbget(http://nzbget.net/) is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources.</Overview>
|
|
<WebUI>http://[IP]:[PORT:6789]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/nzbget.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nzbget-logo.png</Icon>
|
|
<Date>2021-07-04</Date>
|
|
<Changes>
|
|
### 2021-07-04
|
|
- Rebase to alpine 3.14
|
|
|
|
### 2021-05-28
|
|
- Add linuxserver wheel index.
|
|
|
|
### 2021-01-23
|
|
- Rebasing to alpine 3.13.
|
|
|
|
### 2020-10-26
|
|
- Fix python dependencies.
|
|
|
|
### 2020-08-24
|
|
- Fix ignored umask environment variable.
|
|
|
|
### 2020-06-08
|
|
- Symlink python3 bin to python.
|
|
|
|
### 2020-06-01
|
|
- Rebasing to alpine 3.12. Removing python2.
|
|
|
|
### 2020-05-13
|
|
- Add rarfile python package (for DeepUnrar).
|
|
|
|
### 2020-01-01
|
|
- Add python3 alongside python2 during transition.
|
|
|
|
### 2019-12-19
|
|
- Rebasing to alpine 3.11.
|
|
|
|
### 2019-06-28
|
|
- Rebasing to alpine 3.10.
|
|
|
|
### 2019-06-13
|
|
- Add apprise, chardet and pynzbget packages.
|
|
|
|
### 2019-03-23
|
|
- Switching to new Base images, shift to arm32v7 tag.
|
|
|
|
### 2019-02-25
|
|
- Rebasing to alpine 3.9.
|
|
|
|
### 2019-01-20
|
|
- Add pipeline logic and multi arch, build from source.
|
|
|
|
### 2018-08-21
|
|
- Rebase to alpine 3.8.
|
|
|
|
### 2018-02-20
|
|
- Add note about supplemental mount point for intermediate unpacking.
|
|
|
|
### 2017-12-13
|
|
- Rebase to alpine 3.7.
|
|
|
|
### 2017-09-02
|
|
- Place app in subfolder rather than /app.
|
|
|
|
### 2017-07-12
|
|
- Add inspect commands to README, move to jenkins build and push.
|
|
|
|
### 2017-05-28
|
|
- Rebase to alpine 3.6.
|
|
|
|
### 2017-04-20
|
|
- Add testing branch.
|
|
|
|
### 2017-02-06
|
|
- Rebase to alpine 3.5.
|
|
|
|
### 2016-09-30
|
|
- Fix umask.
|
|
|
|
### 2016-09-09
|
|
- Add layer badges to README.
|
|
|
|
### 2016-08-27
|
|
- Add badges to README, perms fix on /app to allow updates.
|
|
|
|
### 2016-08-19
|
|
- Rebase to alpine linux.
|
|
|
|
### 2015-08-18
|
|
- Now useing latest version of unrar beta and implements the universal installer method.
|
|
|
|
</Changes>
|
|
<Config Name="WebUI" Target="6789" Default="6789" Mode="tcp" Description="WebUI" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="NZBGet App data." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="Path: /downloads" Target="/downloads" Default="" Mode="rw" Description="Location of downloads on disk." Type="Path" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
|
</Container>
|