mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 05:26:41 +02:00
docs(infra): Phase 2f added to PLAN_OPTION_C + hostname table updated to v28
- PLAN_OPTION_C.md: new row covers verdaccio + news-ingester + mana-ai with the cross-arch + workspace-deps gotchas - infrastructure/README.md: hostname table catches up to npm.mana.how (Phase 2f-1) and mana-ai.mana.how (Phase 2f-3); config v26 → v28 - infrastructure/.env.gpu-box.example: MANA_SERVICE_KEY + MANA_AI_PRIVATE_KEY_PEM block added with note that the values mirror Mini's .env.macmini (the latter's matching public-half stays on mana-auth, that's what makes Mission-Grant decryption work) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a8cce79e4c
commit
e77134bd8b
9 changed files with 581 additions and 5 deletions
|
|
@ -27,3 +27,10 @@ GLITCHTIP_DB_PASSWORD=
|
|||
GLITCHTIP_SECRET_KEY=
|
||||
GLITCHTIP_ADMIN_EMAIL=
|
||||
GLITCHTIP_ADMIN_PASSWORD=
|
||||
|
||||
# ─── mana-ai (AI Mission Runner, Phase 2f-3) ─────────────────
|
||||
# Aus Mini's .env.macmini übernehmen — Werte müssen 1:1 identisch sein
|
||||
# (mana-ai's Service-Auth-Token + RSA-Private-Key, dessen Public-Half
|
||||
# in mana-auth's MANA_AI_PUBLIC_KEY_PEM auf dem Mini steht).
|
||||
MANA_SERVICE_KEY=
|
||||
MANA_AI_PRIVATE_KEY_PEM=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue