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

5 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

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

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