C1: doc review — replicating-blumeops tutorial (#350)
## Summary - Periodic doc review of `tutorials/replicating-blumeops.md` (was never reviewed). - Fixed 4 instances of "BluemeOps" → "BlumeOps" (also caught 1 in `contributing.md`). - Added `last-reviewed: 2026-05-11` and bumped `modified`. - Verified all wiki-link targets resolve. ## Test plan - [x] `prek` hooks pass (link checker, frontmatter checker) - [ ] Optional: `mise run docs-preview docs/tutorials/replicating-blumeops.md` Reviewed-on: #350
This commit is contained in:
parent
f83be3bf37
commit
bb7efa850a
3 changed files with 8 additions and 6 deletions
1
docs/changelog.d/doc-review-replicating-blumeops.doc.md
Normal file
1
docs/changelog.d/doc-review-replicating-blumeops.doc.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Reviewed `replicating-blumeops` tutorial: fixed "BluemeOps" typos (also in `contributing.md`) and added `last-reviewed` frontmatter.
|
||||
|
|
@ -11,7 +11,7 @@ tags:
|
|||
|
||||
> **Audiences:** Contributor
|
||||
|
||||
This tutorial walks through making your first contribution to BluemeOps - from understanding the codebase to submitting a pull request.
|
||||
This tutorial walks through making your first contribution to BlumeOps - from understanding the codebase to submitting a pull request.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Replicating BlumeOps
|
||||
modified: 2026-02-07
|
||||
modified: 2026-05-11
|
||||
last-reviewed: 2026-05-11
|
||||
tags:
|
||||
- tutorials
|
||||
- replication
|
||||
|
|
@ -10,7 +11,7 @@ tags:
|
|||
|
||||
> **Audiences:** Replicator
|
||||
|
||||
This tutorial provides a roadmap for building your own homelab GitOps environment inspired by BluemeOps. It links to detailed component tutorials for each major piece.
|
||||
This tutorial provides a roadmap for building your own homelab GitOps environment inspired by BlumeOps. It links to detailed component tutorials for each major piece.
|
||||
|
||||
## What You'll Build
|
||||
|
||||
|
|
@ -23,7 +24,7 @@ By following this guide, you'll have:
|
|||
|
||||
## Hardware Requirements
|
||||
|
||||
BluemeOps runs on modest hardware. At minimum:
|
||||
BlumeOps runs on modest hardware. At minimum:
|
||||
|
||||
| Component | BlumeOps Uses | Minimum Alternative |
|
||||
|-----------|---------------|---------------------|
|
||||
|
|
@ -94,7 +95,7 @@ Without observability, you're flying blind.
|
|||
|
||||
### Phase 6: Your First Services
|
||||
|
||||
With the foundation in place, deploy actual workloads. BluemeOps runs:
|
||||
With the foundation in place, deploy actual workloads. BlumeOps runs:
|
||||
- [[miniflux]] - RSS reader
|
||||
- [[jellyfin]] - Media server
|
||||
- [[immich]] - Photo management
|
||||
|
|
@ -118,7 +119,7 @@ Protect your data.
|
|||
|
||||
## Alternative Approaches
|
||||
|
||||
BluemeOps makes specific choices that may not suit everyone:
|
||||
BlumeOps makes specific choices that may not suit everyone:
|
||||
|
||||
| BlumeOps Choice | Alternative |
|
||||
|-----------------|-------------|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue