docker-templates-unraid/templates/shaarli.xml
A75G 358639204f add templates
cryptpad + gossa + netbox + phpbb + pwndrop + shaarli
2020-04-21 14:28:28 +03:00

24 lines
No EOL
1.5 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>shaarli</Name>
<Repository>shaarli/shaarli:master</Repository>
<Registry>https://hub.docker.com/r/shaarli/shaarli/</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/shaarli/Shaarli</Project>
<Overview>The personal, minimalist, super-fast, database free, bookmarking service.</Overview>
<Category>Productivity:</Category>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/shaarli.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/shaarli.png</Icon>
<ExtraParams/>
<PostArgs/>
<DonateText/>
<DonateLink/>
<Description>The personal, minimalist, super-fast, database free, bookmarking service.</Description>
<Config Name="Port" Target="80" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">8000</Config>
<Config Name="Cache" Target="/var/www/shaarli/cache" Default="/mnt/user/appdata/shaarli/cache/" Mode="rw" Description="Cache" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/shaarli/cache/</Config>
<Config Name="Data" Target="/var/www/shaarli/data" Default="/mnt/user/appdata/shaarli/data/" Mode="rw" Description="Data" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/shaarli/data/</Config>
</Container>