AppFeed/lsio_categories/sickrage.xml
2023-08-10 11:19:06 -04:00

67 lines
2.4 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>
<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/python</BaseImage>
</Container>