From dcadbccb3afcd1bd9230cf92e96c8d24cbc4c1eb Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Sun, 21 Apr 2024 14:08:26 -0700 Subject: [PATCH] start to make per-protocol bot users bsky.brid.gy instance actor, rel-me links --- bsky.brid.gy.as2.json | 33 +++++++++++++++++++ ...nce-actor.as2.json => fed.brid.gy.as2.json | 0 templates/index.html | 2 ++ 3 files changed, 35 insertions(+) create mode 100644 bsky.brid.gy.as2.json rename static/instance-actor.as2.json => fed.brid.gy.as2.json (100%) diff --git a/bsky.brid.gy.as2.json b/bsky.brid.gy.as2.json new file mode 100644 index 0000000..b28048d --- /dev/null +++ b/bsky.brid.gy.as2.json @@ -0,0 +1,33 @@ +{ + "@context": [ + "https://www.w3.org/ns/activitystreams", + "https://w3id.org/security/v1" + ], + "type": "Application", + "id": "https://bsky.brid.gy/bsky.brid.gy", + "url": "https://bsky.brid.gy/", + "preferredUsername": "bsky.brid.gy", + "summary": "Bridgy Fed bot user for Bluesky. To bridge your fediverse account to Bluesky, follow this account or reply yes when it promps you with a DM. More info here.", + "name": "Bridgy Fed", + "attachment": [{ + "name": "Web site", + "type": "PropertyValue", + "value": "https://fed.brid.gy" + }], + "image": [ + { + "type": "Image", + "url": "https://fed.brid.gy/static/bridgy_logo.jpg" + }, + { + "name": "Bridgy Fed for Bluesky", + "type": "Image", + "url": "https://fed.brid.gy/static/bridgy_logo_square.jpg" + } + ], + "icon": { + "name": "Bridgy Fed for Bluesky", + "type": "Image", + "url": "https://fed.brid.gy/oauth_dropins_static/bluesky.svg" + } +} diff --git a/static/instance-actor.as2.json b/fed.brid.gy.as2.json similarity index 100% rename from static/instance-actor.as2.json rename to fed.brid.gy.as2.json diff --git a/templates/index.html b/templates/index.html index e9c04a0..56c28e4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,7 +9,9 @@ + +