From cff9572140de88e02ac6a7c5857ee267e5f70a4a Mon Sep 17 00:00:00 2001 From: syui Date: Mon, 5 May 2025 00:25:39 +0000 Subject: [PATCH] =?UTF-8?q?curl=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- curl.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/curl.md b/curl.md index c71035c..2c76ee0 100644 --- a/curl.md +++ b/curl.md @@ -424,4 +424,17 @@ admin_password=xxx url=https://${host}/xrpc/com.atproto.admin.updateSubjectStatus json="{\"action\": \"com.atproto.admin.defs#authVerifier\", \"subject\": {\"$type\": \"com.atproto.admin.defs#repoRef\", \"did\": \"did:plc:example\"}}" curl -X POST -u admin:${admin_password} -H "Content-Type: application/json" -d "$json" -sL $url +``` + +indigo-goatを使ってozoneを管理するようです。 + +https://github.com/bluesky-social/atproto/discussions/3607 + +```diff +# https://github.com/bluesky-social/atproto/blob/246562694fbc84dfcdace19c863f8fb2fe074739/packages/ozone/src/config/env.ts#L40-L44 + verifierUrl: envStr('OZONE_VERIFIER_URL'), + verifierDid: envStr('OZONE_VERIFIER_DID'), + verifierPassword: envStr('OZONE_VERIFIER_PASSWORD'), + verifierIssuersToIndex: envList('OZONE_VERIFIER_ISSUERS_TO_INDEX'), + jetstreamUrl: envStr('OZONE_VERIFIER_JETSTREAM_URL'), ``` \ No newline at end of file