mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-01 06:08:59 +00:00
21 lines
No EOL
493 B
JSON
21 lines
No EOL
493 B
JSON
{
|
|
"@context": [
|
|
"https://www.w3.org/ns/activitystreams",
|
|
{
|
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers"
|
|
}
|
|
],
|
|
"endpoints": {},
|
|
"name": "FediBooks",
|
|
"type": "Application",
|
|
"id": "{{ base_uri }}/actor",
|
|
"manuallyApprovesFollowers": true,
|
|
"publicKey": {
|
|
"id": "{{ base_uri }}/actor#main-key",
|
|
"owner": "{{ base_uri }}/actor",
|
|
"publicKeyPem": "{{ pubkey }}"
|
|
},
|
|
"summary": "FediBooks Actor",
|
|
"preferredUsername": "fedibooks",
|
|
"url": "{{ base_uri }}/actor"
|
|
} |