Auto-sync: 2026-04-17 08:37

This commit is contained in:
2026-04-17 08:38:12 +08:00
parent 6caa1c2f47
commit a0a48bd334
247 changed files with 6577 additions and 3061 deletions

View File

@@ -0,0 +1,36 @@
---
title: "用Docker安装Homarr"
type: source
tags: [docker, homarr, dashboard]
date: 2026-04-17
---
## Source File
- [[raw/Home Office/用Docker安装Homarr.md]]
## Summary
- 核心主题:使用 Docker Compose 部署 Homarr 仪表板应用
- 问题域家庭网络服务部署、Homarr 仪表板安装配置
- 方法/机制Docker 容器化部署,通过 docker-compose.yml 定义服务
- 结论/价值:快速部署一个集成多种服务入口的仪表板
## Key Claims
- Homarr 可通过 Docker 快速部署
- 容器需要挂载 Docker Socket 以实现服务集成
- 环境变量 SECRET_ENCRYPTION_KEY 用于数据加密
## Key Quotes
> "docker-compose.yml" — Homarr 容器化部署配置文件
## Key Concepts
- [[Docker Compose]]:多容器 Docker 应用定义工具
- [[容器化仪表板]]Homarr 作为家庭网络服务入口
## Key Entities
- [[Homarr]]:开源仪表板应用,集成多种服务
## Connections
- [[Homarr]] ← deployed_by ← [[Docker Compose]]
## Contradictions
- (暂无冲突)