docker-templates-unraid/templates/slash.xml
2024-03-18 20:50:00 +03:00

18 lines
No EOL
1.1 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>slash</Name>
<Repository>yourselfhosted/slash:latest</Repository>
<Registry>https://hub.docker.com/r/yourselfhosted/slash/</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/yourselfhosted/slash</Project>
<Overview>An open source, self-hosted bookmarks and link sharing platform.</Overview>
<Category>Productivity:</Category>
<WebUI>http://[IP]:[PORT:5231]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/slash.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/slash.png</Icon>
<Config Name="Port 1" Target="5231" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">5231</Config>
<Config Name="Data Path" Target="/var/opt/slash" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/slash/</Config>
</Container>