Skip to content

ashkmb/CN-Asset-Manager

Repository files navigation

CN-Asset-Manager

AWS cloud asset discovery and cost management tool for TISAX certification compliance.

Automatically discovers 15+ AWS service types across multiple accounts, tracks asset inventory with compliance metadata, and provides cost visibility through a modern web interface.

Quick Start

make setup          # install deps + migrate
make superuser      # create admin user
make redis          # start Redis (Docker)
make run            # start Django (terminal 1)
make celery         # start Celery worker (terminal 2)
make frontend-dev   # start Vite dev server (terminal 3)

Open http://localhost:5173 — default login: superadmin / changeme

Deploy

Docker Compose:

docker compose up -d

Kubernetes (Helm):

helm install cn oci://ghcr.io/ashkankamyab/cn-asset-manager/cn-asset-manager \
  --version 0.1.0 --set app.secretKey="your-secret"

Documentation

Full documentation is available on the Wiki and in the docs/ directory:

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages