incident: SFTPGo outage 2026-09-02 — CT299 tailscaled death + stale lxc-attach recovery

- New incident page documenting CT299 SFTPGo outage (02:18 AWST)
- Root cause: swap exhaustion (43Gi, 100%) killed tailscaled; 5 stale lxc-attach PIDs blocked pct start
- Resolution: killed PIDs 3037951/3334928/3352203/3402511/4004148, pct stop/start 299
- Updated current-state.md with Recent Changes (2026-09-02), bumped updated to 2026-09-04
- Updated log.md with incident entry
- Updated index.md last-updated date

No secrets written. Verified end-to-end: tailscale direct, SFTPGo WebAdmin HTTP 401, SFTP banner SSH-2.0-SFTPGo_2.7.0.
This commit is contained in:
Tony0410
2026-09-04 00:05:32 +08:00
parent 1d42c6bc83
commit 77250ea8c9
13 changed files with 746 additions and 507 deletions
+12 -2
View File
@@ -3,8 +3,8 @@ title: Model Providers
type: system
status: active
created: 2026-07-22
updated: 2026-08-14
verified_on: 2026-08-14
updated: 2026-08-20
verified_on: 2026-08-20
confidence: high
tags: [model, provider, inference, routing]
sources: [live-probe, config, web-search]
@@ -21,6 +21,7 @@ Inference providers available to Hermes, their routing paths, and notable model
| `custom:litellm` | `http://litellm:4000/v1` | Main inference (slower path, 626s/call) |
| `custom:omni` | `http://omni:20128/v1` | Auxiliary roles (vision, skills, approval, mcp, web_extract, compression) — factory-reset 2026-08-14 |
| `opencode-zen` | (internal) | Free-tier model access for cron jobs |
| `charm-hyper` | `hyper.charm.land/v1` | Coding-focused inference (Charmbracelet) — passthrough models, free tier 100 credits/mo |
| Guanaco | `ollama:11434` | LLM proxy/router on CT205 (Ollama stack) |
## Default Model
@@ -30,6 +31,15 @@ Inference providers available to Hermes, their routing paths, and notable model
## Notable Model Updates
### HyperCharm (Charmbracelet) — Provider Research (2026-08-20)
- **What:** Hyper (hyper.charm.land) is Charmbracelet's LLM inference service, purpose-built for agentic coding models
- **OmniRoute integration:** Already merged — PR #5961 (2026-07-03) added as `charm-hyper` provider with passthrough models from `hyper.charm.land/v1/models`
- **Free plan:** 100 Hypercredits/month (~$5 value), no rollover — use it or lose it monthly
- **Credit mechanics:** 1 Hypercredit = $0.05; balance queryable via `GET /v1/credits` (returns `{"balance": 100}`)
- **Catalog pricing (cheap models):** deepseek-v4-flash $0.20/$0.40 per 1M in/out, qwen3.7-flash $0.20/$0.80, gemma-4-26b $0.12/$0.42
- **No config changes made** — research only; `charm-hyper` is available but not wired as a Hermes default
- **Status:** Candidate for free-tier OmniRoute combo; passthrough model import means zero maintenance
### GPT-5.6 Luna — Model Research (2026-08-14)
- **Community consensus:** Luna is cleaner/more polished; DeepSeek V4 Flash is more persistent/cheaper
- **Luna strengths:** visual/UI work, final code review, bounded high-stakes tasks, cleaner structured output