AppFeed/templates/BinhexsRepository/binhex/sonarr.xml

69 lines
2.8 KiB
XML
Raw Normal View History

2020-12-03 12:42:32 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/sonarr.xml</TemplateURL>
<Name>binhex-sonarr</Name>
<Overview>
Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
</Overview>
<Support>http://lime-technology.com/forum/index.php?topic=45848.0</Support>
<Registry>https://registry.hub.docker.com/r/binhex/arch-sonarr/</Registry>
<GitHub>https://github.com/binhex/arch-sonarr</GitHub>
<Repository>binhex/arch-sonarr</Repository>
<Project>https://sonarr.tv/</Project>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8989</HostPort>
<ContainerPort>8989</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>9897</HostPort>
<ContainerPort>9897</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>
2021-01-12 13:07:51 +00:00
<HostDir>/mnt/user/appdata/config</HostDir>
2020-12-03 12:42:32 +00:00
<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:8989]/</WebUI>
<Icon>https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/sonarr-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>
<Description>Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/sonarr.xml</templatePath>
</Container>