myc

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

commit 36667b4b55f863cd3c07940018909db5814a04e9
parent f543a51540453b7db735c3e4e4b2a2edf76c3078
Author: triesap <tyson@radroots.org>
Date:   Thu,  9 Apr 2026 04:26:33 +0000

docs: align myc repo-local runtime guidance

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

diff --git a/.env.example b/.env.example @@ -3,6 +3,8 @@ MYC_PATHS_PROFILE=service_host # /etc/radroots/services/myc/config.env # local ad hoc runs may instead use: # ~/.radroots/config/services/myc/config.env +# repo-owned local runs should prefer the root .env.local control plane, which derives +# MYC_PATHS_PROFILE=repo_local and MYC_PATHS_REPO_LOCAL_ROOT automatically # or pass `--env-file /path/to/config.env` MYC_SERVICE_INSTANCE_NAME=myc MYC_LOGGING_FILTER=info,myc=info