mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
Add prowlarr, mark as beta
This commit is contained in:
parent
f1a16759c0
commit
356deb3c28
49
unraid/prowlarr.xml
Normal file
49
unraid/prowlarr.xml
Normal file
@ -0,0 +1,49 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
||||
<!-- GENERATED FROM https://github.com/linuxserver/docker-prowlarr/blob/develop/readme-vars.yml -->
|
||||
<Container version="2">
|
||||
<Name>prowlarr</Name>
|
||||
<Repository>lscr.io/linuxserver/prowlarr</Repository>
|
||||
<Registry>https://github.com/orgs/linuxserver/packages/container/package/prowlarr</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-prowlarr/issues/new/choose</Support>
|
||||
<Shell>bash</Shell>
|
||||
<Beta>True</Beta>
|
||||
<GitHub>https://github.com/linuxserver/docker-prowlarr#application-setup</GitHub>
|
||||
<ReadMe>https://github.com/linuxserver/docker-prowlarr#readme</ReadMe>
|
||||
<Branch>
|
||||
<Tag>develop</Tag>
|
||||
<TagDescription>Prowlarr releases from their develop branch</TagDescription>
|
||||
<ReadMe>https://github.com/linuxserver/docker-prowlarr/tree/develop#readme</ReadMe>
|
||||
<GitHub>https://github.com/linuxserver/docker-prowlarr/tree/develop#application-setup</GitHub>
|
||||
</Branch>
|
||||
<Branch>
|
||||
<Tag>nightly</Tag>
|
||||
<TagDescription>Prowlarr releases from their nightly branch</TagDescription>
|
||||
<ReadMe>https://github.com/linuxserver/docker-prowlarr/tree/nightly#readme</ReadMe>
|
||||
<GitHub>https://github.com/linuxserver/docker-prowlarr/tree/nightly#application-setup</GitHub>
|
||||
</Branch>
|
||||
<Project>https://github.com/Prowlarr/Prowlarr</Project>
|
||||
<Overview>Prowlarr(https://github.com/Prowlarr/Prowlarr) is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).</Overview>
|
||||
<WebUI>http://[IP]:[PORT:9696]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/prowlarr.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/prowlarr-logo.png</Icon>
|
||||
<Date>2022-02-20</Date>
|
||||
<Changes>
|
||||
### 2022-02-20
|
||||
- Rebase develop branch to Alpine.
|
||||
|
||||
### 2021-06-06
|
||||
- Initial realease.
|
||||
|
||||
</Changes>
|
||||
<Config Name="WebUI" Target="9696" Default="9696" Mode="tcp" Description="The port for the Prowlarr webinterface" Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Database and Prowlarr configs" Type="Path" Display="advanced" Required="true" 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>
|
||||
Loading…
x
Reference in New Issue
Block a user