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

23 lines
No EOL
1.4 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>pwndrop</Name>
<Repository>harshavardhanj/pwndrop:latest</Repository>
<Registry>https://hub.docker.com/r/harshavardhanj/pwndrop/</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/kgretzky/pwndrop</Project>
<Overview>Self-hosted file hosting service allowing easy uploads and sharing of payloads over HTTP and WebDAV.</Overview>
<Category>Cloud:</Category>
<WebUI>http://[IP]:[PORT:80]/pwndrop</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/pwndrop.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/pwndrop.png</Icon>
<ExtraParams/>
<PostArgs/>
<DonateText/>
<DonateLink/>
<Description>Self-hosted file hosting service allowing easy uploads and sharing of payloads over HTTP and WebDAV.</Description>
<Config Name="Port" Target="80" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">8000</Config>
<Config Name="Data" Target="/pwndrop/data" Default="/mnt/user/appdata/pwndrop/" Mode="rw" Description="Data" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/pwndrop/</Config>
</Container>