Auto-sync: 2026-04-17 13:17

This commit is contained in:
2026-04-17 13:17:36 +08:00
parent d6d05815db
commit 3b8e779cc0
24 changed files with 982 additions and 75 deletions

27
wiki/entities/ArgoCD.md Normal file
View File

@@ -0,0 +1,27 @@
---
title: "ArgoCD"
type: entity
tags: [gitops, deployment, kubernetes]
sources: [self-healing-home-server-infrastructure-management]
last_updated: 2026-04-17
---
## Description
GitOps 持续交付工具,用于 Kubernetes 应用程序的自动化部署和管理。
## Key Features
- 声明式应用定义
- 自动同步集群状态与 Git 仓库
- 可视化 UI 和 CLI
- 回滚和审计功能
- 多租户支持
## Use Cases
- K3s 集群的持续部署
- 基础设施即代码的自动化同步
- 家庭实验室应用的部署管理
## Related
- [[Kubernetes]] — ArgoCD 部署的目标平台
- [[K3s]] — 轻量级 K8s运行 ArgoCD
- [[GitOps]] — ArgoCD 实践的运维模式

25
wiki/entities/Gitea.md Normal file
View File

@@ -0,0 +1,25 @@
---
title: "Gitea"
type: entity
tags: [git, self-hosted, devops]
sources: [self-healing-home-server-infrastructure-management]
last_updated: 2026-04-17
---
## Description
自托管 Git 服务,适合本地优先 Git 工作流。在 AI Agent 场景中作为推送到公共仓库前的中转站。
## Key Features
- 轻量级,自托管
- 支持 CI/CD (Woodpecker)
- 代码浏览、Issue、PR 管理
- Webhook 支持
## Use Cases
- 本地优先 Git 工作流的中转仓库
- 私有代码托管
- CI/CD pipeline 集成
## Related
- [[GitHub]] — 公共代码托管平台
- [[TruffleHog]] — 配合 Gitea 进行 secret 扫描

27
wiki/entities/K3s.md Normal file
View File

@@ -0,0 +1,27 @@
---
title: "K3s"
type: entity
tags: [kubernetes, lightweight, home-lab]
sources: [self-healing-home-server-infrastructure-management]
last_updated: 2026-04-17
---
## Description
轻量级 Kubernetes 发行版,专为资源受限环境和边缘计算设计,适合家庭实验室使用。
## Key Features
- 单一二进制文件,安装简单
- 内存占用 < 512MB
- 内置 Traefik Ingress 控制器
- 支持 SQLite 作为存储后端
- 适合边缘和 IoT 场景
## Use Cases
- 家庭实验室容器编排
- 边缘计算节点
- 开发/测试环境
- CI/CD runner
## Related
- [[Kubernetes]] — K3s 是上游 K8s 的轻量分支
- [[ArgoCD]] — GitOps 持续交付工具,运行在 K3s 集群上

27
wiki/entities/Loki.md Normal file
View File

@@ -0,0 +1,27 @@
---
title: "Loki"
type: entity
tags: [logging, prometheus, observability]
sources: [self-healing-home-server-infrastructure-management]
last_updated: 2026-04-17
---
## Description
由 Grafana Labs 开发的水平可扩展日志聚合系统,与 Prometheus 设计理念相似,成本低、易于运维。
## Key Features
- 水平可扩展
- 与 Prometheus 和 Grafana 深度集成
- 标签驱动的日志索引
- 低存储成本
- PromQL 风格的日志查询
## Use Cases
- Kubernetes 集群日志聚合
- 基础设施日志分析
- 与 Prometheus/Grafana 监控栈集成
## Related
- [[Grafana]] — Loki 通常与 Grafana 可视化一起使用
- [[Prometheus]] — Loki 与 Prometheus 同为 CNCF 项目,互补使用
- [[K3s]] — K3s 集群的日志聚合

18
wiki/entities/Recapio.md Normal file
View File

@@ -0,0 +1,18 @@
---
title: "Recapio"
type: entity
tags: [product, youtube]
date: 2026-04-17
---
## Source
- [[raw/Agent/usecases/daily-youtube-digest.md]]
## Definition
Recapio.com 是一款提供每日 YouTube 视频摘要的产品。
## Role
- 竞品,提供类似的 Daily YouTube Recap 功能
## Aliases
- Recapio - Daily YouTube Recap

View File

@@ -0,0 +1,19 @@
---
title: "TranscriptAPI"
type: entity
tags: [api-service, youtube]
date: 2026-04-17
---
## Source
- [[raw/Agent/usecases/daily-youtube-digest.md]]
## Definition
TranscriptAPI.com 是提供 YouTube 视频 Transcript 获取的 API 服务。
## Role
- 为 AI Agent 提供视频字幕文本获取能力
- 支持每日 digest 工作流的转录提取
## Aliases
- TranscriptAPI.com

View File

@@ -0,0 +1,26 @@
---
title: "TruffleHog"
type: entity
tags: [security, secrets, scanning]
sources: [self-healing-home-server-infrastructure-management]
last_updated: 2026-04-17
---
## Description
开源 secrets 扫描工具,检测代码和配置中的硬编码 API 密钥、密码和 tokens。在 AI Agent 安全设置中作为预推送钩子强制执行。
## Key Features
- 扫描 Git 历史中的 secrets
- 支持 700+ 检测器AWS、GitHub、Slack 等)
- 可作为 pre-commit/pre-push 钩子运行
- CI/CD 集成支持
## Use Cases
- 阻止硬编码 secrets 推送到仓库
- CI pipeline 中的自动化扫描
- AI Agent 安全防护的关键工具
## Related
- [[GitHub]] — 代码托管平台
- [[Gitea]] — 本地 Git 服务,配合 TruffleHog 进行扫描
- [[1Password]] — 安全 secrets 管理AI Agent 应使用此工具而非硬编码