nomadweb/frontend/content/book/chapters/04-homelab.md
eric ff7b721acb feat: NomadCNA community layer, social matching, payments, and ebook
Port meetups, discussions, gigs, dating/chat, VIP pay (ZPay/XorPay), MiroTalk live, digital academy, and ebook reader. Add persistent community_store, git-first deploy docs, and env template for production secrets.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-30 09:38:13 -05:00

49 lines
1.7 KiB
Markdown
Raw Permalink 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.

# Homelab:把家装进一个机柜
二〇二二年,我还住在租来的单间里,床底下藏着一台 Dell OptiPlex 小主机。
当时只是想跑个 Plex,把电影串流到手机。没想到,这台几百块的机器,后来成了我整个数字生活的中枢。
---
## 什么是 Homelab
Homelab,字面意思是「家庭实验室」。简单说,就是**你自己搭的、自己管的服务器环境**。
不是云服务那种「按月订阅、数据在别人机房」。是你的 NAS、你的 Git 仓库、你的笔记同步、你的自动化脚本——物理上可能就在你国内那个出租屋里,逻辑上却跟着你走遍世界。
---
## 我的第一套配置
| 组件 | 选择 | 用途 |
|------|------|------|
| 主机 | Dell OptiPlex 7040 | 7×24 低功耗运行 |
| 系统 | Proxmox | 虚拟机管理 |
| 存储 | 4TB 机械 + 256GB SSD | 文件 + 系统 |
| 服务 | Jellyfin, Nextcloud, Gitea | 媒体、同步、代码 |
总花费不到三千块。比一台新 iPhone 便宜,但价值在于:**它是你的。**
---
## 为什么游牧者需要 Homelab
人在清迈,文件在上海的硬盘里——听起来很蠢,对吧?
但云盘有容量限制,有审查风险,有「服务条款变更」的隐患。Homelab 给你的,是**数据主权**和**不受地点限制的访问权**。
配合 Tailscale 或 WireGuard,你在任何 WiFi 下,都能像坐在家里一样访问自己的服务。
---
## 从一台旧电脑开始
你不需要一上来就买机柜、交换机、UPS。
找一台闲置笔记本,装 Linux,跑一个 Nextcloud 或 FileBrowser。能远程访问,就算 Homelab 入门了。
**完美是优秀的敌人。先跑起来,再迭代。**
下一章,我们聊怎么「连回家」。