Skip to content

Latest commit

 

History

History
101 lines (67 loc) · 3.1 KB

README_en.md

File metadata and controls

101 lines (67 loc) · 3.1 KB

Simple, lightweight, and versatile operational CMDB

License: GPLv3 UI API


English / 中文

DEMO ONLINE

ATTENTION: branch master may be unstable as the result of continued development, please pull code from releases

Overview

Features

  • Flexibility
    1. Standardize and manage complex data assets
    2. Automatically discover and inventory IT assets
  • Security
    1. Fine-grained access control
    2. Comprehensive operation logs
  • Multi-application
    1. Rich view display dimensions
    2. Provide Restful API
    3. Custom field triggers

Main Features

  • Custom models and model relationships, with model attributes supporting advanced features such as dropdown lists, font colors, and computed attributes.
  • Support for automatic discovery of computers, network devices, storage devices, databases, middleware, public cloud resources, etc.
  • Support for displaying resource, hierarchy, and relationship views.
  • Fine-grained access control and comprehensive operation logs.
  • General resource and relationship search capabilities.
  • Support for IP Address Management (IPAM) and Data Center Infrastructure Management (DCIM).

More Features

Welcome to visit VeOps official website to discover more free operations and maintenance systems.

Installation

One-Click Docker Quick Build

  • step 1: Prepare: install Docker and Docker Compose (v2)
  • step 2: copy the repository
git clone https://github.com/veops/cmdb.git
  • step 3: In directory cmdb:
docker compose up -d

Validation

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-feature)
  5. Create new Pull Request