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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user