71 lines
1.8 KiB
Markdown
71 lines
1.8 KiB
Markdown
# at
|
|
|
|
- https://github.com/bluesky-social/social-app
|
|
|
|
|name|type|example|
|
|
|---|---|---|
|
|
|at|uri|at://example.com|
|
|
|@|user|@example.com|
|
|
|[at]mosphere|system|pds, bsky(appview), ozone, bgs, plc|
|
|
|[a]uthenticated [t]ransfer|protocol|[did](https://www.w3.org/TR/did-core/)|
|
|
|
|
## account
|
|
|
|
- [ai@syu.is](https://syu.is/profile/did:plc:6qyecktefllvenje24fcxnie)
|
|
- [yui@bsky.social](https://bsky.app/profile/did:plc:6qyecktefllvenje24fcxnie)
|
|
- https://plc.syu.is/did:plc:6qyecktefllvenje24fcxnie
|
|
- https://plc.directory/did:plc:6qyecktefllvenje24fcxnie
|
|
|
|
```sh
|
|
$ curl -sL syu.is/xrpc/_health
|
|
```
|
|
|
|
## feed
|
|
|
|
> at://did:plc:6qyecktefllvenje24fcxnie/app.bsky.feed.generator/app
|
|
|
|
- https://syu.is/profile/did:plc:6qyecktefllvenje24fcxnie/feed/app
|
|
- https://feed.syu.is/xrpc/app.bsky.feed.getFeedSkeleton?feed=at://did:plc:6qyecktefllvenje24fcxnie/app.bsky.feed.generator/app
|
|
|
|
```json
|
|
{
|
|
"uri": "at://did:plc:6qyecktefllvenje24fcxnie/app.bsky.feed.generator/app",
|
|
"cid": "bafyreifme6g5mhuiwfmjaubwnkoyvwak6c6zvcy4uv3giikxvqpvhqdtau",
|
|
"value": {
|
|
"did": "did:web:feed.syu.is",
|
|
"$type": "app.bsky.feed.generator",
|
|
"avatar": {
|
|
"$type": "blob",
|
|
"ref": {
|
|
"$link": "bafkreigo3ucp32carhbn3chfc3hlf6i7f4rplojc76iylihzpifyexi24y"
|
|
},
|
|
"mimeType": "image/jpeg",
|
|
"size": 375259
|
|
},
|
|
"createdAt": "2025-12-06T09:07:32Z",
|
|
"description": "Automated App Feed",
|
|
"displayName": "App Feed"
|
|
}
|
|
}
|
|
```
|
|
|
|
## build
|
|
|
|
```sh
|
|
# build
|
|
./install.zsh
|
|
|
|
# build social-app
|
|
./install.zsh pull;./install.zsh patch;./install.zsh build social-app;./install.zsh push social-app
|
|
---
|
|
# server
|
|
./install.zsh
|
|
---
|
|
# social-app ios
|
|
# https://appstoreconnect.apple.com/
|
|
# https://developer.apple.com/account/resources/profiles/list
|
|
./install.zsh pull;./ios/setup.zsh
|
|
./ios/build.zsh
|
|
```
|
|
|