You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.5 KiB
Plaintext

{
"@context": [
"https://www.w3.org/ns/activitystreams",
{"@language":"und"}
],
"alsoKnownAs":[],
"attachment":[
{
"name":"blog",
"type":"PropertyValue",
"value":"<a href=\"http://blog.polaris-1.work\" rel=\"ugc\">blog.polaris-1.work</a>"
},
{
"name":"git repo",
"type":"PropertyValue",
"value":"<a href=\"https://git.polaris-1.work/\" rel=\"ugc\">https://git.polaris-1.work/</a>"
}
],
"capabilities":{
"acceptsChatMessages":false
},
"discoverable":false,
"endpoints":{
"sharedInbox":"https://%s{g_server_name}/inbox"
},
"featured":"https://%s{g_server_name}/owner/collections/featured",
"followers":"https://%s{g_server_name}/owner/followers",
"following":"https://%s{g_server_name}/owner/following",
"icon":{
"type":"Image",
"url":"https://pl.polaris-1.work/media/167d2f4b1176e30dffcfe29b25faddd5a2336d3c1b2baf2bc337101e29f7d48f.blob"
},
"id": "https://%s{g_server_name}/owner/actor",
"image":{
"type":"Image",
"url":"https://pl.polaris-1.work/media/8374fc3fece3646babd9d160e5f0b41231950b706f51de964e9dfb77157c7f6b.png"
},
"inbox":"https://%s{g_server_name}/inbox",
"manuallyApprovesFollowers":false,
"name":"%s{owner_account->display_name}",
"outbox":"https://%s{g_server_name}/outbox",
"preferredUsername":"%s{owner_account->handle}",
"publicKey":{
"id":"https://%s{g_server_name}/owner/actor#main-key",
"owner":"https://%s{g_server_name}/owner/actor",
"publicKeyPem":"%( write_public_key(f); )"
},
"summary":"",
"tag":[
],
"type":"Person",
"url":"https://%s{g_server_name}/owner"
}