Files
nexus/wiki/sources/用Docker安装Homarr.md
weishen f9ac3145ab feat(wiki): ingest remaining subdirectories batch (51 files)
- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django
- Skills: GOG CLI, Last30Days, baoyu-skills
- Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验
- 微信公众号: 养虾日记1-5, AI时代赚钱
- 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard
- AI目录补充: 20个文件

Source pages: 51
Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等
Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
2026-04-14 20:48:34 +08:00

39 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "用Docker安装Homarr"
type: source
tags: [homarr, docker, 导航面板]
date: 2025-09-15
---
## Source File
- [[raw/Home Office/用Docker安装Homarr.md]]
## Summary
- 核心主题:通过 Docker 安装 Homarr 个人导航面板
- 问题域:服务导航与入口
- 方法/机制docker-compose 部署,挂载 Docker socket 实现容器集成
- 结论/价值Homarr 作为家庭实验室的仪表板,统一入口管理所有服务
## Key Claims
- 镜像ghcr.io/homarr-labs/homarr端口 7575
- 挂载 /var/run/docker.sock 实现 Homarr 内置容器状态监控
- SECRET_ENCRYPTION_KEY 用于数据加密
- ALL_PROXY 设置容器内 socks5 代理
## Key Quotes
> "/var/run/docker.sock:/var/run/docker.sock" — Homarr 实现容器集成的关键挂载
## Key Concepts
- [[Homarr]]:开源导航面板,整合家庭实验室服务入口
- [[Docker Socket]]:容器管理 API 暴露
## Key Entities
- [[Homarr]]:导航面板工具
## Connections
- [[Docker]] ← exposes ← [[Docker Socket]]
- [[Homarr]] ← connects_to ← [[Docker Socket]]
## Contradictions
-