diff --git a/api/activitypub/actor.ts b/api/activitypub/actor.ts index 02ec67a..cef7328 100644 --- a/api/activitypub/actor.ts +++ b/api/activitypub/actor.ts @@ -27,29 +27,29 @@ export default async function (req: VercelRequest, res: VercelResponse) { "mediaType": "image/png", "url": "https://i.ibb.co/N6J5b8WS/download20250102015611.png" }, - "url": [ + "attachment": [ { - "type": "Link", - "mediaType": "text/html", - "href": "https://coderrrrr.site", + "type": "PropertyValue", + "value": "https://coderrrrr.site", "name": "Website" }, { - "type": "Link", - "mediaType": "text/html", - "href": "https://github.com/turbomaster95", + "type": "PropertyValue", + "value": "https://github.com/turbomaster95", "name": "GitHub" }, { - "type": "Link", - "mediaType": "text/html", - "href": "https://usr.cloud/@coder", + "type": "PropertyValue", + "value": "https://usr.cloud/@coder", "name": "Owner" + }, + { + "type": "PropertyValue", + "value": "https://keyoxide.org/6389542B98CB868DAC73A373ED1190B780583CF6", + "name": "Keyoxide" } ], "publicKey": { - "@context": "https://w3id.org/security/v1", - "@type": "Key", "id": "https://coderrrrr.site/blog#main-key", "owner": "https://coderrrrr.site/blog", "publicKeyPem": process.env.ACTIVITYPUB_PUBLIC_KEY || "MISSING_PUBLIC_KEY" diff --git a/lazygit b/lazygit new file mode 100755 index 0000000..329ebd9 Binary files /dev/null and b/lazygit differ diff --git a/lazygit.tar.gz b/lazygit.tar.gz new file mode 100644 index 0000000..04e6144 Binary files /dev/null and b/lazygit.tar.gz differ