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

6 total results found

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

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

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

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

UnRAID Operational Gotchas

Lusankya (Network Attached Storage)

Overview Accumulated friction points from running UnRAID on Lusankya and integrating it with Centerpoint's Docker stack. Each entry includes root cause and the working fix. 1. NFS "Stale File Handle" After Mover Runs Symptom: A client (Centerpoint) holding an ...

lessons-learned
troubleshooting
nfs
docker