From 5530e0373ff8a421607d8b01f6b2b20829203d7a Mon Sep 17 00:00:00 2001 From: eryajf Date: Mon, 15 Jan 2024 09:16:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- items/Docker-Tools/dive.yaml | 5 +++++ items/Forum/SForum.yaml | 5 +++++ items/K8S-Cluster-Manage/k8z.yaml | 5 +++++ items/Monitor/signoz.yaml | 5 +++++ items/Search-Engine/meilisearch.yaml | 5 +++++ items/Search-Engine/openobserve.yaml | 5 +++++ items/Search-Engine/zincsearch.yaml | 5 +++++ items/Sync-Tools/localsend.yaml | 5 +++++ "items/\345\240\241\345\236\222\346\234\272/natpass.yaml" | 5 +++++ "items/\345\240\241\345\236\222\346\234\272/wsm.yaml" | 5 +++++ "items/\346\226\207\346\241\243/theByteBook.yaml" | 5 +++++ .../EdgeAdmin.yaml" | 5 +++++ 12 files changed, 60 insertions(+) create mode 100644 items/Docker-Tools/dive.yaml create mode 100644 items/Forum/SForum.yaml create mode 100644 items/K8S-Cluster-Manage/k8z.yaml create mode 100644 items/Monitor/signoz.yaml create mode 100644 items/Search-Engine/meilisearch.yaml create mode 100644 items/Search-Engine/openobserve.yaml create mode 100644 items/Search-Engine/zincsearch.yaml create mode 100644 items/Sync-Tools/localsend.yaml create mode 100644 "items/\345\240\241\345\236\222\346\234\272/natpass.yaml" create mode 100644 "items/\345\240\241\345\236\222\346\234\272/wsm.yaml" create mode 100644 "items/\346\226\207\346\241\243/theByteBook.yaml" create mode 100644 "items/\350\277\220\347\273\264\347\256\241\347\220\206\345\271\263\345\217\260/EdgeAdmin.yaml" diff --git a/items/Docker-Tools/dive.yaml b/items/Docker-Tools/dive.yaml new file mode 100644 index 0000000..3b042dd --- /dev/null +++ b/items/Docker-Tools/dive.yaml @@ -0,0 +1,5 @@ +kind: Docker-Tools +owner: wagoodman +repo: dive +desc: '用于探索分析 docker 镜像、分层内容以及发现缩小 Docker/OCI 镜像大小的方法的工具' +desc_en: 'A tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image' \ No newline at end of file diff --git a/items/Forum/SForum.yaml b/items/Forum/SForum.yaml new file mode 100644 index 0000000..65f2e14 --- /dev/null +++ b/items/Forum/SForum.yaml @@ -0,0 +1,5 @@ +kind: Forum +owner: zhuchunshu +repo: SForum +desc: '✨ 一个功能丰富占内存少的组件化高性能论坛程序' +desc_en: '✨ A feature-rich, low-memory, componentized, high-performance forum program' \ No newline at end of file diff --git a/items/K8S-Cluster-Manage/k8z.yaml b/items/K8S-Cluster-Manage/k8z.yaml new file mode 100644 index 0000000..c23fe23 --- /dev/null +++ b/items/K8S-Cluster-Manage/k8z.yaml @@ -0,0 +1,5 @@ +kind: K8S-Cluster-Manage +owner: gotomicro +repo: k8z +desc: '提供k8s集群资源的管理能力,还集成了抓包,debug等功能' +desc_en: 'Provides management capabilities for k8s cluster resources, and also integrates packet capture, debug and other functions' \ No newline at end of file diff --git a/items/Monitor/signoz.yaml b/items/Monitor/signoz.yaml new file mode 100644 index 0000000..89d7871 --- /dev/null +++ b/items/Monitor/signoz.yaml @@ -0,0 +1,5 @@ +kind: Monitor +owner: SigNoz +repo: signoz +desc: 'SigNoz 是 OpenTelemetry 原生的开源可观察性平台,在单个应用程序中提供日志、跟踪和指标。DataDog、NewRelic 等的开源替代品。开源应用程序性能监控(APM)和可观察性工具' +desc_en: 'SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. Open source Application Performance Monitoring (APM) & Observability tool' \ No newline at end of file diff --git a/items/Search-Engine/meilisearch.yaml b/items/Search-Engine/meilisearch.yaml new file mode 100644 index 0000000..ac185c9 --- /dev/null +++ b/items/Search-Engine/meilisearch.yaml @@ -0,0 +1,5 @@ +kind: Search-Engine +owner: meilisearch +repo: meilisearch +desc: '⚡ Rust 语言编写,快如闪电的搜索引擎,可轻松融入您的应用程序、网站和工作流程 🔍' +desc_en: '⚡ Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine written in Rust 🔍' \ No newline at end of file diff --git a/items/Search-Engine/openobserve.yaml b/items/Search-Engine/openobserve.yaml new file mode 100644 index 0000000..def159e --- /dev/null +++ b/items/Search-Engine/openobserve.yaml @@ -0,0 +1,5 @@ +kind: Search-Engine +owner: openobserve +repo: openobserve +desc: '一个云原生可观察性平台,专为日志、指标、跟踪、分析、RUM(真实用户监控 - 性能、错误、会话重放)而构建,设计用于 PB 级工作' +desc_en: 'A cloud-native observability platform, built for logs, metrics, traces, analytics, and RUM (Real User Monitoring - performance, errors, session replay), designed for PB scale workloads' \ No newline at end of file diff --git a/items/Search-Engine/zincsearch.yaml b/items/Search-Engine/zincsearch.yaml new file mode 100644 index 0000000..3554dfa --- /dev/null +++ b/items/Search-Engine/zincsearch.yaml @@ -0,0 +1,5 @@ +kind: Search-Engine +owner: zincsearch +repo: zincsearch +desc: '一个进行全文索引的搜索引擎。它是 Elasticsearch 的轻量级替代品,运行时只使用一小部分资源。它使用蓝色作为底层索引库' +desc_en: 'A search engine for full-text indexing. It is a lightweight alternative to Elasticsearch and uses only a small fraction of resources at runtime. It uses blue as the underlying index library' \ No newline at end of file diff --git a/items/Sync-Tools/localsend.yaml b/items/Sync-Tools/localsend.yaml new file mode 100644 index 0000000..2821249 --- /dev/null +++ b/items/Sync-Tools/localsend.yaml @@ -0,0 +1,5 @@ +kind: Sync-Tools +owner: localsend +repo: localsend +desc: '一个免费、开源的应用程序,允许你在本地网络上安全地与附近设备共享文件和消息,无需互联网连接' +desc_en: 'A free, open-source application that allows you to securely share files and messages with nearby devices on your local network without an internet connection' \ No newline at end of file diff --git "a/items/\345\240\241\345\236\222\346\234\272/natpass.yaml" "b/items/\345\240\241\345\236\222\346\234\272/natpass.yaml" new file mode 100644 index 0000000..5fc853b --- /dev/null +++ "b/items/\345\240\241\345\236\222\346\234\272/natpass.yaml" @@ -0,0 +1,5 @@ +kind: 堡垒机 +owner: lwch +repo: natpass +desc: '主机管理工具,支持 Shell 管理,支持远程桌面管理' +desc_en: 'Host management tool, support Shell management, support remote desktop management' \ No newline at end of file diff --git "a/items/\345\240\241\345\236\222\346\234\272/wsm.yaml" "b/items/\345\240\241\345\236\222\346\234\272/wsm.yaml" new file mode 100644 index 0000000..de51703 --- /dev/null +++ "b/items/\345\240\241\345\236\222\346\234\272/wsm.yaml" @@ -0,0 +1,5 @@ +kind: 堡垒机 +owner: axetroy +repo: wsm +desc: '通过 Web 来管理远端服务器,简易的堡垒机' +desc_en: 'Manage remote servers via Web, simple bastion machine' \ No newline at end of file diff --git "a/items/\346\226\207\346\241\243/theByteBook.yaml" "b/items/\346\226\207\346\241\243/theByteBook.yaml" new file mode 100644 index 0000000..1e45d0e --- /dev/null +++ "b/items/\346\226\207\346\241\243/theByteBook.yaml" @@ -0,0 +1,5 @@ +kind: 文档 +owner: isno +repo: theByteBook +desc: '深入讲解内核网络、Kubernetes、ServiceMesh、容器等云原生相关技术,经历实践检验的 DevOps、SRE指南' +desc_en: 'In-depth explanation of kernel network, Kubernetes, ServiceMesh, containers and other cloud native related technologies, DevOps, SRE guide verified by practice' \ No newline at end of file diff --git "a/items/\350\277\220\347\273\264\347\256\241\347\220\206\345\271\263\345\217\260/EdgeAdmin.yaml" "b/items/\350\277\220\347\273\264\347\256\241\347\220\206\345\271\263\345\217\260/EdgeAdmin.yaml" new file mode 100644 index 0000000..ba38ecb --- /dev/null +++ "b/items/\350\277\220\347\273\264\347\256\241\347\220\206\345\271\263\345\217\260/EdgeAdmin.yaml" @@ -0,0 +1,5 @@ +kind: 运维管理平台 +owner: TeaOSLab +repo: EdgeAdmin +desc: 'CDN & WAF集群管理系统' +desc_en: 'CDN & WAF cluster management system' \ No newline at end of file