Files
pi-hosted/template/apps/dradis.json

19 lines
548 B
JSON
Raw Normal View History

2022-02-23 00:00:46 -03:00
{
"categories": [
"Security"
],
"description": "Dradis Framework: Collaboration and reporting for IT Security teams http://dradisframework.org",
"image_amd64": "raesene/dradis:latest",
2022-02-23 00:00:46 -03:00
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/dradis-logo.png",
"name": "dradis",
"officialDoc": "https://github.com/raesene/dockerized-security-tools",
"platform": "linux",
"ports": [
"3100:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Dradis",
"type": 1,
"webpage": "https://dradisframework.com/"
}