Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

151 total results found

Home Lab

Infrastructure and documentation tied to Home Lab management and creation

development
hacking
AI

Centerpoint Home Lab

Description Specifically for Centerpoint set up

Server Introduction

Centerpoint Home Lab

Hardware specifications, storage layout, network topology, and the base Docker environment that underpins the entire Centerpoint stack.

Overview & Hardware

Centerpoint Home Lab Server Introduction

Overview & Hardware tags: [hardware, centerpoint, specs] Overview Centerpoint is the primary homelab server — a Mini PC form factor running a full self-hosted Docker stack. It acts as the central compute node for all containerised services, reverse proxying, m...

Storage Layout

Centerpoint Home Lab Server Introduction

Overview Centerpoint uses a three-tier storage strategy: Local NVMe — fast system and application data storage Ceph OSD block devices — two NVMe drives contributing to a distributed Ceph cluster for object/block storage across the homelab NFS mounts from UnRAI...

storage
nvme
ceph
nfs
unraid

Networking

Centerpoint Home Lab Server Introduction

Overview Centerpoint is reachable via four distinct paths depending on the use case. Path Address / Domain Use Case LAN (physical) 192.168.1.85 Direct IP access, management Tailscale VPN 100.117.158.101 Secure remote access Traefik (internal) *.home.local Name...

networking
traefik
tailscale
dns
docker

Docker Environment

Centerpoint Home Lab Server Introduction

Overview All services on Centerpoint run as Docker containers, managed through Docker Compose project files and monitored via Portainer EE. Traefik v3 serves as the reverse proxy and TLS termination point for every service. Docker Engine Property Value Docker ...

docker
portainer
traefik
compose

Infrastructure & Networking

Centerpoint Home Lab

Chapter Introduction

Centerpoint Home Lab Infrastructure & Networking

Overview This chapter documents the foundational infrastructure layer that all other services depend on. These nine services form the backbone of the Centerpoint stack — handling reverse proxying, TLS, identity, DNS, threat detection, logging, and observabilit...

infrastructure
networking
traefik
authentik
dns

Traefik v3

Centerpoint Home Lab Infrastructure & Networking

Overview Traefik is the single ingress point for all named HTTP/HTTPS traffic on Centerpoint. It runs on the traefik-net Docker bridge network and discovers routes automatically from container labels — no manual reload is needed when stacks are added or remov...

traefik
reverse-proxy
tls
docker
infrastructure

Step-CA (Internal Certificate Authority)

Centerpoint Home Lab Infrastructure & Networking

Overview Step-CA is an internal ACME-compatible certificate authority that issues TLS certificates for all *.home.local domains. It allows Traefik to provision and auto-renew trusted certificates for internal services without relying on Let's Encrypt or expos...

step-ca
tls
certificates
acme
infrastructure

Portainer EE

Centerpoint Home Lab Infrastructure & Networking

Overview Portainer Enterprise Edition is the primary container management interface for Centerpoint. It provides a web UI for deploying stacks, viewing container logs, managing volumes and networks, and monitoring resource usage across the Docker environment. ...

portainer
docker
management
infrastructure

Authentik (SSO / Identity Provider)

Centerpoint Home Lab Infrastructure & Networking

Overview Authentik is the identity provider and single sign-on (SSO) gateway for all externally-accessible services on Centerpoint. It implements ForwardAuth middleware for Traefik, meaning that any request arriving at an external route tagged with authentik-a...

authentik
sso
oidc
oauth2
identity
infrastructure

AdGuard Home

Centerpoint Home Lab Infrastructure & Networking

Overview AdGuard Home serves as the primary LAN-wide DNS resolver for the entire homelab network. All devices on the 192.168.1.0/24 subnet use it as their primary DNS server ( 192.168.1.85:53). It provides: DNS-based ad and tracker blocking Wildcard DNS entry...

adguard
dns
networking
ad-blocking
infrastructure

CrowdSec

Centerpoint Home Lab Infrastructure & Networking

Overview CrowdSec is a collaborative intrusion detection and prevention system integrated directly into Traefik. It analyses Traefik access logs in real time, detects attack patterns (brute force, CVE exploitation, bad bots, etc.), and instructs Traefik to blo...

crowdsec
security
threat-detection
traefik
infrastructure

Dozzle

Centerpoint Home Lab Infrastructure & Networking

Overview Dozzle is a lightweight, real-time log viewer for Docker containers. It provides a web UI to stream, search, and follow container logs without needing to SSH into the host and run docker logs. It is configured to monitor containers on both Centerpoin...

dozzle
logging
monitoring
docker
infrastructure

Uptime-Kuma

Centerpoint Home Lab Infrastructure & Networking

Overview Uptime-Kuma is a self-hosted uptime monitoring tool that tracks the availability of services and endpoints, sends alerts on downtime, and displays historical uptime statistics. It serves as the primary observability dashboard for the homelab — monitor...

uptime-kuma
monitoring
observability
infrastructure

Homepage.Dev

Centerpoint Home Lab Infrastructure & Networking

Overview Homepage (gethomepage.dev) is the self-hosted service dashboard for Centerpoint. It provides a single-pane-of-glass view of all running services, organised into three tabs that reflect the different access methods available for each service. It also d...

homepage
dashboard
infrastructure