myc

Self-custodial remote signer for Radroots apps
git clone https://radroots.dev/git/myc.git
Log | Files | Refs | README | LICENSE

commit eb2267204a8f167f13d7183100a8c1610e1fdb60
parent f6b0d948a6fbdb9ef3db58ea7f8af591ba8bc7c6
Author: triesap <tyson@radroots.org>
Date:   Wed, 25 Mar 2026 21:09:10 +0000

docs: describe operability contract

- document cli status and metrics commands plus the local-only admin server surface
- add observability env settings to the checked example configuration
- explain healthy degraded and unready semantics and the readiness contract
- point validation guidance at the new operability cli and server proof lanes

Diffstat:
M.env.example | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.env.example b/.env.example @@ -11,6 +11,9 @@ MYC_AUDIT_DEFAULT_READ_LIMIT=200 MYC_AUDIT_MAX_ACTIVE_FILE_BYTES=262144 MYC_AUDIT_MAX_ARCHIVED_FILES=8 +MYC_OBSERVABILITY_ENABLED=false +MYC_OBSERVABILITY_BIND_ADDR=127.0.0.1:9460 + MYC_DISCOVERY_ENABLED=true MYC_DISCOVERY_DOMAIN=myc.radroots.org MYC_DISCOVERY_HANDLER_IDENTIFIER=myc