AppFeed/lsio_categories/freshrss.xml
2022-01-20 15:35:40 -05:00

57 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/freshrss.xml</TemplateURL>
<Beta>False</Beta>
<Category>Network:Other Other:</Category>
<Date>2016-10-08</Date>
<Name>freshrss</Name>
<Support>https://forums.unraid.net/topic/40740-support-linuxserverio-freshrss/</Support>
<Description>
A free, self-hostable rss aggregator…[br]
[b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
Create a user and database in your mysql/mariadb server (not root) and then follow the setup wizard in the webui.[br]
Use the IP address for "host" of your database server.[br]
[b]/config[/b]Where freshrss should store its appdata files[br]
</Description>
<Overview>A free, self-hostable rss aggregator…</Overview>
<Project>http://freshrss.org/</Project>
<Registry>https://hub.docker.com/r/linuxserver/freshrss/</Registry>
<Repository>linuxserver/freshrss</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/freshrss-icon.png</Icon>
<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/nginx</BaseImage>
</Container>