docker-templates-unraid/templates/deprecated/droppy.xml
2024-03-16 15:43:45 +03:00

22 lines
1.9 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>droppy</Name>
<Repository>silverwind/droppy:latest</Repository>
<Registry>https://hub.docker.com/r/silverwind/droppy/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://hub.docker.com/r/silverwind/droppy/</Project>
<Overview>Self-hosted file storage server with a web interface and capabilities to edit files and view media directly in the browser. </Overview>
<Category>Cloud:</Category>
<WebUI>http://[IP]:[PORT:8989]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/droppy.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/droppy.png</Icon>
<Description>Self-hosted file storage server with a web interface and capabilities to edit files and view media directly in the browser. </Description>
<Config Name="Port" Target="8989" Default="8686" Mode="tcp" Description="Container Port: 8989" Type="Port" Display="always" Required="false" Mask="false">8686</Config>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/doppy/</Config>
<Config Name="Files" Target="/files" Default="" Mode="rw" Description="Container Path: /files" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/droppy/</Config>
<Config Name="UID" Target="UID" Default="" Mode="" Description="Container Variable: UID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
<Config Name="GID" Target="GID" Default="" Mode="" Description="Container Path: GID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
</Container>