mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-05 19:08:07 +08:00
80 lines
2.9 KiB
XML
80 lines
2.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Container>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/sickrage.xml</TemplateURL>
|
|
<Beta>False</Beta>
|
|
<Category>Downloaders: MediaApp:Video</Category>
|
|
<Date>2016-08-08</Date>
|
|
<Name>sickrage</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]Sickrage Change Log[/font][/center]
|
|
[font size=4]08-08-2016[/font]
|
|
- Rebase to alpine linux.
|
|
[font size=4]30-12-2015[/font]
|
|
- Build later version of unrar from source,
|
|
removed uneeded mako package.
|
|
[font size=4]20-11-2015[/font]
|
|
- Switch git repo
|
|
[font size=4]16-10-2015[/font]
|
|
- Initial Release
|
|
</Changes>
|
|
<Support>https://forums.unraid.net/topic/41759-support-linuxserverio-sickrage/</Support>
|
|
<Description>Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
|
|
[br][br]
|
|
[b][u][span style=\'color: #E80000;\']Configuration[/span][/u][/b][br]
|
|
[b]/config[/b] Where sickrage should store settings, logs and configuration[br]
|
|
[b]/downloads[/b] Path to your downloads folder[br]
|
|
[b]/tv[/b] Path to your tv-shows folder[br]
|
|
</Description>
|
|
<Project>https://github.com/SickRage/SickRage</Project>
|
|
<Overview>Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.</Overview>
|
|
<Registry>https://hub.docker.com/r/linuxserver/sickrage/</Registry>
|
|
<Repository>linuxserver/sickrage</Repository>
|
|
<BindTime>true</BindTime>
|
|
<Privileged>false</Privileged>
|
|
<Environment>
|
|
<Variable>
|
|
<Name>PGID</Name>
|
|
<Value>100</Value>
|
|
</Variable>
|
|
<Variable>
|
|
<Name>PUID</Name>
|
|
<Value>99</Value>
|
|
</Variable>
|
|
</Environment>
|
|
<Networking>
|
|
<Mode>bridge</Mode>
|
|
<Publish>
|
|
<Port>
|
|
<HostPort>8081</HostPort>
|
|
<ContainerPort>8081</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>/tv</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
</Data>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sickrage-icon.png</Icon>
|
|
<WebUI>http://[IP]:[PORT:8081]/</WebUI>
|
|
<ExtraParams></ExtraParams>
|
|
<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/alpine.python:3.6</BaseImage>
|
|
</Container>
|