cmdb/docs
pycook 191ce95717 chore: update readme 2024-12-03 18:45:41 +08:00
..
images chore: update readme 2024-12-03 18:45:41 +08:00
README_en.md chore: update readme 2024-12-03 18:45:41 +08:00
cmdb.sql docs: update sql 2024-05-16 20:59:30 +08:00
cmdb_api.md docs: update build_api_key 2024-04-29 15:11:12 +08:00
cmdb_en.sql 清理空间 2023-07-20 11:01:25 +08:00
cmdb_query_api.md docs: api doc 2023-10-17 12:06:37 +08:00
flask-migrate.md feat(db): support flask migrate (#201) 2023-10-13 15:55:26 +08:00
local.md chore: Update local.md with instructions for setting up MySQL and Redis services (#515) 2024-05-20 13:39:05 +08:00
local_en.md docs: update install (#354) 2024-01-03 13:58:35 +08:00
makefile.md md format 2023-07-12 10:14:47 +08:00
makefile_en.md fix: some typos (#415) 2024-03-11 15:04:38 +08:00
mysqld.cnf Fix deploy 1700028675 (#272) 2023-11-22 18:34:58 +08:00
nginx.cmdb.conf.example Docker to production 2019-11-10 19:06:38 +08:00

README_en.md

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

Local Setup

Installation with Makefile

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