Add Kopia backup stack with Backblaze B2 offsite target.

Protects /config, selective labdata, and nightly DB dumps; documents homelab improvement plan briefs.
This commit is contained in:
ginnoir
2026-06-10 21:21:34 -05:00
parent 225078afbe
commit 7c7f6dfebc
47 changed files with 3105 additions and 1 deletions
@@ -0,0 +1,60 @@
# TB-006 — Authentik on admin UIs
**Status:** not started
**Your call:** _(unset — talk first)_
---
## Talk first
> **Stop.** Don't read Reference until we've talked.
> In chat, say **"let's do TB-006"** or **"authentik on admin uis"**.
**In one sentence:** Require Authentik login before Portainer, code-server, registry, etc.
**Why it came up:** LAN-only IP checks aren't the same as identity — Authentik is already running for famapp.
### Questions
1. Which admin sites do you actually use? (No point gating ones you never open)
2. Portainer git webhooks must keep working — okay to test carefully?
3. Do this for everything internal, or just the scary ones (Portainer, code, vault)?
### Your options
| Option | Meaning |
|--------|---------|
| **Do it** | We're doing this — I'll implement or walk you through it |
| **Later** | Keep on the list, not now |
| **Drop** | Remove from plan — totally fine |
| **Tweak** | Change scope; tell me how |
### What we decided
| | |
|---|---|
| **Decision** | |
| **Notes** | |
| **Date** | |
---
<details>
<summary>Reference (only open if we're doing it)</summary>
### Stack / files
Caddyfile + Authentik UI
### If we do it — rough steps
1. Authentik proxy provider + outpost
2. Caddy forward_auth snippet
3. Tier 1: portainer, code, registry-ui, vault, minio console
### Done when
- [ ] Tier 1 sites require login
- [ ] Portainer webhooks still work
</details>