templates/unraid/pwndrop.xml
2023-02-13 07:55:45 -06:00

47 lines
2.8 KiB
XML
Executable File

<?xml version="1.0"?>
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
<!-- GENERATED FROM https://github.com/linuxserver/docker-pwndrop/blob/master/readme-vars.yml -->
<Container version="2">
<Name>pwndrop</Name>
<Repository>lscr.io/linuxserver/pwndrop</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/pwndrop</Registry>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/linuxserver/docker-pwndrop/issues/new/choose</Support>
<Shell>bash</Shell>
<GitHub>https://github.com/linuxserver/docker-pwndrop#application-setup</GitHub>
<ReadMe>https://github.com/linuxserver/docker-pwndrop#readme</ReadMe>
<Project>https://github.com/kgretzky/pwndrop</Project>
<Overview>Pwndrop(https://github.com/kgretzky/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]/pwndrop</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/pwndrop.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pwndrop-logo.png</Icon>
<Date>2023-02-13</Date>
<Changes>
### 2023-02-13
- Rebase to Alpine 3.17, migrate to s6v3.
### 2022-09-19
- Rebasing to alpine 3.15.
### 2021-01-23
- Rebasing to alpine 3.13.
### 2020-06-01
- Rebasing to alpine 3.12.
### 2020-04-17
- Initial Release.
</Changes>
<Config Name="WebUI" Target="8080" Default="8080" Mode="tcp" Description="web gui" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Contains all relevant configuration and data." Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="SECRET_PATH" Target="SECRET_PATH" Default="/pwndrop" Description="Secret path for admin access. Defaults to `/pwndrop`. This parameter only takes effect during initial install; it can later be changed in the web gui." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
</Container>