hub v0.50.0: customer-claim arc docs (CHANGELOG, default template claim_code_* fields, REUSE rows)

Claude-Session: https://claude.ai/code/session_01NptTCFtu7dz2Ru89qHRagN
This commit is contained in:
2026-07-12 18:45:43 +02:00
parent 6b40eb8619
commit 3ded6cf7c1
3 changed files with 40 additions and 2 deletions
+7 -1
View File
@@ -38,9 +38,15 @@ system:
# --- Web UI ---
web:
listen: ":8080"
# Bcrypt hash. Empty = first-visit setup prompt.
# Bcrypt hash of the customer's dashboard password (customer-owned; set via the claim flow).
# Empty = not yet claimed → the claim gate serves only the claim page (see claim_code_* below).
password_hash: ""
session_secret: "" # Auto-generated on first start
# Customer-claim arc (v0.50.0/controller v0.122.0). The hub OVERWRITES these at config generation
# from the active claim state — leave empty here. bcrypt(code) + monotonic generation + issue time.
claim_code_hash: ""
claim_code_generation: 0
claim_code_issued_at: ""
# --- Git synchronization ---
git: