mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
39 lines
2.8 KiB
XML
Executable File
39 lines
2.8 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
|
<Container version="2">
|
|
<Name>radarr</Name>
|
|
<Repository>ghcr.io/linuxserver/radarr</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/radarr</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-radarr/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<Branch>
|
|
<Tag>latest</Tag>
|
|
<TagDescription>Stable Radarr releases</TagDescription>
|
|
</Branch>
|
|
<Branch>
|
|
<Tag>develop</Tag>
|
|
<TagDescription>Radarr releases from their develop branch</TagDescription>
|
|
</Branch>
|
|
<Branch>
|
|
<Tag>nightly</Tag>
|
|
<TagDescription>Radarr releases from their nightly branch</TagDescription>
|
|
</Branch>
|
|
<Project>https://github.com/Radarr/Radarr</Project>
|
|
<Overview>[Radarr](https://github.com/Radarr/Radarr) - A fork of Sonarr to work with movies à la Couchpotato.</Overview>
|
|
<WebUI>http://[IP]:[PORT:7878]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/radarr.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/radarr-logo.png</Icon>
|
|
<Config Name="WebUI" Target="7878" Default="7878" Mode="tcp" Description="The port for the Radarr webinterface" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Database and Radarr configs" Type="Path" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="Path: /movies" Target="/movies" Default="" Mode="rw" Description="Location of Movie library on disk (See note in Application setup)" Type="Path" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="Path: /downloads" Target="/downloads" Default="" Mode="rw" Description="Location of download managers output directory (See note in Application setup)" 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>
|