mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
Bot Updating Unraid Template
This commit is contained in:
parent
d55bc121a2
commit
449f063aeb
@ -1,5 +1,6 @@
|
||||
<?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>ghcr.io/linuxserver/pwndrop</Repository>
|
||||
@ -11,14 +12,27 @@
|
||||
<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>
|
||||
<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>
|
||||
<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]</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>2021-01-23</Date>
|
||||
<Changes>
|
||||
### 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="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="true"/>
|
||||
<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"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user