docker-templates-unraid/templates/tt-rss.xml
2021-03-23 15:34:03 +03:00

30 lines
No EOL
3 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>tt-rss</Name>
<Repository>lunik1/tt-rss:latest</Repository>
<Registry>https://hub.docker.com/r/lunik1/tt-rss/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://github.com/lunik1/docker-tt-rss</Project>
<Overview>A fork of the deprecated linuxserver.io tt-rss container.&#xD;
The default username and password after initial configuration is admin/password</Overview>
<Category>Productivity: Other:</Category>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/tt-rss.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/tt-rss.png</Icon>
<Description>A fork of the deprecated linuxserver.io tt-rss container.&#xD;
The default username and password after initial configuration is admin/password</Description>
<Config Name="Port" Target="80" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">8000</Config>
<Config Name="AppData" Target="/config" Default="/mnt/user/appdata/tt-rss/" Mode="rw" Description="AppData" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/tt-rss</Config>
<Config Name="TTRSS_DB_TYPE" Target="TTRSS_DB_TYPE" Default="mysql" Mode="" Description="TTRSS_DB_TYPE" Type="Variable" Display="always" Required="false" Mask="false">mysql</Config>
<Config Name="TTRSS_DB_HOST" Target="TTRSS_DB_HOST" Default="192.168.0.100" Mode="" Description="Database IP (Change it)" Type="Variable" Display="always" Required="false" Mask="false">192.168.0.100</Config>
<Config Name="TTRSS_DB_USER" Target="TTRSS_DB_USER" Default="root" Mode="" Description="TTRSS_DB_USER" Type="Variable" Display="always" Required="false" Mask="false">root</Config>
<Config Name="TTRSS_DB_NAME" Target="TTRSS_DB_NAME" Default="tt-rss" Mode="" Description="TTRSS_DB_NAME" Type="Variable" Display="always" Required="false" Mask="false">tt-rss</Config>
<Config Name="TTRSS_DB_PASS" Target="TTRSS_DB_PASS" Default="dbpassword" Mode="" Description="TTRSS_DB_PASS" Type="Variable" Display="always" Required="false" Mask="false">dbpassword</Config>
<Config Name="TTRSS_DB_PORT" Target="TTRSS_DB_PORT" Default="3306" Mode="" Description="TTRSS_DB_PORT" Type="Variable" Display="always" Required="false" Mask="false">3306</Config>
<Config Name="TTRSS_SELF_URL_PATH" Target="TTRSS_SELF_URL_PATH" Default="http://192.168.0.100:8000/" Mode="" Description="TTRSS_SELF_URL_PATH" Type="Variable" Display="always" Required="false" Mask="false">http://192.168.0.100:8000/</Config>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
</Container>