my website at ewancroft.uk
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

create `did:web` identity (just in case `did:plc` gets fucked over and i have to migrate)

Ewan Croft 42aabe05 f642b9cc

+28
+2
.cspell.json
··· 45 45 "mdcontent", 46 46 "mdposts", 47 47 "Moonshadow", 48 + "Multibase", 49 + "Multikey", 48 50 "myhandle", 49 51 "nktqepol", 50 52 "nomoji",
+26
static/.well-known/did.json
··· 1 + { 2 + "@context": [ 3 + "https://www.w3.org/ns/did/v1", 4 + "https://w3id.org/security/multikey/v1", 5 + "https://w3id.org/security/suites/secp256k1-2019/v1" 6 + ], 7 + "id": "did:web:ewancroft.uk", 8 + "alsoKnownAs": [ 9 + "at://web.ewancroft.uk" 10 + ], 11 + "verificationMethod": [ 12 + { 13 + "id": "did:web:ewancroft.uk#atproto", 14 + "type": "Multikey", 15 + "controller": "did:web:ewancroft.uk", 16 + "publicKeyMultibase": "zQ3shUksTHAV6NqU2xpbnxyGgbxCiLXGmXS95zGR562HyLczf" 17 + } 18 + ], 19 + "service": [ 20 + { 21 + "id": "#atproto_pds", 22 + "type": "AtprotoPersonalDataServer", 23 + "serviceEndpoint": "https://altq.net" 24 + } 25 + ] 26 + }