From df8ef46cb1bd284961ed311366d1fb2413df167a Mon Sep 17 00:00:00 2001 From: Timothy Rogers Date: Fri, 2 May 2025 21:55:19 -0400 Subject: [PATCH] re-adding fold well-known data --- public/.well-known/fursona.json | 20 ++++++++++++++++++++ public/.well-known/nostr.json | 12 ++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 public/.well-known/fursona.json create mode 100644 public/.well-known/nostr.json diff --git a/public/.well-known/fursona.json b/public/.well-known/fursona.json new file mode 100644 index 0000000..cfb11ed --- /dev/null +++ b/public/.well-known/fursona.json @@ -0,0 +1,20 @@ +{ + "sonas": [ + { + "name": "Timothy Vyper", + "pronouns": "He/Him", + "gender": "Male", + "species": "Fox", + "description": "My first fursona that I grew the cloest too, they are a fox that is black and red with lighter red markings.", + "ref": "https://files.hack13.me/images/refsheet.jpg", + "avatar": "https://files.hack13.me/images/icon-shade.png", + "colors": [ + "#2F2F2F", + "#6C0007", + "#E30000", + "#A60000", + "#00C663" + ] + } + ] +} \ No newline at end of file diff --git a/public/.well-known/nostr.json b/public/.well-known/nostr.json new file mode 100644 index 0000000..0fddead --- /dev/null +++ b/public/.well-known/nostr.json @@ -0,0 +1,12 @@ +{ + "names": { + "hack13": "1c89a0202e237acca1625938f5218df57d1a2b6f6f56a05d36337f14479ea8fa" + }, + "relays": { + "1c89a0202e237acca1625938f5218df57d1a2b6f6f56a05d36337f14479ea8fa": [ + "wss://relay.damus.io", + "wss://relay.mostr.pub", + "wss://nos.lol" + ] + } + } \ No newline at end of file