惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

I
InfoQ
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
月光博客
月光博客
B
Blog
罗磊的独立博客
GbyAI
GbyAI
博客园 - 三生石上(FineUI控件)
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Security Blog
Microsoft Security Blog
宝玉的分享
宝玉的分享
The GitHub Blog
The GitHub Blog
人人都是产品经理
人人都是产品经理
博客园 - Franky
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
博客园 - 聂微东
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
Visual Studio Blog
MyScale Blog
MyScale Blog
Google DeepMind News
Google DeepMind News
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏

Danb Blog

August 2026: What I've Been Working On · Danb Blog Great Tech: Intel 2500k CPU · Danb Blog July 2026: What I've Been Working On · Danb Blog My Experience with Ubuntu Desktop 26.04 · Danb Blog Thumbnails for Orca 3MF in GNOME Files · Danb Blog Cheaper Sodastream Gas with a Big Tank · Danb Blog June 2026: What I've Been Working On · Danb Blog Running Snyk On Forgejo/Codeberg Actions · Danb Blog Tuta & Proton: An Open Source Client Does Not Result in an Open Source Service · Danb Blog May 2026: What I've Been Working On · Danb Blog 3D Printing Parts for my Greenhouse, Round 2 · Danb Blog Great Devices: Nexus 7 2013 · Danb Blog R36S Console RetroArch Stuck Menu Issue · Danb Blog April 2026: What I've Been Working On · Danb Blog Basic OpenCode Sandboxing with Docker · Danb Blog Games Played in 2025 · Danb Blog March 2026: What I've Been Working On · Danb Blog Shivam Mathur's "node-docker" Images are Awesome for PHP CI · Danb Blog February 2026: What I've Been Working On · Danb Blog Your BookStackApp project was assigned as a project for my Software Architecture course · Danb Blog My Sovol SV08 3D Printer Setup in 2026 · Danb Blog January 2026: What I've Been Working On · Danb Blog Epson Printer: The administrator password you entered was not recognized · Danb Blog Pressure to Follow Process · Danb Blog Online Shopping Email Notifications · Danb Blog My HomeLab Setup in 2026 · Danb Blog Linux Label Printing with the Phomemo D30 · Danb Blog Reporting to the CMA: Google Android Developer Verification · Danb Blog OPNsense & Dnsmasq: Responding with specific DNS servers · Danb Blog An Impromptu Introduction to ZFS Drive Replacement at 1am · Danb Blog
My 2023 HomeLab Setup · Danb Blog
2023-03-21 · via Danb Blog

Thought I’d document my current homelab setup. I’m not one to go full-out with a server rack, my setup is contained within a couple of shelves within some storage cubes:

2023 Homelab Setup

Within this I have:

  • ASUS DSL-AC56U router
    • Basic but does what I need for Wi-Fi and handling my standard VDSL WAN line.
  • Synology DS220+ NAS box
    • Recent upgrade from a 215j, bought as refurbished for cheap.
    • Houses a couple of various old 2TB desktop drives, RAIDed for a little safety.
    • Used for file storage and backup management.
  • Netgear 1GbE switch
    • Standard issue unmanaged home switch.
  • Stack of 2 Raspberry Pies
    • A Raspberry Pi 4 running Home Assistant, for local home automation.
    • A currently unused Pi 3, useful for testing things on Arm when needed.
  • Intel NUC
    • 4 core Intel J3455 @ 1.50GHz, 8GB RAM, 90GB SSD.
    • Runs Proxmox for LXC/Docker/VM self-hosted services and test environments.
  • Phillips Hue Hub
    • Used as a bridge for all Zigbee IoT devices within the home.
  • APC Pro 550VA UPS
    • To keep network devices online and allow safe NAS power-down on power failure.
    • Replaced battery this year after only lasting 2 minutes during a recent power-cut.

The thing I like most about my setup is that it’s low-noise and power efficient. There’s no noise unless the NAS disks spin up during use. The whole system idles at around 11W, which goes up to ~50W when the NAS is out of hibernation (Which is its common default state).

I don’t feel like I need to upgrade anything anytime soon. The recent NAS upgrade and UPS battery refresh has updated everything to my current needs. The NUC is getting a bit old now but I don’t find it slow or limiting in my use so I’ll keep it going as the great little workhorse that it is. I am tempted to move Home Assistant into proxmox, just for easier management and to free up another Pi for random uses, but I don’t see any rush to do this.

On the network side of things, I recently changed the home network to be on a /16 subnet to widen the range of IPs available. I done this so I can use a more sensible scheme for organising devices on the network, and to have a clear boundary between DHCP devices and differnt static use-cases. I now have something like this:

  • 192.168.1.x: DHCP normal network devices/use
  • 192.168.2.x: Static range for hardware devices
  • 192.168.3.x: Static range for self-hosted app containers/VMs
  • 192.168.4.x: Static range for test containers/VMs