-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-ipns.jsonld
32 lines (31 loc) · 2.14 KB
/
about-ipns.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"@context": ["https://www.w3.org/ns/activitystreams", { "@language": "en" }],
"type": "Person",
"id": "ipns://staticpub.distributed.press/about-ipns.jsonld",
"url": [{
"type": "Link",
"rel": "alternate",
"mediaType": "application/activity+json; profile=\"https://www.w3.org/ns/activitystreams\"",
"href": "https://staticpub.distributed.press/about.jsonld"
}],
"outbox": "ipns://staticpub.distributed.press/outbox-ipns.jsonld",
"inbox": "https://social.distributed.press/v1/@[email protected]/inbox",
"following": "ipns://staticpub.distributed.press/following-ipns.jsonld",
"followers": "ipns://staticpub.distributed.press/followers-ipns.jsonld",
"preferredUsername": "dp",
"name": "Distributed Press",
"summary": "This is your static site profile. You can find the source code at https://github.com/hyphacoop/staticpub.distributed.press/",
"icon": [{
"type": "Image",
"mediaType": "image/png",
"name": "Your Site Logo",
"url": "ipns://staticpub.distributed.press/profile.png"
}],
"publicKey": {
"@context": "https://w3id.org/security/v1",
"@type": "Key",
"id": "ipns://staticpub.distributed.press/about-ipns.jsonld#main-key",
"owner": "ipns://staticpub.distributed.press/about-ipns.jsonld",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwHD2zTurtldFrl5PpGb7\nhjOHpc1FlWIz9PJkeYo57Gl00nrxxl1KjFhw2D2LOVg1QlGvPZQSMs11ZU69dHZr\nk8zCxH+aivzA8oU3Q7hKtzQUEf0UKFGSfk7X9BOi1Hig9vVaBwUQooJv9ksPCCQB\nExu7UfCayP2wbXZySIXk4y98iXMHKcVldLGozIMCT2pCsJG7DquZgXDa8rJg4Q5P\n2vHz7YRNEFe6+0vfZitMcdhkcWKKLd4+dm0wGCpvMsvhfXEmQLjP2Q/St5fhDsve\nlexV8wdqYqo48HuMn4GB+A0y85NQVHgnF7YAXwCrKeznl3BiW2WfuR37BtaBhY/l\nCvc+K44tl+yOFEoQwfroNPN+UjF24zitRZoju8/pxGrVaStq3fvXuyRc+AVkMvTA\nc6JQA1znRFbpW1Pq7KxsRCEdAESdSpi+HIQkxP/NEe5S/g9617ImpFgsBDxFEuN6\nWHLtnnsELJw/k8LLykaQ94yS9lMX/xJF6+kyX/XSZ06h0VyK+LwHwOnhUfoGcq+u\nLmA9/Ewg8SGcqcfavEZRyLvsSq3OsqIi4HPyXAMlqe5JwLf6vVJH5fvbiTV7LFuc\nOcYEepLBd5r4NETpGuJNH8i7M+3E9dNVaQKHObu+iTlDahLOQfxZ6B0NyULufQ3D\nkKrpPv0Jegha77x90OgBuG8CAwEAAQ==\n-----END PUBLIC KEY-----\n"
}
}