AppFeed/templates/BinhexsRepository/binhex/radarr.xml
Squidly271 7c90190217 Update
2021-01-12 08:07:51 -05:00

65 lines
2.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/radarr.xml</TemplateURL>
<Name>binhex-radarr</Name>
<Overview>
This fork of Sonarr aims to turn it into something like Couchpotato. NOTE This application is under heavy development right now, it may not work correctly.
</Overview>
<Support>http://lime-technology.com/forum/index.php?topic=55549.0</Support>
<Registry>https://registry.hub.docker.com/r/binhex/arch-radarr/</Registry>
<GitHub>https://github.com/binhex/arch-radarr</GitHub>
<Repository>binhex/arch-radarr</Repository>
<Project>https://github.com/Radarr/Radarr</Project>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>7878</HostPort>
<ContainerPort>7878</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Environment>
<Variable>
<Name>UMASK</Name>
<Value>000</Value>
</Variable>
<Variable>
<Name>PUID</Name>
<Value>99</Value>
</Variable>
<Variable>
<Name>PGID</Name>
<Value>100</Value>
</Variable>
</Environment>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/config</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/data</HostDir>
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user</HostDir>
<ContainerDir>/media</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:7878]/</WebUI>
<Icon>https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/radarr-icon.png</Icon>
<DonateText>If you appreciate my work, then please consider buying me a beer :D</DonateText>
<DonateLink>https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=MM5E27UX6AUU4</DonateLink>
<DonateImg>https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif</DonateImg>
<Category>Downloaders: MediaApp:Video</Category>
<Description>This fork of Sonarr aims to turn it into something like Couchpotato. NOTE This application is under heavy development right now, it may not work correctly.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/radarr.xml</templatePath>
</Container>