Add Portainer BE doc; update backup coverage for CT 109

- New services/portainer.md: BE license key, agent inventory, backup
  setup (Garage S3 + JottaCloud offsite), OIDC pending steps
- backrest.md: add CT 109 Portainer to coverage map, remove stale
  services/arcane path from plan, note Arcane decommission

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-26 17:12:36 +02:00
parent 07b21a7e2e
commit f65ceef90a
2 changed files with 133 additions and 2 deletions
+5 -2
View File
@@ -39,11 +39,12 @@
services/vaultwarden services/n8n services/memos
services/karakeep services/traccar services/gitea
services/coder services/nextcloud services/pocketid
services/arcane services/arr-stack services/gluetun
services/arr-stack services/gluetun
backup/home-assistant backup/immich backup/nextcloud
```
`services/shared-db` was removed when CT 113 came online — postgres is now WAL-G → Garage S3 → JottaCloud.
`services/arcane` removed 2026-05-26 — Arcane decommissioned, replaced by Portainer.
> **JottaCloud web UI tip**: rclone writes to the **Archive** section. The default landing page shows only Sync + Backup. Browse to `https://www.jottacloud.com/web/archive` to see the restic repos.
@@ -82,6 +83,7 @@ Garage → JottaCloud offsite sync runs daily 02:30 on CT 103 via `/usr/local/sb
| CT 105 Nextcloud AIO volumes | AIO Borg → `/mnt/pve/unas/backup/nextcloud/` → Backrest | ✓ |
| CT 108 Zoraxy | Phase 3 git push → `fkrebs/zoraxy-conf` | ✗ not deployed |
| CT 110 Pocket-ID | `services/pocketid` | ✓ |
| CT 109 Portainer config | Daily tar → Garage S3 `ct109-portainer-backup` → JottaCloud sync | ✓ |
| CT 111 Gitea + Coder | `services/{gitea,coder}` | ✓ |
| VM 100 HAOS config | Phase 3 git addon → `fkrebs/ha-config` | ✗ not deployed |
| VM 100 HAOS daily tar | HA → UNAS → Backrest | ✓ |
@@ -97,7 +99,8 @@ Immich thumbnails / encoded video, ComfyUI / Speaches models, arr-stack metadata
| Host | Data | Notes |
|---|---|---|
| CT 109 observe | Prometheus TSDB, Grafana dashboards, Arcane SQLite, sshwifty config | Low priority — metrics are ephemeral; dashboards can be re-exported from Grafana; add to services plan if state becomes hard to recreate |
| CT 109 Prometheus TSDB, Grafana dashboards | Low priority — metrics are ephemeral; dashboards re-exportable from Grafana; add to services plan if needed |
| CT 109 Portainer data | WAL-Gstyle daily tar → `ct109-portainer-backup` Garage S3 → JottaCloud offsite sync | ✓ (via walg-offsite-sync.sh) |
---