summaryrefslogtreecommitdiff
path: root/pdp8
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2023-04-23 19:26:00 +0200
committerpdp8 <pdp8@pdp8.info>2023-04-23 19:26:00 +0200
commit79e3bf726b7166c5ec641ea02b75f82a74f31698 (patch)
tree2e68564452dc206e5845758bc8e352d7a1e31f3c /pdp8
parentb2b88253f5cc4221b01ed860b02ae156941e03ce (diff)
inbox/outbox GET
Diffstat (limited to 'pdp8')
-rw-r--r--pdp842
1 files changed, 42 insertions, 0 deletions
diff --git a/pdp8 b/pdp8
new file mode 100644
index 0000000..ceb25c9
--- /dev/null
+++ b/pdp8
@@ -0,0 +1,42 @@
+{
+ "@context": [
+ "https://www.w3.org/ns/activitystreams"
+ ],
+ "id": "https://social.pdp8.info/pdp8",
+ "type": "Person",
+ "preferredUsername": "pdp8",
+ "name": "pdp8",
+ "inbox": "https://social.pdp8.info/inbox",
+ "outbox": "https://social.pdp8.info/outbox",
+ "following": "https://social.pdp8.info/following",
+ "followers": "https://social.pdp8.info/followers",
+ "liked": "https://social.pdp8.info/liked",
+ "icon": {
+ "type": "Image",
+ "url": "https://pdp8.info/pdp8.png"
+ },
+ "attachment": [
+ {
+ "type": "PropertyValue",
+ "name": "Web",
+ "value": "<a href=\"https://pdp8.info\">pdp8.info</a>"
+ },
+ {
+ "type": "PropertyValue",
+ "name": "Fediverse",
+ "value": "<a rel=\"me\" href=\"https://social.pdp8.info/pdp8\">@pdp8@social.pdp8.info</a>"
+ },
+ {
+ "type": "PropertyValue",
+ "name": "Matrix",
+ "value": "<a rel=\"me\" href=\"https://matrix.to/#/@pdp8:matrix.pdp8.info\">@pdp8:matrix.pdp8.info</a>"
+ }
+ ],
+ "publicKey": {
+ "@context": "https://w3id.org/security/v1",
+ "@type": "Key",
+ "id": "https://social.pdp8.info/pdp8#main-key",
+ "owner": "https://social.pdp8.info/pdp8",
+ "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4pZMYXoh8G+iEguDpKGD\n+eq+uDdhx/ch2x7rq00aPDDeHp40CG8bW1ZRC4WIOTUOgK4MeMDoaXT9/vWgr7xT\n/Qm95SEyZWBKqasBsp2uGkDxl23C6dB2eeshuAwt308Qzm2DeTrKPAw/XBAyWHDD\nfan2nWrtXcDJaeXhD/QE/w7Qiz5F2GCb/E/o46SwEyOJi13WxI9Jtuzh76xmwNsd\nwVWIBSu4zn0hg/wv+xtq/c/KLO4ZL54YiJXxRwrkDN7Xdnd18FwFuZ7fT8+kfiqF\nBnvle0OTKxumW46U7ivaylnqoSOvsYK6oyop/m2rl9Nh3sGdcmOsLoFVDg4gOjDf\niQIDAQAB\n-----END PUBLIC KEY-----\n"
+ }
+}