Services¶
A general overview of the categories of services running in the homelab. This is a high-level summary — not an exhaustive inventory.
Documentation¶
Self-hosted documentation platforms for personal notes, runbooks, and project documentation. Keeping knowledge in a structured, searchable, self-hosted system rather than scattered across third-party tools.
Monitoring and Observability¶
Services for log aggregation, metrics collection, and alerting. Visibility into what's running and how it's behaving is a core requirement, not an optional add-on.
Automation¶
Tooling for scheduled tasks, event-driven workflows, and reducing manual repetition. Anything that runs on a schedule or reacts to events likely touches this layer.
Media¶
Self-hosted media management and serving. Keeps personal media libraries organized and accessible without relying on external streaming platforms.
Development¶
Local services that support development work — registries, test environments, CI tooling, and similar utilities.
Networking and Routing¶
Reverse proxy, DNS, and related services that handle how traffic flows to and between services. TLS termination happens here.
Service-specific details and configuration notes may be added to individual pages over time.