Sign inSign up

avarghesein/avmaturix

By avarghesein

Updated about 1 month ago

Dynamic, extensible maturity assessment platform for any domain — DevOps, Automation, and beyond

Image
0

17

avarghesein/avmaturix repository overview

AVMaturix - Dynamic Maturity Assessment Platform

AVMaturix is a flexible, extensible maturity assessment platform designed for any domain — DevOps, Agile, Automation, and beyond. Deploy customized maturity assessments in minutes, collect responses, and generate comprehensive reports.

What's Inside

  • Token-Driven Access: Secure assessment distribution with role-based admin tokens
  • Multi-Domain Support: Create assessments for DevOps, Agile, Automation, or any maturity framework
  • Excel Templates: Customize assessment content, questions, and KPIs using familiar Excel files
  • Auto-Reports: Generate downloadable maturity reports with scoring and recommendations
  • Organization Management: Multi-tenant support for multiple organizations and assessments

Quick Start

Run on Your Server
docker run --name avmaturix \
  --restart always \
  -p 8081:8081 \
  -e TZ="UTC" \
  --mount type=bind,source="$(pwd)/Configs",target="/app/av-maturix/Configs" \
  --mount type=bind,source="$(pwd)/SURVEY_DATA",target="/app/av-maturix/SURVEY_DATA" \
  -d avarghesein/avmaturix:latest

Access Through URL: https://localhost:8081

For more details, visit the GitHub Page: https://github.com/avarghesein/av-maturix

Tag summary

Content type

Image

Digest

sha256:0208e36fd

Size

97.9 MB

Last updated

about 1 month ago

docker pull avarghesein/avmaturix