-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcatalog.yml
More file actions
281 lines (250 loc) · 7.74 KB
/
Copy pathcatalog.yml
File metadata and controls
281 lines (250 loc) · 7.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
# EasyEnv module catalog(易解析扁平块;easyenv.sh 依赖此格式)
# 字段: id / category / path / summary / official_docs / upstream / ports / status
- id: bun
category: runtime
path: modules/runtime/bun
summary: Bun 运行时安装(官方脚本 / 编译)
official_docs: https://bun.sh/docs/installation
upstream: https://github.com/oven-sh/bun
ports: ""
status: stable
- id: nodejs
category: runtime
path: modules/runtime/nodejs
summary: Node.js 安装(nvm / 编译)
official_docs: https://github.com/nvm-sh/nvm#install--update-script
upstream: https://github.com/nodejs/node
ports: ""
status: stable
- id: docker
category: runtime
path: modules/runtime/docker
summary: Docker Engine / Desktop 安装
official_docs: https://docs.docker.com/engine/install/
upstream: https://github.com/moby/moby
ports: ""
status: stable
- id: mysql
category: database
path: modules/database/mysql
summary: MySQL 8.4 单机
official_docs: https://hub.docker.com/_/mysql
upstream: https://github.com/mysql/mysql-server
ports: "3306"
status: stable
- id: redis
category: database
path: modules/database/redis
summary: Redis 7.4 单机
official_docs: https://hub.docker.com/_/redis
upstream: https://github.com/redis/redis
ports: "6379"
status: stable
- id: pgsql
category: database
path: modules/database/pgsql
summary: PostgreSQL 16 单机
official_docs: https://hub.docker.com/_/postgres
upstream: https://github.com/postgres/postgres
ports: "5432"
status: stable
- id: mongodb
category: database
path: modules/database/mongodb
summary: MongoDB 单机
official_docs: https://hub.docker.com/_/mongo
upstream: https://github.com/mongodb/mongo
ports: "27017"
status: stable
- id: minio
category: storage
path: modules/storage/minio
summary: MinIO 对象存储
official_docs: https://min.io/docs/minio/container/index.html
upstream: https://github.com/minio/minio
ports: "9000,9001"
status: stable
- id: rabbitmq
category: mq
path: modules/mq/rabbitmq
summary: RabbitMQ 单机(management)
official_docs: https://hub.docker.com/_/rabbitmq
upstream: https://github.com/rabbitmq/rabbitmq-server
ports: "5672,15672"
status: stable
- id: kafka
category: mq
path: modules/mq/kafka
summary: Apache Kafka 单机(KRaft)
official_docs: https://kafka.apache.org/documentation/#quickstart
upstream: https://github.com/apache/kafka
ports: "9092"
status: stable
- id: nacos
category: discovery
path: modules/discovery/nacos
summary: Nacos 单机 Derby
official_docs: https://github.com/nacos-group/nacos-docker
upstream: https://github.com/alibaba/nacos
ports: "8080,8848,9848"
status: stable
- id: consul
category: discovery
path: modules/discovery/consul
summary: Consul 单节点 server
official_docs: https://developer.hashicorp.com/consul/docs/deploy/server/docker
upstream: https://github.com/hashicorp/consul
ports: "8500,8600"
status: stable
- id: nginx
category: gateway
path: modules/gateway/nginx
summary: Nginx 反向代理
official_docs: https://hub.docker.com/_/nginx
upstream: https://github.com/nginx/nginx
ports: "8088"
status: stable
- id: gitlab
category: git
path: modules/git/gitlab
summary: GitLab CE 单机
official_docs: https://docs.gitlab.com/ee/install/docker.html
upstream: https://gitlab.com/gitlab-org/gitlab
ports: "80,443,22"
status: stable
- id: adminer
category: gui
path: modules/gui/adminer
summary: Adminer 数据库 Web GUI
official_docs: https://hub.docker.com/_/adminer
upstream: https://github.com/vrana/adminer
ports: "8081"
status: stable
- id: mailpit
category: mail
path: modules/mail/mailpit
summary: Mailpit 开发用邮件捕获
official_docs: https://github.com/axllent/mailpit
upstream: https://github.com/axllent/mailpit
ports: "1025,8025"
status: stable
- id: elk
category: monitoring
path: modules/monitoring/elk
summary: Elasticsearch + Logstash + Kibana
official_docs: https://www.elastic.co/guide/en/elasticsearch/reference/8.17/docker.html
upstream: https://github.com/elastic/elasticsearch
ports: "9200,5601,5044"
status: stable
- id: grafana
category: monitoring
path: modules/monitoring/grafana
summary: Grafana 可视化
official_docs: https://grafana.com/docs/grafana/latest/setup-grafana/configure-docker/
upstream: https://github.com/grafana/grafana
ports: "3001"
status: stable
- id: prometheus
category: monitoring
path: modules/monitoring/prometheus
summary: Prometheus 指标采集
official_docs: https://prometheus.io/docs/prometheus/latest/installation/
upstream: https://github.com/prometheus/prometheus
ports: "9090"
status: stable
- id: openwebui
category: ai
path: modules/ai/openwebui
summary: Open WebUI
official_docs: https://docs.openwebui.com/
upstream: https://github.com/open-webui/open-webui
ports: "3000"
status: stable
- id: ollama
category: ai
path: modules/ai/ollama
summary: Ollama 本地大模型
official_docs: https://github.com/ollama/ollama/blob/main/docs/docker.md
upstream: https://github.com/ollama/ollama
ports: "11434"
status: stable
- id: gitea
category: git
path: modules/git/gitea
summary: Gitea 轻量 Git(SQLite)
official_docs: https://docs.gitea.com/installation/install-with-docker
upstream: https://github.com/go-gitea/gitea
ports: "3002,2222"
status: stable
- id: caddy
category: gateway
path: modules/gateway/caddy
summary: Caddy 反向代理 / 静态站
official_docs: https://caddyserver.com/docs/install#docker
upstream: https://github.com/caddyserver/caddy
ports: "8089"
status: stable
- id: phpmyadmin
category: gui
path: modules/gui/phpmyadmin
summary: phpMyAdmin(连 MySQL)
official_docs: https://docs.phpmyadmin.net/en/latest/setup.html#docker
upstream: https://github.com/phpmyadmin/phpmyadmin
ports: "8082"
status: stable
- id: pgadmin
category: gui
path: modules/gui/pgadmin
summary: pgAdmin 4(连 PostgreSQL)
official_docs: https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html
upstream: https://github.com/pgadmin-org/pgadmin4
ports: "8083"
status: stable
- id: redisinsight
category: gui
path: modules/gui/redisinsight
summary: Redis Insight
official_docs: https://redis.io/docs/latest/operate/redisinsight/install/install-on-docker/
upstream: https://github.com/RedisInsight/RedisInsight
ports: "5540"
status: stable
- id: hoppscotch
category: debug
path: modules/debug/hoppscotch
summary: Hoppscotch CE AIO(需首次 migrate)
official_docs: https://docs.hoppscotch.io/documentation/self-host/community-edition/install-and-build
upstream: https://github.com/hoppscotch/hoppscotch
ports: "3300,3310,3170"
status: stable
- id: filebrowser
category: files
path: modules/files/filebrowser
summary: File Browser(上游已归档)
official_docs: https://github.com/filebrowser/filebrowser/blob/master/www/docs/installation.md
upstream: https://github.com/filebrowser/filebrowser
ports: "8084"
status: stable
- id: registry
category: registry
path: modules/registry/registry
summary: Docker Registry v2(本地无鉴权)
official_docs: https://hub.docker.com/_/registry
upstream: https://github.com/distribution/distribution
ports: "5000"
status: stable
- id: jenkins
category: cicd
path: modules/cicd/jenkins
summary: Jenkins LTS JDK17
official_docs: https://www.jenkins.io/doc/book/installing/docker/
upstream: https://github.com/jenkinsci/jenkins
ports: "8085,50000"
status: stable
- id: qdrant
category: ai
path: modules/ai/qdrant
summary: Qdrant 向量库
official_docs: https://qdrant.tech/documentation/guides/installation/
upstream: https://github.com/qdrant/qdrant
ports: "6333,6334"
status: stable