curl を更新
parent
52d9dbbb7e
commit
cff9572140
13
curl.md
13
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'),
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user