diff --git a/README.md b/README.md index fc801ed6..f55b191e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ -[查看更多展示](docs/screenshot.md) ### 相关文章 @@ -51,14 +50,12 @@ ### 主要功能 -- 模型属性支持索引、多值、默认排序、字体颜色,支持计算属性 -- 支持自动发现、定时巡检、文件导入 +- 自定义模型和模型关系,模型属性支持下拉列表、字体颜色、计算属性等高级特性 +- 支持计算机、网络设备、存储设备、数据库、中间件、公有云资源等自动发现 - 支持资源、层级、关系视图展示 -- 支持模型间关系配置和展示 - 细粒度访问控制,完备的操作日志 -- 支持跨模型搜索 - - +- 通用的资源搜索和关系搜索 +- 支持IP地址管理(IPAM), 数据中心基础设施管理(DCIM) diff --git a/cmdb-ui/.env b/cmdb-ui/.env index f9596a2f..b17c83b5 100644 --- a/cmdb-ui/.env +++ b/cmdb-ui/.env @@ -1,6 +1,6 @@ NODE_ENV=production VUE_APP_PREVIEW=false -VUE_APP_API_BASE_URL=http://127.0.0.1:5000/api +VUE_APP_API_BASE_URL=/api VUE_APP_BUILD_PACKAGES="ticket,calendar,acl" VUE_APP_IS_OUTER=true VUE_APP_IS_OPEN_SOURCE=true diff --git a/docs/README_en.md b/docs/README_en.md index 3ea483ff..03dc4605 100644 --- a/docs/README_en.md +++ b/docs/README_en.md @@ -1,8 +1,5 @@ -

- 维易CMDB -

-

Simple, lightweight, and versatile operational CMDB

+

Simple, lightweight, and versatile operational CMDB

License: GPLv3 UI @@ -24,17 +21,6 @@ ## Overview -### System Overview - - - -[View more screenshots](screenshot.md) - -### Document - -- Design Document -- API Documentation -- Practice of Tree View ### Features @@ -51,12 +37,12 @@ ### Main Features -- Model attributes support indexing, multiple values, default sorting, font color, and computed properties. -- Support automatic discovery, scheduled inspections, and file import. -- Support resource, tree view, and relationship view display. -- Support configuration and display of relationships between models. +- 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. -- Support cross-model search. +- General resource and relationship search capabilities. +- Support for IP Address Management (IPAM) and Data Center Infrastructure Management (DCIM). @@ -68,7 +54,7 @@ ### One-Click Docker Quick Build -> Method 1 +[//]: # (> Method 1) - step 1: **Prepare: install Docker and Docker Compose (v2)** - step 2: copy the repository ```shell @@ -78,13 +64,20 @@ git clone https://github.com/veops/cmdb.git ``` docker compose up -d ``` -> Method 2 Usefull for linux os. -- step 1: **Prepare: install Docker and Docker Compose (v2)** -- step 2: directly use the install.sh file in the project's root directory to `install`, `start`, `pause`, `status`, `delete`, and `uninstall` the application. -```shell -curl -so install.sh https://raw.githubusercontent.com/veops/cmdb/master/install.sh -sh install.sh install -``` + +[//]: # (> M**ethod 2 Usefull for linux os.) + +[//]: # (- step 1: **Prepare: install Docker and Docker Compose (v2)**) + +[//]: # (- step 2: directly use the install.sh file in the project's root directory to `install`, `start`, `pause`, `status`, `delete`, and `uninstall` the application. ) + +[//]: # (```shell) + +[//]: # (curl -so install.sh https://raw.githubusercontent.com/veops/cmdb/master/install.sh ) + +[//]: # (sh install.sh install) + +[//]: # (```**) ### [Local Setup](local_en.md) @@ -100,13 +93,9 @@ sh install.sh install ## Contributing 1. Fork it -1. Create your feature branch (`git checkout -b my-feature`) -1. Commit your changes (`git commit -am 'Add some feature'`) -1. Push to the branch (`git push origin my-feature`) -1. Create new Pull Request +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 --- - -_**Welcome to pay attention to our public account, click to contact us, join WeChat, QQ operation and maintenance group, and get more product and industry related information**_ - -![QQgroup](images/qrcode_for_gzh.jpg) diff --git a/docs/images/1.png b/docs/images/1.png deleted file mode 100644 index fc9a469f..00000000 Binary files a/docs/images/1.png and /dev/null differ diff --git a/docs/images/10.jpg b/docs/images/10.jpg deleted file mode 100644 index dc97912d..00000000 Binary files a/docs/images/10.jpg and /dev/null differ diff --git a/docs/images/2.png b/docs/images/2.png deleted file mode 100644 index 79d3ae4b..00000000 Binary files a/docs/images/2.png and /dev/null differ diff --git a/docs/images/3.png b/docs/images/3.png deleted file mode 100644 index 92a30275..00000000 Binary files a/docs/images/3.png and /dev/null differ diff --git a/docs/images/4.png b/docs/images/4.png deleted file mode 100644 index 2122466a..00000000 Binary files a/docs/images/4.png and /dev/null differ diff --git a/docs/images/5.png b/docs/images/5.png deleted file mode 100644 index 1ddfb9b4..00000000 Binary files a/docs/images/5.png and /dev/null differ diff --git a/docs/images/6.png b/docs/images/6.png deleted file mode 100644 index 8f826997..00000000 Binary files a/docs/images/6.png and /dev/null differ diff --git a/docs/images/7.png b/docs/images/7.png deleted file mode 100644 index 9aacfeb6..00000000 Binary files a/docs/images/7.png and /dev/null differ diff --git a/docs/images/8.png b/docs/images/8.png deleted file mode 100644 index c55c7b41..00000000 Binary files a/docs/images/8.png and /dev/null differ diff --git a/docs/images/9.png b/docs/images/9.png deleted file mode 100644 index 74426648..00000000 Binary files a/docs/images/9.png and /dev/null differ diff --git a/docs/images/dashboard.png b/docs/images/dashboard.png index 51a49a2b..c0e2cdae 100644 Binary files a/docs/images/dashboard.png and b/docs/images/dashboard.png differ diff --git a/docs/screenshot.md b/docs/screenshot.md deleted file mode 100644 index 6d5b9627..00000000 --- a/docs/screenshot.md +++ /dev/null @@ -1,29 +0,0 @@ -### 系统概览 - -- 服务树 - -![1](images/0.png "首页展示") - -- 资源视图 - -![2](images/2.png "资源视图") - -- 订阅页面 - -![6](images/6.png "订阅页面") - -- 模型配置 - -![9](images/9.png "模型配置") - -- 属性设置 - -![7](images/7.png "属性设置") - -- 资源搜索 - -![8](images/8.png "资源搜索") - -- 定制仪表盘 - -![10](images/10.jpg "定制仪表盘")