Skip to content

Whydah-StatisticsDashboard

No description provided.

Field Value
GitHub https://github.com/Cantara/Whydah-StatisticsDashboard
Language Java
Stars 0
Last updated 2026-03-12

Related Wiki Pages

This project has documentation in the Cantara Wiki. See the WHYDAH section.


README

Whydah-StatisticsDashboard

GitHub tag (latest SemVer) Build Status GitHub commit activity Project Status: Active – The project has reached a stable, usable state and is being actively developed. Known Vulnerabilities

image

Dashboard to get some insights into the user activities for a running whydah installation

  • Total number of users
  • Total number of applications
  • Number of new users/day (per hour?) From which aplication
  • Number of logins/day From which aplication
  • Number of deleted users/day

Number of sessions accessed/day/application

  • and more to come

Configure environment

You can configure the environment by modifying json file ./environment_config.json in the current directory

The name is the deployment target, and favicon should match the target

Example

{
  "environment_name": "My awesome target",
  "favicon": "awesome.favicon.ico"
}