mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-05 19:08:07 +08:00
Add mylar3
This commit is contained in:
parent
65bfd797aa
commit
febbca1a30
@ -1,64 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Container>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/mylar.xml</TemplateURL>
|
||||
<Beta>False</Beta>
|
||||
<Category>Downloaders: MediaApp:Books</Category>
|
||||
<Date>2016-08-08</Date>
|
||||
<Name>mylar</Name>
|
||||
<Support>https://forums.unraid.net/topic/44234-support-linuxserverio-mylar/</Support>
|
||||
<Description>An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.[br]
|
||||
[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
|
||||
[b]/config[/b] : Storing all mylar config files [br]
|
||||
[b]/downloads[/b] : Point to Downloads location[br]
|
||||
[b]/comics[/b] : Point to location of your comics[br]
|
||||
</Description>
|
||||
<Project>https://github.com/evilhero/mylar</Project>
|
||||
<Overview>An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.</Overview>
|
||||
<Registry>https://hub.docker.com/r/linuxserver/mylar/</Registry>
|
||||
<Repository>linuxserver/mylar</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>8090</HostPort>
|
||||
<ContainerPort>8090</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>/comics</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
</Data>
|
||||
<WebUI>http://[IP]:[PORT:8090]/</WebUI>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png</Icon>
|
||||
<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/python</BaseImage>
|
||||
</Container>
|
||||
25
linuxserver.io/mylar3.xml
Normal file
25
linuxserver.io/mylar3.xml
Normal file
@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Container>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/mylar3.xml</TemplateURL>
|
||||
<Beta>False</Beta>
|
||||
<Category>Downloaders: MediaApp:Books</Category>
|
||||
<Date>2020-12-12</Date>
|
||||
<Name>mylar3</Name>
|
||||
<Support>https://www.linuxserver.io/support</Support>
|
||||
<Project>https://github.com/mylar3/mylar3</Project>
|
||||
<Overview>An automated Comic Book downloader (cbr/cbz) for use with NZB and torrents written in python. It supports SABnzbd, NZBGET, and many torrent clients in addition to DDL.</Overview>
|
||||
<Registry>https://hub.docker.com/r/linuxserver/mylar3/</Registry>
|
||||
<Repository>linuxserver/mylar3</Repository>
|
||||
<WebUI>http://[IP]:[PORT:8090]/</WebUI>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png</Icon>
|
||||
<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>ghcr.io/linuxserver/baseimage-alpine:3.12</BaseImage>
|
||||
<Config Name="Webui" Target="8090" Default="8090" Mode="tcp" Description="Webui" Type="Port" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="/comics" Target="/comics" Default="" Mode="rw" Description="Path to comics" Type="Path" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="/downloads" Target="/downloads" Default="" Mode="rw" Description="Path to downloads" Type="Path" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="/config" Target="/config" Default="/mnt/user/appdata/mylar3" Mode="rw" Description="Appdata" Type="Path" Display="advanced" Required="false" Mask="false"/>
|
||||
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="PUID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
||||
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="PGID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
||||
</Container>
|
||||
Loading…
x
Reference in New Issue
Block a user