Firefox and Pwndrop (#435)
This commit is contained in:
BIN
images/firefox.png
Normal file
BIN
images/firefox.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 552 KiB |
BIN
images/pwndrop.png
Normal file
BIN
images/pwndrop.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
37
template/apps/Firefox.json
Normal file
37
template/apps/Firefox.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"categories": [
|
||||
"browser"
|
||||
],
|
||||
"description": "Firefox in docker",
|
||||
"env": [
|
||||
{
|
||||
"default": "1000",
|
||||
"label": "PUID",
|
||||
"name": "PUID"
|
||||
},
|
||||
{
|
||||
"default": "1000",
|
||||
"label": "PGID",
|
||||
"name": "PGID"
|
||||
}
|
||||
],
|
||||
"image_arm64": "lscr.io/linuxserver/firefox:latest",
|
||||
"image_amd64": "lscr.io/linuxserver/firefox:latest",
|
||||
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/dashy.png",
|
||||
"name": "Firefox",
|
||||
"platform": "linux",
|
||||
"ports": [
|
||||
"4044:3000/tcp",
|
||||
"4045:3001/tcp"
|
||||
],
|
||||
"restart_policy": "unless-stopped",
|
||||
"title": "Firefox",
|
||||
"type": 1,
|
||||
"volumes": [
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/firefox",
|
||||
"container": "/app/public/conf.yml"
|
||||
}
|
||||
],
|
||||
"webpage": "https://hub.docker.com/r/linuxserver/firefox"
|
||||
}
|
||||
51
template/apps/Pwndrop.json
Normal file
51
template/apps/Pwndrop.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"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_arm32": "lscr.io/linuxserver/pwndrop:latest",
|
||||
"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/Readarr.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": "/app/public/conf.yml"
|
||||
}
|
||||
|
||||
],
|
||||
"webpage": "https://hub.docker.com/r/linuxserver/pwndrop"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user