AppFeed/templates/ich777sRepository/ich777/Radarr.xml
2021-03-02 04:02:35 -05:00

105 lines
6.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>Radarr</Name>
<Repository>ich777/radarr</Repository>
<Registry>https://hub.docker.com/r/ich777/radarr</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/83786-support-ich777-application-dockers/</Support>
<Project>https://radarr.video/</Project>
<Overview>Radarr A fork of Sonarr to work with movies à la Couchpotato.&#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 nightly version - keep in mind that switching from a stable to a nightly version and vice versa can break the container).&#13;
&#13;
MANUAL VERSION: You can change the version by setting the variable Radarr Release to 'latest' or 'nightly'.&#13;
&#13;
ATTENTION: Don't change the port in the Radarr config itself.&#13;
&#13;
MIGRATION: If you are migrating from another Container please be sure to deltete the files/folders 'logs', 'xdg' and 'config.xml', don't forget to change the root folder for your movies and select 'No, I'll Move the Files Myself'!&#13;
&#13;
WARNING: The main configuration of the paths has a performance and disk usage impact: slow, I/O intensive moves and wasted disk space. For a detailed guide to change that see https://trash-guides.info/hardlinks/#unraid .</Overview>
<WebUI>http://[IP]:[PORT:7878]/</WebUI>
<Icon>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/radarr.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>7878</HostPort>
<ContainerPort>7878</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/cache/appdata/radarr</HostDir>
<ContainerDir>/radarr</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/Movies/</HostDir>
<ContainerDir>/mnt/movies</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>RADARR_REL</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>
<Variable>
<Value>770</Value>
<Name>DATA_PERM</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Data Dir" Target="/radarr" Default="" Mode="rw" Description="Configuration directory" Type="Path" Display="always" Required="false" Mask="false">/mnt/cache/appdata/radarr</Config>
<Config Name="Movies" Target="/mnt/movies" Default="" Mode="rw" Description="Path to your Movies&amp;lt;br&amp;gt;&#13;&#10;&amp;lt;br&amp;gt;&#13;&#10;&amp;lt;b&amp;gt;WARNING:&amp;lt;/b&amp;gt; &amp;lt;br&amp;gt;&#13;&#10;This style of paths has a performance and disk usage impact: &amp;lt;b&amp;gt;slow, I/O intensive moves&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;wasted disk space&amp;lt;/b&amp;gt;.&#13;&#10;&amp;lt;br&amp;gt;&#13;&#10;See https://trash-guides.info/hardlinks/#unraid for details." Type="Path" Display="always" Required="true" Mask="false">/mnt/user/Movies/</Config>
<Config Name="Dowloads" Target="/mnt/downloads" Default="" Mode="rw" Description="Main download directory&amp;lt;br&amp;gt;&#13;&#10;&amp;lt;br&amp;gt;&#13;&#10;&amp;lt;b&amp;gt;WARNING:&amp;lt;/b&amp;gt; &amp;lt;br&amp;gt;&#13;&#10;This style of paths has a performance and disk usage impact: &amp;lt;b&amp;gt;slow, I/O intensive moves&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;wasted disk space&amp;lt;/b&amp;gt;.&#13;&#10;&amp;lt;br&amp;gt;&#13;&#10;See https://trash-guides.info/hardlinks/#unraid for details." Type="Path" Display="always" Required="true" Mask="false">/mnt/user/Downloads/</Config>
<Config Name="Radarr Release" Target="RADARR_REL" Default="" Mode="" Description="Select if you want to download a stable or prerelease (valid options are 'lastest' and 'nightly' without quotes)." Type="Variable" Display="always" Required="true" Mask="false">latest</Config>
<Config Name="TCP - WebGUI http" Target="7878" Default="" Mode="tcp" Description="WebGUI port http" Type="Port" Display="always" Required="true" Mask="false">7878</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" Target="UMASK" Default="" Mode="" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="true" Mask="false">0000</Config>
<Config Name="DATA_PERM" Target="DATA_PERM" Default="" Mode="" Description="Container Variable: DATA_PERM" Type="Variable" Display="advanced" Required="true" Mask="false">770</Config>
<Description>Radarr A fork of Sonarr to work with movies à la Couchpotato.&#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 nightly version - keep in mind that switching from a stable to a nightly version and vice versa can break the container).&#13;
&#13;
MANUAL VERSION: You can change the version by setting the variable Radarr Release to 'latest' or 'nightly'.&#13;
&#13;
ATTENTION: Don't change the port in the Radarr config itself.&#13;
&#13;
MIGRATION: If you are migrating from another Container please be sure to deltete the files/folders 'logs', 'xdg' and 'config.xml', don't forget to change the root folder for your movies and select 'No, I'll Move the Files Myself'!&#13;
&#13;
WARNING: The main configuration of the paths has a performance and disk usage impact: slow, I/O intensive moves and wasted disk space. For a detailed guide to change that see https://trash-guides.info/hardlinks/#unraid .</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/Radarr.xml</templatePath>
</Container>