docker-templates-unraid/templates/vikunja-frontend.xml
2022-01-23 20:05:04 +03:00

19 lines
No EOL
1.2 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>vikunja-frontend</Name>
<Repository>vikunja/frontend:latest</Repository>
<Registry>https://hub.docker.com/r/vikunja/frontend/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://vikunja.io/</Project>
<Overview>The to-do app to organize your life.</Overview>
<Category>Productivity:</Category>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/vikunja-frontend.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/vikunja.png</Icon>
<Description>The to-do app to organize your life.</Description>
<Config Name="Port 1" Target="80" Default="" Mode="tcp" Description="Port 1" Type="Port" Display="always" Required="false" Mask="false">8079</Config>
<Config Name="Host Key 1" Target="VIKUNJA_API_URL" Default="" Mode="" Description="Container Variable: VIKUNJA_API_URL" Type="Variable" Display="always" Required="false" Mask="false">https://domain.com/api/v1</Config>
</Container>