AppFeed/lsio_categories/pwndrop.xml
2023-08-10 11:19:06 -04:00

67 lines
3.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/pwndrop.xml</TemplateURL>
<Beta>False</Beta>
<Category>Cloud: Network:Other Tools:</Category>
<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>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donations/</DonateLink>
<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. [br]&#xD;
[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]&#xD;
[b]/config[/b] : Storing all pwndrop config and data files [br]&#xD;
[b]SECRET_PATH[/b] : Admin interface will be available at the secret path defined ie. "http://SERVER_IP:8080/pwndrop". It can only be set during first set up. Afterwards it can be managed through the admin gui. [br]&#xD;
</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8080</HostPort>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value/>
<Name>SECRET_PATH</Name>
<Mode/>
</Variable>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<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>
</Container>