mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-06 03:19:00 +08:00
75 lines
2.8 KiB
XML
75 lines
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Container>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/lidarr.xml</TemplateURL>
|
|
<Beta>True</Beta>
|
|
<Category>Downloaders: MediaApp:Music Status:Beta</Category>
|
|
<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]Lidarr Change Log[/font][/center]
|
|
[b]24.02.2017:[/b] Initial Release.
|
|
</Changes>
|
|
<Name>lidarr</Name>
|
|
<Support>https://forums.unraid.net/topic/69663-support-linuxserverio-lidarr/</Support>
|
|
<Project>https://github.com/lidarr/Lidarr</Project>
|
|
<Repository>linuxserver/lidarr</Repository>
|
|
<Registry>https://hub.docker.com/r/linuxserver/lidarr/</Registry>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Overview>Lidarr is a music collection manager for Usenet and BitTorrent users.</Overview>
|
|
<WebUI>http://[IP]:[PORT:8686]</WebUI>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/lidarr.png</Icon>
|
|
<Description>Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists 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]
|
|

|
|
[b]/config[/b] : Storing all Lidarr config files [br]
|
|

|
|
[b]/music[/b] : Point to Music share[br]
|
|

|
|
[b]/downloads[/b] : Point to Downloads share[br]
|
|

|
|
[b]8686[/b] : The web-interface. [br]</Description>
|
|
<Networking>
|
|
<Mode>bridge</Mode>
|
|
<Publish>
|
|
<Port>
|
|
<HostPort>8686</HostPort>
|
|
<ContainerPort>8686</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
</Publish>
|
|
</Networking>
|
|
<Data>
|
|
<Volume>
|
|
<HostDir></HostDir>
|
|
<ContainerDir>/config</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
<Volume>
|
|
<HostDir></HostDir>
|
|
<ContainerDir>/downloads</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
<Volume>
|
|
<HostDir></HostDir>
|
|
<ContainerDir>/music</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
</Data>
|
|
<Environment>
|
|
<Variable>
|
|
<Value>99</Value>
|
|
<Name>PUID</Name>
|
|
</Variable>
|
|
<Variable>
|
|
<Value>100</Value>
|
|
<Name>PGID</Name>
|
|
</Variable>
|
|
</Environment>
|
|
<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>
|
|
<BaseImage>lsiobase/mono:xenial</BaseImage>
|
|
</Container>
|