整理文件路径:Technical→AI/

This commit is contained in:
2026-04-14 18:54:05 +08:00
parent c9767442ca
commit b6a3ed5f77
145 changed files with 4249 additions and 83 deletions

View File

@@ -0,0 +1,35 @@
---
title: "Self-Healing Home Server & Infrastructure Management"
type: source
tags: [openclaw, self-healing, infrastructure, automation]
date: 2026-03-06
---
## Source File
- [[raw/Agent/usecases/self-healing-home-server.md]]
## Summary
- 核心主题OpenClaw作为家庭服务器的基础设施Agent
- 问题域家庭服务器需要24/7运维服务可能在凌晨宕机
- 方法/机制SSH访问、自动化cron任务、自动检测诊断修复问题
- 结论/价值Agent可在用户知道问题前自动修复问题
## Key Claims
- Cron任务系统是真正的产品健康检查、邮件分类、简报等自动化
- 知识提取随时间复利:处理笔记、对话导出和邮件成结构化知识库
- AI会硬编码密钥这是首要安全风险
- 本地优先Git工作流至关重要
## Key Insights
- AI会硬编码密钥需要强制预防措施
- TruffleHog预推送hook必须安装
- 本地Gitea作为暂存区比直接推送到公共GitHub更安全
## Key Concepts
- [[自愈系统]]:自动检测诊断和修复问题
- [[基础设施即代码]]使用Terraform、Ansible管理基础设施
- [[安全审计]]:定期扫描硬编码密钥、特权容器等
## Connections
- [[OpenClaw]] ← manages ← [[自愈系统]]
- [[OpenClaw]] ← performs ← [[安全审计]]