53 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/tt-rss.xml</TemplateURL>
<Beta>False</Beta>
<Category>Network:Other</Category>
<Date>2017-02-23</Date>
<Name>tt-rss</Name>
<Support>https://forums.unraid.net/topic/41007-support-linuxserverio-tiny-tiny-rss/</Support>
<Description>Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.[br]
[b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
[b]/config[/b] Where tt-rss should store settings and configuration files[br]
</Description>
<Overview>Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.</Overview>
<Project>https://tt-rss.org/gitlab/fox/tt-rss/wikis/home</Project>
<Registry>https://hub.docker.com/r/linuxserver/tt-rss/</Registry>
<Repository>linuxserver/tt-rss</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>80</HostPort>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/tt-rss-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/nginx</BaseImage>
</Container>