AppFeed/templates/linuxserversRepository/linuxserver.io/bazarr.xml

74 lines
3.6 KiB
XML
Raw Normal View History

2020-12-03 12:42:32 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>bazarr</Name>
<Repository>linuxserver/bazarr</Repository>
<Registry>https://hub.docker.com/r/linuxserver/bazarr/</Registry>
<Network>bridge</Network>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/74410-support-linuxserverio-bazarr/</Support>
<Project>https://www.bazarr.media/</Project>
<Overview>Bazarr is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
[b]/config[/b] : Storing Bazarr config files [br]
[b]80[/b] : The web-interface. [br]
[b]/movies[/b]: Path to Movies[br]
[b]/tv[/b]: Path to TV Series[br]</Overview>
<WebUI>http://[IP]:[PORT:6767]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/bazarr.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png</Icon>
<PostArgs></PostArgs>
<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>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>6767</HostPort>
<ContainerPort>6767</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/movies</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/tv</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Host Port 1" Target="6767" Default="6767" Mode="tcp" Description="Container Port: 6767" Type="Port" Display="always" Required="true" Mask="false">6767</Config>
<Config Name="Host Path 2" Target="/movies" Default="" Mode="rw" Description="Movies" Type="Path" Display="always" Required="true" Mask="false"></Config>
<Config Name="Host Path 3" Target="/tv" Default="" Mode="rw" Description="TV" Type="Path" Display="always" Required="true" Mask="false"></Config>
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced-hide" Required="false" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced-hide" Required="false" Mask="false">100</Config>
<Config Name="AppData Config Path" Target="/config" Default="" Mode="rw" Description="Appdata" Type="Path" Display="advanced-hide" Required="true" Mask="false"></Config>
<BaseImage>lsiobase/alpine</BaseImage>
<Description>Bazarr is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/linuxserversRepository/linuxserver.io/bazarr.xml</templatePath>
</Container>