From ed885b52d306a727623ded32d3b91df29d46a8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gomes?= <48434290+andrenevesgomes@users.noreply.github.com> Date: Thu, 23 Oct 2025 11:00:48 +0100 Subject: [PATCH 01/18] Add personal CV and portfolio JSON configuration --- domains/andrenevesgomes.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/andrenevesgomes.json diff --git a/domains/andrenevesgomes.json b/domains/andrenevesgomes.json new file mode 100644 index 0000000000..80a85e74b3 --- /dev/null +++ b/domains/andrenevesgomes.json @@ -0,0 +1,11 @@ +{ + "description": "Personal CV and portfolio website of André Gomes", + "subdomain": "andrenevesgomes", + "owner": { + "email": "andreneves.gomes@outlook.com", + "github": "andrenevesgomes" + }, + "record": { + "CNAME": "andrenevesgomes.github.io" + } +} From 9e36825ab90801ae51f1ec3d753697c86b4f35dd Mon Sep 17 00:00:00 2001 From: Joshua Carl Soguilon <163475044+rul3zero@users.noreply.github.com> Date: Thu, 30 Oct 2025 01:50:31 +0800 Subject: [PATCH 02/18] Update CNAME for HTTPS --- domains/joshcarl.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/domains/joshcarl.json b/domains/joshcarl.json index ac890a597b..99d1a7304c 100644 --- a/domains/joshcarl.json +++ b/domains/joshcarl.json @@ -1,9 +1,10 @@ { - "owner": { - "username": "rul3zero", - "email": "joshcarl.is.a.dev@gmail.com" - }, - "records": { - "CNAME": "joshcarl-is-a-dev-website.s3-website-ap-southeast-1.amazonaws.com" - } + "owner": { + "username": "rul3zero", + "email": "joshcarl.is.a.dev@gmail.com" + }, + "records": { + "CNAME": "d13korbikmmy9n.cloudfront.net", + "_2413d7978c7709177ad4ad030673381b": "_cd3ffa40b4cdfa9a4814778e72138bbd.jkddzztszm.acm-validations.aws" + } } From 27358f62af08e8787662c773f8b585d59bfbd52d Mon Sep 17 00:00:00 2001 From: Amr Samir <166875160+AMrSamir-Official@users.noreply.github.com> Date: Thu, 30 Oct 2025 14:08:06 +0300 Subject: [PATCH 03/18] Add Vercel configuration for domain verification --- domains/_vercel.amrsamir.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.amrsamir.json diff --git a/domains/_vercel.amrsamir.json b/domains/_vercel.amrsamir.json new file mode 100644 index 0000000000..b2154b525a --- /dev/null +++ b/domains/_vercel.amrsamir.json @@ -0,0 +1,8 @@ +{ + "owner": { + "email": "amrsamir.email@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=amrsamir.is-a.dev,73872ed1c05269e139f2" + } +} From db16bf51faa11ab49d442872011982d4ea16eba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gomes?= <48434290+andrenevesgomes@users.noreply.github.com> Date: Thu, 30 Oct 2025 14:30:13 +0000 Subject: [PATCH 04/18] Updated Record --- domains/andrenevesgomes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/andrenevesgomes.json b/domains/andrenevesgomes.json index 80a85e74b3..6d27b6fc0f 100644 --- a/domains/andrenevesgomes.json +++ b/domains/andrenevesgomes.json @@ -6,6 +6,6 @@ "github": "andrenevesgomes" }, "record": { - "CNAME": "andrenevesgomes.github.io" + "CNAME": "cv-nu-kohl.vercel.app" } } From 00f44eb781f6c51847f0f3b793c1f8aafb249559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gomes?= <48434290+andrenevesgomes@users.noreply.github.com> Date: Thu, 30 Oct 2025 14:50:31 +0000 Subject: [PATCH 05/18] Update DNS record from CNAME to A record --- domains/andrenevesgomes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/andrenevesgomes.json b/domains/andrenevesgomes.json index 6d27b6fc0f..653dc99a0a 100644 --- a/domains/andrenevesgomes.json +++ b/domains/andrenevesgomes.json @@ -6,6 +6,6 @@ "github": "andrenevesgomes" }, "record": { - "CNAME": "cv-nu-kohl.vercel.app" + "A": ["216.198.79.1"] } } From b9897073fdd330f9bb150e17da44be8f0b5ec999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gomes?= <48434290+andrenevesgomes@users.noreply.github.com> Date: Thu, 30 Oct 2025 14:53:26 +0000 Subject: [PATCH 06/18] Add Vercel domain configuration for andrenevesgomes --- domains/_vercel.andrenevesgomes.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.andrenevesgomes.json diff --git a/domains/_vercel.andrenevesgomes.json b/domains/_vercel.andrenevesgomes.json new file mode 100644 index 0000000000..3dcdf2b4f0 --- /dev/null +++ b/domains/_vercel.andrenevesgomes.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "andrenevesgomes", + "email": "andreneves.gomes@outlook.com" + }, + "records": { + "TXT": "vc-domain-verify=andrenevesgomes.is-a.dev,c8d701ab9420625a173a" + } +} From f76f6c1cbee062934cd016c05a740133dc01835d Mon Sep 17 00:00:00 2001 From: Joshua Carl Soguilon <163475044+rul3zero@users.noreply.github.com> Date: Fri, 31 Oct 2025 01:42:52 +0800 Subject: [PATCH 07/18] Update domains/joshcarl.json Co-authored-by: John Aerial J. Azcune <65322242+STICKnoLOGIC@users.noreply.github.com> --- domains/joshcarl.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/joshcarl.json b/domains/joshcarl.json index 99d1a7304c..78fb2793cf 100644 --- a/domains/joshcarl.json +++ b/domains/joshcarl.json @@ -4,7 +4,6 @@ "email": "joshcarl.is.a.dev@gmail.com" }, "records": { - "CNAME": "d13korbikmmy9n.cloudfront.net", - "_2413d7978c7709177ad4ad030673381b": "_cd3ffa40b4cdfa9a4814778e72138bbd.jkddzztszm.acm-validations.aws" + "CNAME": "d13korbikmmy9n.cloudfront.net" } } From e21f8be978bc0a3caa941fa31173c6ad7410f44c Mon Sep 17 00:00:00 2001 From: Joshua Carl Soguilon <163475044+rul3zero@users.noreply.github.com> Date: Fri, 31 Oct 2025 02:01:35 +0800 Subject: [PATCH 08/18] Add CNAME record for TLS certificate --- domains/_2413d7978c7709177ad4ad030673381b.joshcarl. | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_2413d7978c7709177ad4ad030673381b.joshcarl. diff --git a/domains/_2413d7978c7709177ad4ad030673381b.joshcarl. b/domains/_2413d7978c7709177ad4ad030673381b.joshcarl. new file mode 100644 index 0000000000..2ebea7fd0e --- /dev/null +++ b/domains/_2413d7978c7709177ad4ad030673381b.joshcarl. @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rul3zero", + "email": "joshcarl.is.a.dev@gmail.com" + }, + "records": { + "CNAME": "_cd3ffa40b4cdfa9a4814778e72138bbd.jkddzztszm.acm-validations.aws." + } +} From 60a846a1d3b7e38e4ee8d704b4c5068a5fa782b2 Mon Sep 17 00:00:00 2001 From: Joshua Carl Soguilon <163475044+rul3zero@users.noreply.github.com> Date: Fri, 31 Oct 2025 11:25:14 +0800 Subject: [PATCH 09/18] Update domains/_2413d7978c7709177ad4ad030673381b.joshcarl. Co-authored-by: John Aerial J. Azcune <65322242+STICKnoLOGIC@users.noreply.github.com> --- domains/_2413d7978c7709177ad4ad030673381b.joshcarl. | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_2413d7978c7709177ad4ad030673381b.joshcarl. b/domains/_2413d7978c7709177ad4ad030673381b.joshcarl. index 2ebea7fd0e..88c9f577ad 100644 --- a/domains/_2413d7978c7709177ad4ad030673381b.joshcarl. +++ b/domains/_2413d7978c7709177ad4ad030673381b.joshcarl. @@ -4,6 +4,6 @@ "email": "joshcarl.is.a.dev@gmail.com" }, "records": { - "CNAME": "_cd3ffa40b4cdfa9a4814778e72138bbd.jkddzztszm.acm-validations.aws." + "CNAME": "_cd3ffa40b4cdfa9a4814778e72138bbd.jkddzztszm.acm-validations.aws" } } From e7490037717eb725c8f3087606ad1332a5519fbc Mon Sep 17 00:00:00 2001 From: vinci-sanchez Date: Fri, 31 Oct 2025 16:29:13 +0800 Subject: [PATCH 10/18] vincisanchez.is-a.dev and vercel --- domains/_vercel.vincisanchez.json | 8 ++++++++ domains/vincisanchez.json | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 domains/_vercel.vincisanchez.json create mode 100644 domains/vincisanchez.json diff --git a/domains/_vercel.vincisanchez.json b/domains/_vercel.vincisanchez.json new file mode 100644 index 0000000000..75f34b10e4 --- /dev/null +++ b/domains/_vercel.vincisanchez.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "vincisanchez" + }, + "records": { + "TXT": "vc-domain-verify=vincisanchez.is-a.dev,06aa09b0d09e90cf7115" + } +} diff --git a/domains/vincisanchez.json b/domains/vincisanchez.json new file mode 100644 index 0000000000..3d2a00a822 --- /dev/null +++ b/domains/vincisanchez.json @@ -0,0 +1,8 @@ +{ + "owner": { + "usename": "vincisanchez" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 40d4833e8b336637c4ad7b990da25122ffe30157 Mon Sep 17 00:00:00 2001 From: vinci-sanchez Date: Fri, 31 Oct 2025 17:47:46 +0800 Subject: [PATCH 11/18] =?UTF-8?q?vincisanchez.is-a.dev=20and=20vercel(=20s?= =?UTF-8?q?orry=EF=BC=8Cusername=20written=20wrongly.)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domains/_vercel.vincisanchez.json | 2 +- domains/vincisanchez.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/_vercel.vincisanchez.json b/domains/_vercel.vincisanchez.json index 75f34b10e4..c28bbe7c9e 100644 --- a/domains/_vercel.vincisanchez.json +++ b/domains/_vercel.vincisanchez.json @@ -1,6 +1,6 @@ { "owner": { - "username": "vincisanchez" + "username": "vinci-sanchez" }, "records": { "TXT": "vc-domain-verify=vincisanchez.is-a.dev,06aa09b0d09e90cf7115" diff --git a/domains/vincisanchez.json b/domains/vincisanchez.json index 3d2a00a822..0812518d77 100644 --- a/domains/vincisanchez.json +++ b/domains/vincisanchez.json @@ -1,6 +1,6 @@ { "owner": { - "usename": "vincisanchez" + "username": "vinci-sanchez" }, "records": { "A": ["216.198.79.1"] From 73403927ca1d7e7d78c104f2cc156e23fb06f887 Mon Sep 17 00:00:00 2001 From: Amr Samir <166875160+AMrSamir-Official@users.noreply.github.com> Date: Fri, 31 Oct 2025 12:55:54 +0200 Subject: [PATCH 12/18] Add username field to owner in JSON --- domains/_vercel.amrsamir.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/_vercel.amrsamir.json b/domains/_vercel.amrsamir.json index b2154b525a..73644e7554 100644 --- a/domains/_vercel.amrsamir.json +++ b/domains/_vercel.amrsamir.json @@ -1,5 +1,6 @@ { "owner": { + "username": "AMrSamir-Official", "email": "amrsamir.email@gmail.com" }, "records": { From ed36815380d8b9984f87d486398ae4bfec39cc97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gomes?= <48434290+andrenevesgomes@users.noreply.github.com> Date: Fri, 31 Oct 2025 11:38:19 +0000 Subject: [PATCH 13/18] Update domains/andrenevesgomes.json Co-authored-by: John Aerial J. Azcune <65322242+STICKnoLOGIC@users.noreply.github.com> --- domains/andrenevesgomes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/andrenevesgomes.json b/domains/andrenevesgomes.json index 653dc99a0a..b4b842b37f 100644 --- a/domains/andrenevesgomes.json +++ b/domains/andrenevesgomes.json @@ -3,7 +3,7 @@ "subdomain": "andrenevesgomes", "owner": { "email": "andreneves.gomes@outlook.com", - "github": "andrenevesgomes" + "username": "andrenevesgomes" }, "record": { "A": ["216.198.79.1"] From f28da744735ec4d43574b37436c6aaa665be5fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gomes?= <48434290+andrenevesgomes@users.noreply.github.com> Date: Fri, 31 Oct 2025 11:38:29 +0000 Subject: [PATCH 14/18] Update domains/andrenevesgomes.json Co-authored-by: John Aerial J. Azcune <65322242+STICKnoLOGIC@users.noreply.github.com> --- domains/andrenevesgomes.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/andrenevesgomes.json b/domains/andrenevesgomes.json index b4b842b37f..e6299d8d96 100644 --- a/domains/andrenevesgomes.json +++ b/domains/andrenevesgomes.json @@ -1,6 +1,5 @@ { "description": "Personal CV and portfolio website of André Gomes", - "subdomain": "andrenevesgomes", "owner": { "email": "andreneves.gomes@outlook.com", "username": "andrenevesgomes" From a3811e2c48f6b25ea2d07aec5a479d16af948c3e Mon Sep 17 00:00:00 2001 From: Joshua Carl Soguilon <163475044+rul3zero@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:27:12 +0800 Subject: [PATCH 15/18] Rename _2413d7978c7709177ad4ad030673381b.joshcarl. to _2413d7978c7709177ad4ad030673381b.joshcarl.json --- ....joshcarl. => _2413d7978c7709177ad4ad030673381b.joshcarl.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_2413d7978c7709177ad4ad030673381b.joshcarl. => _2413d7978c7709177ad4ad030673381b.joshcarl.json} (100%) diff --git a/domains/_2413d7978c7709177ad4ad030673381b.joshcarl. b/domains/_2413d7978c7709177ad4ad030673381b.joshcarl.json similarity index 100% rename from domains/_2413d7978c7709177ad4ad030673381b.joshcarl. rename to domains/_2413d7978c7709177ad4ad030673381b.joshcarl.json From 961acb83500fad7f18b3463aefae41d4a1d17907 Mon Sep 17 00:00:00 2001 From: Ayushmaan Das Date: Fri, 31 Oct 2025 23:46:16 +0530 Subject: [PATCH 16/18] Add ayushmaan.json for domain configuration --- domains/ayushmaan.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/ayushmaan.json diff --git a/domains/ayushmaan.json b/domains/ayushmaan.json new file mode 100644 index 0000000000..095339208d --- /dev/null +++ b/domains/ayushmaan.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ayushmaanFCB" + }, + "records": { + "CNAME": "https://homeless-margalo-ayushmaan-personal-109aa799.koyeb.app" + } +} From c7ab2090153e23432ecc4d885aeab2060072d781 Mon Sep 17 00:00:00 2001 From: Ayushmaan Das Date: Fri, 31 Oct 2025 23:52:48 +0530 Subject: [PATCH 17/18] Update ayushmaan.json with email Added email to owner and removed HTTPS from CNAME. --- domains/ayushmaan.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/domains/ayushmaan.json b/domains/ayushmaan.json index 095339208d..3fa25b8073 100644 --- a/domains/ayushmaan.json +++ b/domains/ayushmaan.json @@ -1,8 +1,9 @@ { - "owner": { - "username": "ayushmaanFCB" - }, - "records": { - "CNAME": "https://homeless-margalo-ayushmaan-personal-109aa799.koyeb.app" - } + "owner": { + "username": "ayushmaanFCB", + "email": "dasayush5maan@gmail.com" + }, + "records": { + "CNAME": "homeless-margalo-ayushmaan-personal-109aa799.koyeb.app" + } } From 0407f647f382430c02f47bd60a08c888cebb619b Mon Sep 17 00:00:00 2001 From: "John Aerial J. Azcune" <65322242+STICKnoLOGIC@users.noreply.github.com> Date: Sat, 1 Nov 2025 10:32:19 +0800 Subject: [PATCH 18/18] Apply suggestion from @STICKnoLOGIC --- domains/andrenevesgomes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/andrenevesgomes.json b/domains/andrenevesgomes.json index e6299d8d96..c9e125138c 100644 --- a/domains/andrenevesgomes.json +++ b/domains/andrenevesgomes.json @@ -4,7 +4,7 @@ "email": "andreneves.gomes@outlook.com", "username": "andrenevesgomes" }, - "record": { + "records": { "A": ["216.198.79.1"] } }