mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-05 10:58:52 +08:00
79 lines
3.3 KiB
XML
79 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Container>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/sonarr.xml</TemplateURL>
|
|
<Beta>False</Beta>
|
|
<Category>Downloaders: MediaApp:Video</Category>
|
|
<Date>2017-04-17</Date>
|
|
<Name>sonarr</Name>
|
|
<Changes>[center][img width='300px' src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_small.png'][/center]
|
|
|
|
[center][font size=4]Sonarr Change Log[/font][/center]
|
|
[b]17.04.2017:[/b] Mono 4.8 using inhouse baseimage.
|
|
[b]23.09.2016:[/b] Fix issues with redirect on althub.
|
|
[b]16.09.2016:[/b] Add libcurl3 package for https connections.
|
|
</Changes>
|
|
<Support>http://lime-technology.com/forum/index.php?topic=43601.0</Support>
|
|
<Description>Sonarr (formerly NZBdrone) 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.
|
|
[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]&#13;
|
|
[b]/config[/b] : Storing all Sonarr config files [br]&#13;
|
|
[b]/tv[/b] : Point to TV share[br]&#13;
|
|
[b]/download[/b] : Point to Download's[br]
|
|
[b]8989[/b] : The web-interface. [br]</Description>
|
|
<Project>https://sonarr.tv/</Project>
|
|
<Overview>Sonarr (formerly NZBdrone) 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>
|
|
<Registry>https://hub.docker.com/r/linuxserver/sonarr/</Registry>
|
|
<Repository>linuxserver/sonarr</Repository>
|
|
<BindTime>true</BindTime>
|
|
<Privileged>false</Privileged>
|
|
<Environment>
|
|
<Variable>
|
|
<Name>PUID</Name>
|
|
<Value>99</Value>
|
|
</Variable>
|
|
<Variable>
|
|
<Name>PGID</Name>
|
|
<Value>100</Value>
|
|
</Variable>
|
|
</Environment>
|
|
<Networking>
|
|
<Mode>bridge</Mode>
|
|
<Publish>
|
|
<Port>
|
|
<HostPort>8989</HostPort>
|
|
<ContainerPort>8989</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
</Publish>
|
|
</Networking>
|
|
<Data>
|
|
<Volume>
|
|
<HostDir></HostDir>
|
|
<ContainerDir>/config</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
<Volume>
|
|
<HostDir>/dev/rtc</HostDir>
|
|
<ContainerDir>/dev/rtc</ContainerDir>
|
|
<Mode>ro</Mode>
|
|
</Volume>
|
|
<Volume>
|
|
<HostDir></HostDir>
|
|
<ContainerDir>/tv</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
<Volume>
|
|
<HostDir></HostDir>
|
|
<ContainerDir>/downloads</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
</Data>
|
|
<Version>992c565c</Version>
|
|
<WebUI>http://[IP]:[PORT:8989]/</WebUI>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sonarr-icon.png</Icon>
|
|
<ExtraParams></ExtraParams>
|
|
<DonateText>Donations</DonateText>
|
|
<DonateLink>https://www.linuxserver.io/donations/</DonateLink>
|
|
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
|
<BaseImage>lsiobase/mono</BaseImage>
|
|
</Container>
|