actor.jlda 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "@context": [
  3. "https://www.w3.org/ns/activitystreams",
  4. "https://w3id.org/security/v1",
  5. {
  6. "schema": "http://schema.org#",
  7. "PropertyValue": "schema:PropertyValue",
  8. "value": "schema:value",
  9. "@language": "en"
  10. }
  11. ],
  12. "type": "Person",
  13. "id": "https://dev.seppo.social/2023-08-28/activitypub/profile.jlda",
  14. "inbox": "https://dev.seppo.social/2023-08-28/seppo.cgi/activitypub/inbox/index.jsa",
  15. "outbox": "https://dev.seppo.social/2023-08-28/activitypub/outbox/index.jsa",
  16. "followers": "https://dev.seppo.social/2023-08-28/activitypub/followers/index.jsa",
  17. "following": "https://dev.seppo.social/2023-08-28/activitypub/following/index.jsa",
  18. "name": "Yet Another #Seppo! 🌻",
  19. "url": "https://dev.seppo.social/2023-08-28/",
  20. "preferredUsername": "2023-08-28",
  21. "summary": "My introduction that has some text\u000D\nand may span mul-\u000D\ntip-\u000D\nle lines. And don't forget to put in some 🐫 🦥 🌻\u000D\n\u000D\nAlso mentioning an url is an idea: https://Seppo.Social",
  22. "publicKey": {
  23. "id": "https://dev.seppo.social/2023-08-28/activitypub/profile.jlda#main-key",
  24. "owner": "https://dev.seppo.social/2023-08-28/activitypub/profile.jlda",
  25. "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuO5AudRlMujjT1tDZbFJ\nbPZJetnK1Eaz+LLKZnM2jo9vNwCmnocxILACowpfcNBxx0NM4OBiwaZb/UMsOohu\nqggrhkGZ9BKWB/Rb3WeR1Hc2g3DnkrFPc6YLdFtdmoKKWoL2d9x03u986091Hem9\nUR/OVdRxyJWYdJEqHsydJmGSz0l6saMcL86oEkrwde8vagJD39bZu33yIDSI36co\ncnafm4VJOaSCgNFmo2TqTd26o/Vf6kvJzADc8Nwam0gUrVhdShkPXn/hHBsjTSUZ\nPH6qE4rJc2j8p09wYbDjCR+6zPEWhF03DBR9tKg3wOu0RXj5y8IB+9e75SCD0jci\n4QIDAQAB\n-----END PUBLIC KEY-----\n",
  26. "signatureAlgorithm": "https://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
  27. },
  28. "manuallyApprovesFollowers": false,
  29. "discoverable": true,
  30. "attachment": [
  31. {
  32. "type": "PropertyValue",
  33. "name": "Support",
  34. "value": "https://Seppo.Social/support"
  35. },
  36. {
  37. "type": "PropertyValue",
  38. "name": "Generator",
  39. "value": "https://Seppo.Social"
  40. },
  41. {
  42. "type": "PropertyValue",
  43. "name": "Funding",
  44. "value": "https://nlnet.nl/project/Seppo/"
  45. }
  46. ],
  47. "icon": {
  48. "type": "Image",
  49. "url": "https://dev.seppo.social/2023-08-28/me-avatar.jpg"
  50. },
  51. "image": {
  52. "type": "Image",
  53. "url": "https://dev.seppo.social/2023-08-28/me-banner.jpg"
  54. }
  55. }