ai/at
1
0
Files
at/README.md
2024-10-18 22:52:57 +09:00

1.8 KiB

atproto(at protocol)

  • @
  • [at]mosphere
  • at://domain

api

# create account
$ curl -X POST -H "Content-Type: application/json" -sL https://${pds}/xrpc/com.atproto.server.createAccount -d "{\"email\": \"$email\", \"handle\": \"$handle\", \"password\": \"$password\"}" 

3文字以下の名前を使用するにはpds/handleを変更します。また、social-app(web client)からは3文字以下のアカウントを作成できません。apiから作成してください。

self-host

現在、bsky, bsyncのpatchを当てないと動きません。また、social-appはアバターが表示されません。動かないものは itaru2622/bluesky-selfhost-env を使用すると良いでしょう。

  • bsky = appview
  • ozone = mod
name service patch
pds https://github.com/bluesky-social/atproto/blob/main/services/pds/Dockerfile
bsky https://github.com/bluesky-social/atproto/blob/main/services/bsky/Dockerfile itaru2622/bluesky-atproto-bsky
bsync https://github.com/bluesky-social/atproto/blob/main/services/bsync/Dockerfile
ozone https://github.com/bluesky-social/atproto/blob/main/services/ozone/Dockerfile
plc https://github.com/did-method-plc/did-method-plc/tree/main/packages/server
bgs https://github.com/bluesky-social/indigo/tree/main/cmd/bigsky
feed https://github.com/bluesky-social/feed-generator
web https://github.com/bluesky-social/social-app itaru2622/bluesky-social-app