From f4180e0c547a092499755c3f747aeac659e7b169 Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 19 Feb 2026 16:35:07 +0900 Subject: [PATCH] rm atproto --- .github/workflows/cf-pages.yml | 7 ++----- README.md | 21 --------------------- web/src/content/pages/help.md | 6 +++--- web/src/content/pages/license.md | 4 ++-- web/src/content/pages/privacy.md | 4 ++-- web/src/content/pages/tos.md | 2 +- web/src/sites/aiat.json | 2 +- web/src/templates/layout.ts | 2 +- 8 files changed, 12 insertions(+), 36 deletions(-) diff --git a/.github/workflows/cf-pages.yml b/.github/workflows/cf-pages.yml index b43c59d..e7e9298 100644 --- a/.github/workflows/cf-pages.yml +++ b/.github/workflows/cf-pages.yml @@ -33,11 +33,8 @@ jobs: working-directory: web - name: Deploy to Cloudflare Pages - uses: cloudflare/pages-action@v1 + uses: cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} - projectName: ${{ secrets.CLOUDFLARE_PROJECT_NAME }} - directory: web/dist/aiat - gitHubToken: ${{ secrets.GITHUB_TOKEN }} - wranglerVersion: '3' + command: pages deploy web/dist/aiat --project-name=${{ secrets.CLOUDFLARE_PROJECT_NAME }} diff --git a/README.md b/README.md index f39892f..2106042 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,14 @@ # at -- https://github.com/bluesky-social/atproto - https://github.com/bluesky-social/social-app |name|type|example| |---|---|---| |at|uri|at://example.com| |@|user|@example.com| -|[at]proto|repo|`git@github.com:bluesky-social/atproto`| |[at]mosphere|system|pds, bsky(appview), ozone, bgs, plc| |[a]uthenticated [t]ransfer|protocol|[did](https://www.w3.org/TR/did-core/)| -- https://atproto.com/guides/glossary - -## selfhost - -- https://github.com/bluesky-social/atproto/discussions/2026 - ## account - [ai@syu.is](https://syu.is/profile/did:plc:6qyecktefllvenje24fcxnie) @@ -26,19 +18,6 @@ ```sh $ curl -sL syu.is/xrpc/_health - -# latest -# https://github.com/bluesky-social/atproto/blob/main/packages/pds/package.json -$ curl -sL https://raw.githubusercontent.com/bluesky-social/atproto/refs/heads/main/packages/pds/package.json |jq -r .version -``` - -```sh -$ handle=ai.syui.ai -$ curl -sL "syu.is/xrpc/com.atproto.repo.describeRepo?repo=${handle}" |jq -r .did -did:plc:6qyecktefllvenje24fcxnie - -$ curl -sL "syu.is/xrpc/com.atproto.repo.listRecords?repo=${handle}&collection=app.bsky.feed.post&reverse=true&limit=1" -{"records":[{"uri":"at://did:plc:6qyecktefllvenje24fcxnie/app.bsky.feed.post/3l6s2riuouk2j","cid":"bafyreibjohl7va4upkibw5twaxdd4jg3l6rmfatu4dpjjfd5xkb2ijtlx4","value":{"text":"hello","$type":"app.bsky.feed.post","langs":["ja"],"createdAt":"2024-10-18T13:21:39.809Z"}}],"cursor":"3l6s2riuouk2j"} ``` ## feed diff --git a/web/src/content/pages/help.md b/web/src/content/pages/help.md index 2ba3804..1a5c561 100644 --- a/web/src/content/pages/help.md +++ b/web/src/content/pages/help.md @@ -7,12 +7,12 @@ path: help/index.html ## Getting Started 1. Download the app from the App Store -2. Sign in with your AT Protocol handle +2. Sign in with your handle 3. Start connecting with your community ## Authentication -This app uses AT Protocol OAuth for secure authentication. Your credentials are never stored on our servers. +This app uses OAuth for secure authentication. Your credentials are never stored on our servers. ## Features @@ -36,4 +36,4 @@ This app uses AT Protocol OAuth for secure authentication. Your credentials are ## Contact Support -For additional help, please visit our Git repository or contact us through AT Protocol. +For additional help, please visit our Git repository or contact us through our social account. diff --git a/web/src/content/pages/license.md b/web/src/content/pages/license.md index ee09f3e..babff61 100644 --- a/web/src/content/pages/license.md +++ b/web/src/content/pages/license.md @@ -12,7 +12,7 @@ This application is open source software. This app uses the following open source libraries: -- **AT Protocol** - MIT License +- **Decentralized Social Protocol** - MIT License - **React Native** - MIT License - **Expo** - MIT License @@ -22,7 +22,7 @@ App icons and graphics are proprietary unless otherwise noted. ## Attribution -Built with AT Protocol by syui. +Built by syui. ## Contact diff --git a/web/src/content/pages/privacy.md b/web/src/content/pages/privacy.md index 9f7a5be..1edcd64 100644 --- a/web/src/content/pages/privacy.md +++ b/web/src/content/pages/privacy.md @@ -8,7 +8,7 @@ path: privacy/index.html This application collects minimal information necessary for its operation: -- **Account Information**: Your AT Protocol handle and DID for authentication +- **Account Information**: Your handle and DID for authentication - **Usage Data**: Basic app usage statistics to improve the service ## How We Use Your Information @@ -19,7 +19,7 @@ This application collects minimal information necessary for its operation: ## Data Storage -Your data is stored securely on AT Protocol compatible servers. We do not sell or share your personal information with third parties. +Your data is stored securely on decentralized social servers. We do not sell or share your personal information with third parties. ## Your Rights diff --git a/web/src/content/pages/tos.md b/web/src/content/pages/tos.md index 3d5cfdf..bf2d27d 100644 --- a/web/src/content/pages/tos.md +++ b/web/src/content/pages/tos.md @@ -12,7 +12,7 @@ By using this application, you agree to these Terms of Service. You agree to use this service in accordance with: - Applicable laws and regulations -- AT Protocol community guidelines +- Community guidelines - Respectful behavior towards other users ## User Content diff --git a/web/src/sites/aiat.json b/web/src/sites/aiat.json index d43259c..780eb6a 100644 --- a/web/src/sites/aiat.json +++ b/web/src/sites/aiat.json @@ -5,7 +5,7 @@ "scheme": "aiat", "version": "1.111.0", "category": "Social", - "description": "Aiat is a social networking application based on AT Protocol. Connect with your community on syu.is.", + "description": "Aiat is a social networking application. Connect with your community on syu.is.", "backLink": "syu.is", "icon": "/static/app.png", "os": "iOS 26.0+", diff --git a/web/src/templates/layout.ts b/web/src/templates/layout.ts index ad33caa..102b60a 100644 --- a/web/src/templates/layout.ts +++ b/web/src/templates/layout.ts @@ -61,7 +61,7 @@ export function appLayout(site: SiteConfig, content: string): string {