From 3fada8871d5618f96e74bc5552ec8028cc1db3bb Mon Sep 17 00:00:00 2001 From: Nikityyy <110503465+Nikityyy@users.noreply.github.com> Date: Sun, 2 Feb 2025 14:17:57 +0100 Subject: [PATCH 1/6] Create nikity.json --- domains/nikity.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/nikity.json diff --git a/domains/nikity.json b/domains/nikity.json new file mode 100644 index 000000000..0e79cd740 --- /dev/null +++ b/domains/nikity.json @@ -0,0 +1,10 @@ +{ + "description": "Subdomain woohoo", + "owner": { + "username": "Nikityyy", + "email": "bergernikita1807@gmail.comm" + }, + "record": { + "CNAME": "nikityyy.github.io" + } +} From ac17551185575d8fecfdc9e73a0b86ba6b4f9c20 Mon Sep 17 00:00:00 2001 From: ayushk-1801 Date: Sun, 2 Feb 2025 18:59:11 +0530 Subject: [PATCH 2/6] Create ayushk.json --- domains/_vercel.ayushk.json | 10 ++++++++++ domains/ayushk.json | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 domains/_vercel.ayushk.json create mode 100644 domains/ayushk.json diff --git a/domains/_vercel.ayushk.json b/domains/_vercel.ayushk.json new file mode 100644 index 000000000..5c11b1d7e --- /dev/null +++ b/domains/_vercel.ayushk.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ayushk-1801", + "email": "ayush.kumara1801@gmail.com", + "discord": "ayushk_1801" + }, + "record": { + "TXT": "vc-domain-verify=ayushk.is-a.dev,339b6861f1513bf39684" + } +} diff --git a/domains/ayushk.json b/domains/ayushk.json new file mode 100644 index 000000000..04dd6d929 --- /dev/null +++ b/domains/ayushk.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ayushk-1801", + "email": "ayush.kumara1801@gmail.com", + "discord": "ayushk_1801" + }, + "record": { + "CNAME": "ayushkumaranand.vercel.app" + } +} From 8836f18ab9a35acd0fb0416c50e0dd2ea3a81385 Mon Sep 17 00:00:00 2001 From: Burak Ince Date: Sun, 2 Feb 2025 14:03:42 +0100 Subject: [PATCH 3/6] Add CNAME www.burakince.com record for burak subdmain. Signed-off-by: Burak Ince --- domains/burak.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 domains/burak.json diff --git a/domains/burak.json b/domains/burak.json new file mode 100644 index 000000000..026848b9b --- /dev/null +++ b/domains/burak.json @@ -0,0 +1,15 @@ +{ + "description": "Burak's Tech Insights: AI, Software, and More", + "repo": "https://github.com/burakince/burakince.github.io", + "owner": { + "username": "burakince", + "email": "me@burakince.com", + "linkedin": "https://www.linkedin.com/in/inceburak/", + "twitter": "burakinc", + "keybase": "burakince" + }, + "record": { + "CNAME": "www.burakince.com" + }, + "proxied": true +} From 205ac6b13c54bcc849a701385733ff01a2733bef Mon Sep 17 00:00:00 2001 From: Burak Ince Date: Sun, 2 Feb 2025 14:42:58 +0100 Subject: [PATCH 4/6] Add TXT record for github pages to verify burak.is-a.dev subdomain. Signed-off-by: Burak Ince --- domains/_github-pages-challenge-burakince.burak.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-burakince.burak.json diff --git a/domains/_github-pages-challenge-burakince.burak.json b/domains/_github-pages-challenge-burakince.burak.json new file mode 100644 index 000000000..f97954cd3 --- /dev/null +++ b/domains/_github-pages-challenge-burakince.burak.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "burakince", + "email": "me@burakince.com" + }, + "record": { + "TXT": "43bb69a9dca89307a7c2a2e8b0b24e" + } +} From 0bfc67238b3ecc752f98baa325527d5108077c0b Mon Sep 17 00:00:00 2001 From: Burak Ince Date: Sun, 2 Feb 2025 17:28:06 +0100 Subject: [PATCH 5/6] Change record to URL based redirection --- domains/_github-pages-challenge-burakince.burak.json | 9 --------- domains/burak.json | 5 ++--- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 domains/_github-pages-challenge-burakince.burak.json diff --git a/domains/_github-pages-challenge-burakince.burak.json b/domains/_github-pages-challenge-burakince.burak.json deleted file mode 100644 index f97954cd3..000000000 --- a/domains/_github-pages-challenge-burakince.burak.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "burakince", - "email": "me@burakince.com" - }, - "record": { - "TXT": "43bb69a9dca89307a7c2a2e8b0b24e" - } -} diff --git a/domains/burak.json b/domains/burak.json index 026848b9b..b2c7a9dd4 100644 --- a/domains/burak.json +++ b/domains/burak.json @@ -9,7 +9,6 @@ "keybase": "burakince" }, "record": { - "CNAME": "www.burakince.com" - }, - "proxied": true + "URL": "https://www.burakince.com" + } } From b212f7e0f6fa09484bd036af4593cedb200432dd Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Sun, 2 Feb 2025 20:30:00 +0400 Subject: [PATCH 6/6] Update nikity.json fix email --- domains/nikity.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nikity.json b/domains/nikity.json index 0e79cd740..3dd66c585 100644 --- a/domains/nikity.json +++ b/domains/nikity.json @@ -2,7 +2,7 @@ "description": "Subdomain woohoo", "owner": { "username": "Nikityyy", - "email": "bergernikita1807@gmail.comm" + "email": "bergernikita1807@gmail.com" }, "record": { "CNAME": "nikityyy.github.io"