Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
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.

profile.json 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "@context": [
  3. "https://www.w3.org/ns/activitystreams",
  4. "https://w3id.org/security/v1",
  5. {
  6. "IdentityProof": "toot:IdentityProof",
  7. "PropertyValue": "schema:PropertyValue",
  8. "alsoKnownAs": {
  9. "@id": "as:alsoKnownAs",
  10. "@type": "@id"
  11. },
  12. "discoverable": "toot:discoverable",
  13. "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
  14. "schema": "http://schema.org#",
  15. "toot": "http://joinmastodon.org/ns#",
  16. "value": "schema:value"
  17. }
  18. ],
  19. "discoverable": false,
  20. "endpoints": {
  21. "sharedInbox": "https://larlet.fr/dummy"
  22. },
  23. "id": "https://larlet.fr/david/mastodon/profile.json",
  24. "icon": {
  25. "mediaType": "image/png",
  26. "type": "Image",
  27. "url": "https://larlet.fr/static/david/david-larlet-avatar-bleu.png"
  28. },
  29. "inbox": "https://larlet.fr/david/mastodon/inbox.json",
  30. "manuallyApprovesFollowers": false,
  31. "name": "David Larlet Website",
  32. "outbox": "https://larlet.fr/david/mastodon/outbox.json",
  33. "preferredUsername": "david",
  34. "summary": "<p>Federated RSS 🤔</p>",
  35. "tag": [],
  36. "type": "Person",
  37. "url": "https://larlet.fr/david/"
  38. }