docs: new product family (#11984)

This commit is contained in:
Pepe Fagoaga
2026-07-15 12:28:50 +02:00
committed by GitHub
parent c53acd4184
commit cc6c731af6
91 changed files with 900 additions and 506 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
---
title: "Dashboard"
title: "Prowler Local Dashboard"
---
Prowler allows you to run your own local dashboards using the csv outputs provided by Prowler
Prowler Local Dashboard is a local web dashboard built from the CSV outputs produced by Prowler CLI. Launch it with:
```sh
prowler dashboard
@@ -12,7 +12,7 @@ prowler dashboard
You can expose the `dashboard` server in another address using the `HOST` environment variable.
</Note>
To run Prowler local dashboard with Docker, use:
To run Prowler Local Dashboard with Docker, use:
```sh
docker run -v /your/local/dir/prowler-output:/home/prowler/output --env HOST=0.0.0.0 --publish 127.0.0.1:11666:11666 toniblyx/prowler:latest dashboard