Files
pi-hosted/template/apps/pwndrop.json
2023-06-18 15:23:41 -04:00

51 lines
1.1 KiB
JSON

{
"categories": [
"Downloaders",
"File hosting"
],
"description": "Pwndrop is a self-deployable file hosting service for red teamers, allowing to easily upload and share payloads over HTTP and WebDAV.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
},
{
"default": "America/New_York",
"label": "Time Zone",
"name": "TZ"
},
{
"default": "/pwndrop",
"label": "SECRET_PATH",
"name": "SECRET_PATH"
}
],
"image_arm64": "lscr.io/linuxserver/pwndrop:latest",
"image_amd64": "lscr.io/linuxserver/pwndrop:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/pwndrop.png",
"name": "Pwndrop",
"officialDoc": "https://hub.docker.com/r/linuxserver/pwndrop",
"platform": "linux",
"ports": [
"4047:8787/tcp"
],
"restart_policy": "unless-stopped",
"title": "Pwndrop",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/pwndrop",
"container": "/config"
}
],
"webpage": "https://hub.docker.com/r/linuxserver/pwndrop"
}