templates/unraid/radarr.xml
2026-01-16 17:05:11 +00:00

133 lines
5.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-radarr/blob/master/readme-vars.yml -->
<Container version="2">
<Name>radarr</Name>
<Repository>lscr.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>
<GitHub>https://github.com/linuxserver/docker-radarr#application-setup</GitHub>
<ReadMe>https://github.com/linuxserver/docker-radarr#readme</ReadMe>
<Branch>
<Tag>latest</Tag>
<TagDescription>Stable Radarr releases</TagDescription>
</Branch>
<Branch>
<Tag>develop</Tag>
<TagDescription>Radarr releases from their develop branch</TagDescription>
<ReadMe>https://github.com/linuxserver/docker-radarr/tree/develop#readme</ReadMe>
<GitHub>https://github.com/linuxserver/docker-radarr/tree/develop#application-setup</GitHub>
</Branch>
<Branch>
<Tag>nightly</Tag>
<TagDescription>Radarr releases from their nightly branch</TagDescription>
<ReadMe>https://github.com/linuxserver/docker-radarr/tree/nightly#readme</ReadMe>
<GitHub>https://github.com/linuxserver/docker-radarr/tree/nightly#application-setup</GitHub>
</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]/system/status</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>
<Date>2026-01-15</Date>
<Changes>
### 2026-01-15
- Rebase to Alpine 3.23.
### 2025-07-05
- Rebase to Alpine 3.22.
### 2024-12-23
- Rebase Alpine 3.21.
### 2024-05-31
- Rebase Alpine 3.20.
### 2024-03-20
- Rebase to Alpine 3.19.
### 2023-06-06
- Rebase master to Alpine 3.18, deprecate armhf as per https://www.linuxserver.io/armhf(https://www.linuxserver.io/armhf).
### 2023-01-17
- Rebase master branch to Alpine 3.17, migrate to s6v3.
### 2022-06-06
- Rebase master branch to Alpine 3.15.
### 2022-02-20
- Rebase develop branch to Alpine.
### 2022-02-04
- Rebase nightly branch to Alpine and deprecate nightly-alpine branch.
### 2021-12-27
- Add nightly-alpine branch.
### 2021-10-17
- Remove `UMASK_SET`.
### 2021-05-08
- Make the paths clearer to the user
### 2021-01-17
- Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information.
### 2020-30-11
- Publish `develop` tag.
### 2020-28-11
- Switch to v3 .NET CORE builds (no more mono, `5.14` tag is deprecated). Rebase to Focal (for issues on arm32v7, see here(https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal)).
### 2020-04-05
- Move app to /app.
### 2019-08-01
- Rebase to Linuxserver LTS mono version.
### 2019-06-13
- Add env variable for setting umask.
### 2019-05-10
- Rebase to Bionic.
### 2019-03-23
- Switching to new Base images, shift to arm32v7 tag.
### 2018-09-09
- Add pipeline build process.
### 2018-02-24
- Add nightly branch.
### 2018-02-06
- Radarr repo changed owner.
### 2017-12-15
- Fix continuation lines.
### 2017-04-17
- Switch to using inhouse mono baseimage, adds python also.
### 2017-04-13
- Switch to official mono repository.
### 2017-01-10
- Initial Release.
</Changes>
<Config Name="WebUI" Target="7878" Default="7878" Mode="tcp" Description="The port for the Radarr Web UI" 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>