homelab-notes/README.md
ilia 8bcfddbb97
All checks were successful
CI / skip-ci-check (pull_request) Successful in 1m15s
CI / markdown-lint (pull_request) Successful in 1m18s
CI / yaml-validate (pull_request) Successful in 1m18s
Fix CI linting rules and trailing blanks
2025-12-30 22:34:00 -05:00

24 lines
825 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# homelab-notes
Personal notes for my homelab: build logs, configs, and operational runbooks for services/VMs/containers I run at home.
## Goals
- Keep **repeatable steps** for installs, upgrades, and troubleshooting.
- Capture **design decisions** (why something was done a certain way).
- Document **IPs/ports/paths** used in my environment (may include private network details).
## Repo structure
- Each top-level folder is usually one service or project (e.g. `qBit/`, `vikunja-lxc/`).
- Notes are primarily Markdown files named like `*-notes.md`.
## How to use
- Read the notes for the service youre working on.
- Treat commands as **examples**; adjust hostnames, IPs, and paths to your environment.
## Status
This is an actively evolving notebook. Some sections may be incomplete or “work in progress”.