forked from mirrors/bookwyrm
c7883cd615
To get the app working again I ran resetdb, let it crash in initdb, then ran the migration, then re-ran initdb
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"@context": [
|
|
"https://www.w3.org/ns/activitystreams",
|
|
"https://w3id.org/security/v1",
|
|
{
|
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
|
"schema": "http://schema.org#",
|
|
"PropertyValue": "schema:PropertyValue",
|
|
"value": "schema:value"
|
|
}
|
|
],
|
|
"id": "https://example.com/user/mouse",
|
|
"type": "Person",
|
|
"preferredUsername": "mouse",
|
|
"name": "MOUSE?? MOUSE!!",
|
|
"inbox": "https://example.com/user/mouse/inbox",
|
|
"outbox": "https://example.com/user/mouse/outbox",
|
|
"followers": "https://example.com/user/mouse/followers",
|
|
"following": "https://example.com/user/mouse/following",
|
|
"summary": "",
|
|
"publicKey": {
|
|
"id": "https://example.com/user/mouse/#main-key",
|
|
"owner": "https://example.com/user/mouse",
|
|
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6QisDrjOQvkRo/MqNmSYPwqtt\nCxg/8rCW+9jKbFUKvqjTeKVotEE85122v/DCvobCCdfQuYIFdVMk+dB1xJ0iPGPg\nyU79QHY22NdV9mFKA2qtXVVxb5cxpA4PlwOHM6PM/k8B+H09OUrop2aPUAYwy+vg\n+MXyz8bAXrIS1kq6fQIDAQAB\n-----END PUBLIC KEY-----"
|
|
},
|
|
"endpoints": {
|
|
"sharedInbox": "https://example.com/inbox"
|
|
},
|
|
"bookwyrmUser": true,
|
|
"manuallyApprovesFollowers": false,
|
|
"icon": {
|
|
"type": "Image",
|
|
"mediaType": "image/png",
|
|
"url": "https://example.com/images/avatars/AL-2-crop-50.png"
|
|
}
|
|
}
|