diff options
author | Anthony Wang | 2023-01-18 01:19:53 +0000 |
---|---|---|
committer | Anthony Wang | 2023-01-18 01:19:53 +0000 |
commit | 80e5041182782ee9dea5e9aea063c846e168df01 (patch) | |
tree | 5325d9ca58170fd94a3eff7f1911e2950bea608e /users | |
parent | c2b532982cc27b12041922f5be1a74e60d578542 (diff) |
Add static files
Diffstat (limited to 'users')
-rw-r--r-- | users/test.jsonld | 22 | ||||
-rw-r--r-- | users/test.png | bin | 0 -> 24427 bytes |
2 files changed, 22 insertions, 0 deletions
diff --git a/users/test.jsonld b/users/test.jsonld new file mode 100644 index 0000000..3ad47cb --- /dev/null +++ b/users/test.jsonld @@ -0,0 +1,22 @@ +{ + "@context": [ + "https://www.w3.org/ns/activitystreams", + "https://w3id.org/security/v1" + ], + "id": "https://0.exozy.me/users/test.jsonld", + "type": "Person", + "preferredUsername": "test", + "name": "Billiam Wender", + "inbox": "https://0.exozy.me/users/test.inbox", + "outbox": "https://0.exozy.me/users/test.outbox", + "icon": { + "type": "Image", + "mediaType": "image/png", + "url": "https://0.exozy.me/users/test.png" + }, + "publicKey": { + "id": "https://0.exozy.me/users/test.jsonld#main-key", + "owner": "https://0.exozy.me/users/test.jsonld", + "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnPn6SRQ1JTwqFMFJq7Bg\nxMW/4V/HYSjHPbtKL/3jwXOTmOLUz4wr4Ib1IwiKpsguz0uyX1Ljbe3qQzqaCZu5\nhdoGo+uJsanz6yAoLYwETfIFIjqQr3FoIGQxYJDELkhSO8htbOKKoRiVKsjD5x4Q\ncEkZkLAaef8WVh08sEqE3fC4uLmOlSavycbMLmah9UdhljFcaVSQ7qox9HFvKF2e\ni4BmN2WdMGZ8JN20nc0OxoZpBpMArRqF0krjIkhA5/9CvIZEULPQChYL6AcmLS0j\n/yTxE82eFMBBvyeg8ICMRzcbCoN+hVnv3cb/7+BwNdoQjZqt0RG/hhbpc8RKt+YO\n9QIDAQAB\n-----END PUBLIC KEY-----\n" + } +} diff --git a/users/test.png b/users/test.png Binary files differnew file mode 100644 index 0000000..44eee1c --- /dev/null +++ b/users/test.png |