diff --git a/apps/activeMQ/1.0.0/data.yml b/apps/activeMQ/1.0.0/data.yml new file mode 100644 index 0000000..f3e8681 --- /dev/null +++ b/apps/activeMQ/1.0.0/data.yml @@ -0,0 +1,18 @@ +additionalProperties: + formFields: + - default: 61616 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Nacos run port + labelZh: Nacos 运行端口 + required: true + rule: paramPort + type: number + - default: 8161 + edit: true + envKey: PANEL_APP_PORT_COMMUNICATION + labelEn: Nacos communication port + labelZh: Nacos 通讯端口 + required: true + rule: paramPort + type: number \ No newline at end of file diff --git a/apps/activeMQ/1.0.0/docker-compose.yml b/apps/activeMQ/1.0.0/docker-compose.yml new file mode 100644 index 0000000..3417e74 --- /dev/null +++ b/apps/activeMQ/1.0.0/docker-compose.yml @@ -0,0 +1,11 @@ +services: + activeMQ: + image: apache/activemq-classic + container_name: ${CONTAINER_NAME} + ports: + - "${PANEL_APP_PORT_HTTP}:61616" + - "${PANEL_APP_PORT_COMMUNICATION}:8161" + restart: unless-stopped +networks: + 1panel-network: + external: true \ No newline at end of file diff --git a/apps/activeMQ/README.md b/apps/activeMQ/README.md new file mode 100644 index 0000000..1d8a591 --- /dev/null +++ b/apps/activeMQ/README.md @@ -0,0 +1,30 @@ +# 使用说明 + +## 服务地址 + +- 访问地址:`http://IP:8848/nacos` +- 用户名:`nacos` +- 密码:`nacos` + +## 参数调优 + +```shell +- JVM_XMS=64m # -Xms default :2g +- JVM_XMX=64m # -Xmx default :2g +- JVM_XMN=16m # -Xmn default :1g +- JVM_MS=8m # -XX:MetaspaceSize default :128m +- JVM_MMS=8m # -XX:MaxMetaspaceSize default :320m +``` + +# Nacos + +**Nacos** 是一个更易于构建云原生应用的动态服务发现、配置管理和服务管理平台。 + +## Nacos 的关键特性 + +## 特色: + +- **易用**:动态服务发现的一站式解决方案。配置管理和动态 DNS服务。提供 20 多项开箱即用的特性,适用于面向服务的架构。轻量级的生产就绪控制台。 +- **可靠**:无缝支持 Kubernetes 和 Spring Cloud,更容易在流行的公共云(例如阿里云和 AWS)上部署和运行,支持多租户和多环境。 +- **云原生**:源自阿里巴巴集团经过时间验证的内部产品。支持具有数百万服务规模的大型场景。开源产品并提供企业级的服务级别协议(SLA)。 +- **可扩展**:支持速率限制、大规模推广计划和多区域主动-主动架构。直接或稍作扩展支持各种相关的基于互联网的使用案例。流量调度和服务治理。 \ No newline at end of file diff --git a/apps/activeMQ/data.yml b/apps/activeMQ/data.yml new file mode 100644 index 0000000..e685518 --- /dev/null +++ b/apps/activeMQ/data.yml @@ -0,0 +1,19 @@ +name: activeMQ +tags: + - 中间件 +title: 动态服务发现、配置管理和服务管理平台 +description: 动态服务发现、配置管理和服务管理平台 +additionalProperties: + key: activeMQ + name: activeMQ + tags: + - Middleware + shortDescZh: 动态服务发现、配置管理和服务管理平台 + shortDescEn: Dynamic service discovery, configuration and service management platform + type: tool + crossVersionUpdate: false + limit: 1 + recommend: 0 + website: https://nacos.io/ + github: https://github.com/alibaba/nacos + document: https://nacos.io/docs/latest/what-is-nacos/ diff --git a/apps/activeMQ/logo.png b/apps/activeMQ/logo.png new file mode 100644 index 0000000..808a32e Binary files /dev/null and b/apps/activeMQ/logo.png differ