AppFeed/templates/linuxserversRepository/linuxserver.io/pwndrop.xml
Squidly271 b3878cd225 Redo
2020-12-03 07:42:32 -05:00

61 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/pwndrop.xml</TemplateURL>
<Name>pwndrop</Name>
<Support>https://forums.unraid.net/topic/91568-support-linuxserverio-pwndrop/</Support>
<Repository>linuxserver/pwndrop</Repository>
<Project>https://github.com/kgretzky/pwndrop</Project>
<Registry>https://hub.docker.com/r/linuxserver/pwndrop/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Overview>Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. </Overview>
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pwndrop-logo.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donations/</DonateLink>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8080</HostPort>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value></Value>
<Name>SECRET_PATH</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Webui - HTTP" Target="8080" Default="" Mode="tcp" Description="Webui - Default 8080 (HTTP)" Type="Port" Display="always" Required="false" Mask="false">8080</Config>
<Config Name="SECRET_PATH" Target="SECRET_PATH" Default="" Mode="" Description="Admin interface will be accessible at the secret path defined" Type="Variable" Display="always" Required="false" Mask="false">/pwndrop</Config>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Appdata" Type="Path" Display="advanced" Required="false" Mask="false"></Config>
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
<Category>Cloud: Network:Other Tools:Utilities</Category>
<Description>Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/linuxserversRepository/linuxserver.io/pwndrop.xml</templatePath>
</Container>