From e7cb3126e73bc24ae7f463dead93d3313675499a Mon Sep 17 00:00:00 2001 From: "leo.lb" <86248211+leo-lb29@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:43:54 +0100 Subject: [PATCH 01/51] Create leolb.json --- domains/leolb.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/leolb.json diff --git a/domains/leolb.json b/domains/leolb.json new file mode 100644 index 000000000..1df9b7d5f --- /dev/null +++ b/domains/leolb.json @@ -0,0 +1,12 @@ +{ + "description": "Site personnel de Léo", + "repo": "https://github.com/leo-lb29/register", + "owner": { + "username": "leo-lb29", + "email": "postyourbot@gmail.com", + "discord": "leo.lb" + }, + "record": { + "CNAME": "leo.dev.project-maker.fr" + } +} From ea84be1acda12aab4ee52548af360d5e67171428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baturalp=20S=C3=B6nmez?= Date: Sun, 2 Feb 2025 01:05:22 +0300 Subject: [PATCH 02/51] Create baturalp.json --- domains/baturalp.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/baturalp.json diff --git a/domains/baturalp.json b/domains/baturalp.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/baturalp.json @@ -0,0 +1 @@ + From 905292dcdea51f1cfa5e9bf2ae9f3db190fb3a79 Mon Sep 17 00:00:00 2001 From: islandboymv Date: Fri, 14 Feb 2025 16:11:28 +0500 Subject: [PATCH 03/51] Added islandboy.json --- domains/islandboy.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/islandboy.json diff --git a/domains/islandboy.json b/domains/islandboy.json new file mode 100644 index 000000000..7118c852e --- /dev/null +++ b/domains/islandboy.json @@ -0,0 +1,13 @@ +{ + "description": "Sub-domain of IslandBoy in is-a.dev", + "repo": "https://github.com/islandboymv/is-a-dev-register", + "owner": { + "username": "islandboymv" + }, + "record": { + "NS": [ + "barbara.ns.cloudflare.com", + "zahir.ns.cloudflare.com" + ] + } +} \ No newline at end of file From 331e4bfa6114d28f90926998c482b9cca247a9f7 Mon Sep 17 00:00:00 2001 From: islandboymv Date: Fri, 14 Feb 2025 16:12:55 +0500 Subject: [PATCH 04/51] Added islandboy.json --- domains/islandboy.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/islandboy.json b/domains/islandboy.json index 7118c852e..ac881eaa8 100644 --- a/domains/islandboy.json +++ b/domains/islandboy.json @@ -2,7 +2,8 @@ "description": "Sub-domain of IslandBoy in is-a.dev", "repo": "https://github.com/islandboymv/is-a-dev-register", "owner": { - "username": "islandboymv" + "username": "islandboymv", + "email": "mifzaal.scout@gmail.com" }, "record": { "NS": [ From 9ac2e5b7a30cd525df27bdd382f9f7ab178f2847 Mon Sep 17 00:00:00 2001 From: Ujjval Joshi Date: Fri, 14 Feb 2025 17:55:36 +0530 Subject: [PATCH 05/51] Update ujjvaljoshi.json --- domains/ujjvaljoshi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ujjvaljoshi.json b/domains/ujjvaljoshi.json index ff022a990..29d8ce545 100644 --- a/domains/ujjvaljoshi.json +++ b/domains/ujjvaljoshi.json @@ -6,6 +6,6 @@ "email": "ujjvaljoshi45@gmail.com" }, "record": { - "CNAME": "portfolio-ivui.vercel.app" + "CNAME": "ujjvaljoshi45.github.io/portfolio" } } From b07746b098b64b43b4d02f1aafa22c675d6da6f9 Mon Sep 17 00:00:00 2001 From: JB Carreon Date: Mon, 17 Feb 2025 10:29:39 +0800 Subject: [PATCH 06/51] Update jb.json --- domains/jb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jb.json b/domains/jb.json index 6b3454fee..d35e7c01c 100644 --- a/domains/jb.json +++ b/domains/jb.json @@ -6,6 +6,6 @@ "email": "jbcarreon212@gmail.com" }, "record": { - "A": ["35.223.92.119"] + "A": ["34.56.187.73"] } } From 387c84d703cfe4682a6c1c6a56d0ea3832dd6d3f Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Mon, 17 Feb 2025 18:32:59 +0700 Subject: [PATCH 07/51] config: add davidsneighbour.is-a.dev Signed-off-by: Patrick Kollitsch --- domains/davidsneighbour.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/davidsneighbour.json diff --git a/domains/davidsneighbour.json b/domains/davidsneighbour.json new file mode 100644 index 000000000..854028e93 --- /dev/null +++ b/domains/davidsneighbour.json @@ -0,0 +1,13 @@ +{ + "description": "My GitHub profile", + "owner": { + "username": "davidsneighbour", + "email": "83281+davidsneighbour@users.noreply.github.com" + }, + "record": { + "URL": "https://github.com/davidsneighbour/", + "MX": [ + "smtp.google.com" + ] + } +} From 470204b97f11874fb507736126dbffde6868345c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baturalp=20S=C3=B6nmez?= Date: Mon, 17 Feb 2025 17:48:43 +0300 Subject: [PATCH 08/51] Update baturalp.json --- domains/baturalp.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/baturalp.json b/domains/baturalp.json index 8b1378917..9707e7d66 100644 --- a/domains/baturalp.json +++ b/domains/baturalp.json @@ -1 +1,11 @@ - +{ + "description": "Baturalp Sönmez Portfolio website", + "repo": "https://github.com/Baturalp52/Baturalp52.github.io", + "owner": { + "username": "Baturalp52", + "email": "baturalpsonmez2002@gmail.com" + }, + "record": { + "CNAME": "baturalp52.github.io" + } +} From 07256c39d14cc75d46a1d99c6d255bad670fb10e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baturalp=20S=C3=B6nmez?= Date: Mon, 17 Feb 2025 18:10:10 +0300 Subject: [PATCH 09/51] Update baturalp.json --- domains/baturalp.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/baturalp.json b/domains/baturalp.json index 9707e7d66..dc50c1049 100644 --- a/domains/baturalp.json +++ b/domains/baturalp.json @@ -6,6 +6,7 @@ "email": "baturalpsonmez2002@gmail.com" }, "record": { - "CNAME": "baturalp52.github.io" + "CNAME": "baturalp52.github.io", + "TXT": "8e1fd82942a7ceae35f62019e370aa" } } From 1c4d6119ac36ebe9e0d3b1152170ec5a4485b2be Mon Sep 17 00:00:00 2001 From: Nguyen Truong Ton <62142317+nguyentruongton@users.noreply.github.com> Date: Mon, 17 Feb 2025 23:20:39 +0700 Subject: [PATCH 10/51] Create stark.json --- domains/stark | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/stark diff --git a/domains/stark b/domains/stark new file mode 100644 index 000000000..582d30863 --- /dev/null +++ b/domains/stark @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nguyentruongton", + "email": "tonstark.dev@gmail.com" + }, + "record": { + "CNAME": "truongton.vercel.app" + } +} From f732d0abbd9a5220d302baca2669186f69cf0a60 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 17 Feb 2025 14:16:40 -0300 Subject: [PATCH 11/51] Update finch.json I have modified CNAME and EMAIL. Thank you. --- domains/finch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/finch.json b/domains/finch.json index cb9df88e5..d074436de 100644 --- a/domains/finch.json +++ b/domains/finch.json @@ -1,9 +1,9 @@ { "owner": { "username": "metalespesados", - "email": "metalespesados@icloud.com" + "email": "bengfm@icloud.com" }, "record": { - "CNAME": "metalespesados.vercel.app" + "CNAME": "ebn.netlify.app" } } From 16cf72cd449248a358182135839f21bf4a03a8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baturalp=20S=C3=B6nmez?= Date: Mon, 17 Feb 2025 20:56:27 +0300 Subject: [PATCH 12/51] Update baturalp.json --- domains/baturalp.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/baturalp.json b/domains/baturalp.json index dc50c1049..9707e7d66 100644 --- a/domains/baturalp.json +++ b/domains/baturalp.json @@ -6,7 +6,6 @@ "email": "baturalpsonmez2002@gmail.com" }, "record": { - "CNAME": "baturalp52.github.io", - "TXT": "8e1fd82942a7ceae35f62019e370aa" + "CNAME": "baturalp52.github.io" } } From 278cbe257dcbf16ec23d92e39e81c702e4ee8e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baturalp=20S=C3=B6nmez?= Date: Mon, 17 Feb 2025 20:58:07 +0300 Subject: [PATCH 13/51] Create _github-pages-challenge-Baturalp52.json --- domains/_github-pages-challenge-Baturalp52.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Baturalp52.json diff --git a/domains/_github-pages-challenge-Baturalp52.json b/domains/_github-pages-challenge-Baturalp52.json new file mode 100644 index 000000000..8907a66a2 --- /dev/null +++ b/domains/_github-pages-challenge-Baturalp52.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Baturalp52", + "email": "baturalpsonmez2002@gmail.com" + }, + "record": { + "TXT": "8e1fd82942a7ceae35f62019e370aa" + } +} From da0566c180e3dd1c6c35b08a156112f920a1089f Mon Sep 17 00:00:00 2001 From: "leo.lb" <86248211+leo-lb29@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:29:41 +0100 Subject: [PATCH 14/51] Update leolb.json --- domains/leolb.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/domains/leolb.json b/domains/leolb.json index 1df9b7d5f..d8d150035 100644 --- a/domains/leolb.json +++ b/domains/leolb.json @@ -1,12 +1,11 @@ { - "description": "Site personnel de Léo", - "repo": "https://github.com/leo-lb29/register", + "description": "Leo LB Portfolio", + "repo": "https://github.com/leo-lb29", "owner": { "username": "leo-lb29", - "email": "postyourbot@gmail.com", - "discord": "leo.lb" + "email": "postyourbot@gmail.com" }, "record": { - "CNAME": "leo.dev.project-maker.fr" + "URL": "https://leolb.wagoo.app" } } From cea9c23951647b48ed648c057488621023fd0d53 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Tue, 18 Feb 2025 04:15:13 +0700 Subject: [PATCH 15/51] fix: add non-noreply email address as contact Signed-off-by: Patrick Kollitsch --- domains/davidsneighbour.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/davidsneighbour.json b/domains/davidsneighbour.json index 854028e93..ad352b6a0 100644 --- a/domains/davidsneighbour.json +++ b/domains/davidsneighbour.json @@ -2,7 +2,7 @@ "description": "My GitHub profile", "owner": { "username": "davidsneighbour", - "email": "83281+davidsneighbour@users.noreply.github.com" + "email": "pkollitsch+isadev@gmail.com" }, "record": { "URL": "https://github.com/davidsneighbour/", From 7c8ae54a776557d694e10bbe0a967e37c126e8d7 Mon Sep 17 00:00:00 2001 From: Connor Date: Mon, 17 Feb 2025 23:15:41 +0100 Subject: [PATCH 16/51] Update connor.json --- domains/connor.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/connor.json b/domains/connor.json index 2fb2b310e..36a89f81f 100644 --- a/domains/connor.json +++ b/domains/connor.json @@ -3,9 +3,9 @@ "repo": "https://github.com/ConnorDoesDev/connordoesdev.github.io", "owner": { "username": "ConnorDoesDev", - "email": "connor@cstudios.gay" + "email": "connor@dmc.chat" }, "record": { - "CNAME": "connordoesdev.github.io" + "A": ["173.249.45.163"] } } From 2722d67ba61b39389c85c89d094a3f33d7235d8e Mon Sep 17 00:00:00 2001 From: Nuggew Date: Mon, 17 Feb 2025 20:06:23 -0300 Subject: [PATCH 17/51] Register my website --- domains/nuggew.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/nuggew.json diff --git a/domains/nuggew.json b/domains/nuggew.json new file mode 100644 index 000000000..5fcaa485a --- /dev/null +++ b/domains/nuggew.json @@ -0,0 +1,10 @@ +{ + "description": "nuggew's fortress (portfolio)", + "owner": { + "username": "Nuggew", + "email": "contato.guilherme.silva.araujo@gmail.com" + }, + "record": { + "URL": "nuggew.github.io" + } +} From f34e11ca9e5c358f66336ece4e9c00031930608d Mon Sep 17 00:00:00 2001 From: Ikram Maulana Date: Mon, 17 Feb 2025 23:58:41 +0000 Subject: [PATCH 18/51] remove proxied property from domain configurations --- domains/ikram.json | 3 +-- domains/kakureta.ikram.json | 3 +-- domains/links.ikram.json | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/domains/ikram.json b/domains/ikram.json index 515170fc1..84ac66224 100644 --- a/domains/ikram.json +++ b/domains/ikram.json @@ -11,6 +11,5 @@ "v=spf1 include:spf.improvmx.com ~all", "google-site-verification=C38zyZL8LP_056d5IgevUInJTe4qerfxC6-qjQORdh4" ] - }, - "proxied": true + } } diff --git a/domains/kakureta.ikram.json b/domains/kakureta.ikram.json index 0bf36e18f..ff29ca1bb 100644 --- a/domains/kakureta.ikram.json +++ b/domains/kakureta.ikram.json @@ -6,6 +6,5 @@ }, "record": { "A": ["76.76.21.21"] - }, - "proxied": true + } } diff --git a/domains/links.ikram.json b/domains/links.ikram.json index 0bf36e18f..ff29ca1bb 100644 --- a/domains/links.ikram.json +++ b/domains/links.ikram.json @@ -6,6 +6,5 @@ }, "record": { "A": ["76.76.21.21"] - }, - "proxied": true + } } From 37ed092b28152a8450686db71cfd6203453368a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phan=20L=C3=AA=20H=E1=BB=93?= Date: Tue, 18 Feb 2025 03:38:45 +0000 Subject: [PATCH 19/51] Create holedev.json --- domains/holedev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/holedev.json diff --git a/domains/holedev.json b/domains/holedev.json new file mode 100644 index 000000000..882353c20 --- /dev/null +++ b/domains/holedev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "holedev", + "email": "phanleho002@gmail.com" + }, + "record": { + "URL": "https://github.com/holedev" + } +} \ No newline at end of file From ad4b6173c12382208a01d07c6095f8a47205f2b3 Mon Sep 17 00:00:00 2001 From: JB Carreon Date: Tue, 18 Feb 2025 11:41:57 +0800 Subject: [PATCH 20/51] Enable cloudflare proxy: Update `jb.json` --- domains/jb.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/jb.json b/domains/jb.json index d35e7c01c..adc9648b7 100644 --- a/domains/jb.json +++ b/domains/jb.json @@ -7,5 +7,6 @@ }, "record": { "A": ["34.56.187.73"] - } + }, + "proxied": true } From 001b98e3f98a0168640f771d08bfca7a4bfc837a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phan=20L=C3=AA=20H=E1=BB=93?= Date: Tue, 18 Feb 2025 04:49:38 +0000 Subject: [PATCH 21/51] change email owner holedev.json --- domains/holedev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/holedev.json b/domains/holedev.json index 882353c20..25c0f5245 100644 --- a/domains/holedev.json +++ b/domains/holedev.json @@ -1,7 +1,7 @@ { "owner": { "username": "holedev", - "email": "phanleho002@gmail.com" + "email": "contact@holedev.com" }, "record": { "URL": "https://github.com/holedev" From d6a24c44ebfc040e749c6dc2f257acf9d17469ed Mon Sep 17 00:00:00 2001 From: dtdung07 Date: Tue, 18 Feb 2025 12:05:09 +0700 Subject: [PATCH 22/51] Create dtdung.json --- domains/dtdung.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/dtdung.json diff --git a/domains/dtdung.json b/domains/dtdung.json new file mode 100644 index 000000000..db2e7f5e9 --- /dev/null +++ b/domains/dtdung.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "dtdung07" + }, + "record": { + "URL": "https://dtdung.us.to" + } +} From 6233394ce06d806ccd61bb4ef13ea9496714b106 Mon Sep 17 00:00:00 2001 From: xuanthu <59557208+xuan-Thu@users.noreply.github.com> Date: Tue, 18 Feb 2025 12:36:27 +0700 Subject: [PATCH 23/51] Create lazy.json --- domains/lazy.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/lazy.json diff --git a/domains/lazy.json b/domains/lazy.json new file mode 100644 index 000000000..e4610e565 --- /dev/null +++ b/domains/lazy.json @@ -0,0 +1,10 @@ +{ + "description": "lazydragon.is-a.dev", + "owner": { + "username": "xuan-Thu", + "email": "xuanthu13090@gmail.com" + }, + "record": { + "CNAME": "xuan-thu.github.io" + } +} From d185c16d2fb0924b4561512f636c3d560742479a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20Duy=20To=C3=A0n?= <93266912+tranduytoan@users.noreply.github.com> Date: Tue, 18 Feb 2025 12:40:42 +0700 Subject: [PATCH 24/51] Create tranduytoan.json --- domains/tranduytoan.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/tranduytoan.json diff --git a/domains/tranduytoan.json b/domains/tranduytoan.json new file mode 100644 index 000000000..cafc84d34 --- /dev/null +++ b/domains/tranduytoan.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "tranduytoan" + }, + "record": { + "CNAME": "tranduytoan.github.io" + } +} From bd0ea3c7737d746a222e2fa6f7e7a8bfab6fcfbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20Duy=20To=C3=A0n?= <93266912+tranduytoan@users.noreply.github.com> Date: Tue, 18 Feb 2025 12:49:04 +0700 Subject: [PATCH 25/51] Add email --- domains/tranduytoan.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/tranduytoan.json b/domains/tranduytoan.json index cafc84d34..532ebdc88 100644 --- a/domains/tranduytoan.json +++ b/domains/tranduytoan.json @@ -1,6 +1,7 @@ { "owner": { - "username": "tranduytoan" + "username": "tranduytoan", + "email": "[toandeptraibodoiqua.10a4@gmail.com]" }, "record": { "CNAME": "tranduytoan.github.io" From 177b9d53c7df72c9eb780e11e2a5e4d6e4aa6976 Mon Sep 17 00:00:00 2001 From: Duc Nguyen Date: Tue, 18 Feb 2025 13:04:34 +0700 Subject: [PATCH 26/51] feat: add duc.is-a.dev --- domains/duc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/duc diff --git a/domains/duc b/domains/duc new file mode 100644 index 000000000..99533eb81 --- /dev/null +++ b/domains/duc @@ -0,0 +1,11 @@ +{ + "description": "duc.is-a.dev", + "repo": "https://github.com/duc-ios/duc-ios.github.io", + "owner": { + "username": "duc-ios", + "email": "[email protected]" + }, + "record": { + "CNAME": "duc-ios.github.io" + } +} From 301e5b646a636fabd087e2fafa4a47dfc4ee2b3e Mon Sep 17 00:00:00 2001 From: Duc Nguyen Date: Tue, 18 Feb 2025 13:11:09 +0700 Subject: [PATCH 27/51] feat(duc.is-a.dev): add email --- domains/duc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/duc b/domains/duc index 99533eb81..dcdd0bddb 100644 --- a/domains/duc +++ b/domains/duc @@ -3,7 +3,7 @@ "repo": "https://github.com/duc-ios/duc-ios.github.io", "owner": { "username": "duc-ios", - "email": "[email protected]" + "email": "hi@duk.one" }, "record": { "CNAME": "duc-ios.github.io" From fa13e9a0f1c1c60876edfcacda95d50f3ad11342 Mon Sep 17 00:00:00 2001 From: Duc Nguyen Date: Tue, 18 Feb 2025 13:16:16 +0700 Subject: [PATCH 28/51] fix: Rename duc to duc.json --- domains/{duc => duc.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{duc => duc.json} (100%) diff --git a/domains/duc b/domains/duc.json similarity index 100% rename from domains/duc rename to domains/duc.json From d61f285e3090e91877e99b2df37162bad5b0b1b9 Mon Sep 17 00:00:00 2001 From: hieunt Date: Tue, 18 Feb 2025 13:20:15 +0700 Subject: [PATCH 29/51] Create alec.json --- alec.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 alec.json diff --git a/alec.json b/alec.json new file mode 100644 index 000000000..03ca80bdc --- /dev/null +++ b/alec.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "asidsdamad1" + }, + "record": { + "CNAME": "asidsdamad1.github.io/" + } +} From 363733b5e632ca1d7ec23500bc563ece593d95cc Mon Sep 17 00:00:00 2001 From: Laksh Nahar Date: Tue, 18 Feb 2025 11:59:59 +0530 Subject: [PATCH 30/51] Create lyaxsh.json --- domains/lyaxsh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/lyaxsh.json diff --git a/domains/lyaxsh.json b/domains/lyaxsh.json new file mode 100644 index 000000000..54c01068b --- /dev/null +++ b/domains/lyaxsh.json @@ -0,0 +1,11 @@ +{ + "description": "Simple portfolio website", + "repo": "https://github.com/lyaxsh/lyaxsh.github.io", + "owner": { + "username": "lyaxsh", + "email": "[email protected]" + }, + "record": { + "CNAME": "lyaxsh.github.io" + } +} From d5e1c057100a521d6eae27530f540c51c5b7f164 Mon Sep 17 00:00:00 2001 From: Laksh Nahar Date: Tue, 18 Feb 2025 12:05:07 +0530 Subject: [PATCH 31/51] Update lyaxsh.json --- domains/lyaxsh.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/lyaxsh.json b/domains/lyaxsh.json index 54c01068b..7c4c61b87 100644 --- a/domains/lyaxsh.json +++ b/domains/lyaxsh.json @@ -1,9 +1,9 @@ { - "description": "Simple portfolio website", + "description": "Simple portfolio website for lyaxsh", "repo": "https://github.com/lyaxsh/lyaxsh.github.io", "owner": { "username": "lyaxsh", - "email": "[email protected]" + "email": "lakshnahar.forwork@gmail.com" }, "record": { "CNAME": "lyaxsh.github.io" From ed4c56a10a332fc84801d4c0be89750e3c379ba0 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 09:43:48 +0300 Subject: [PATCH 32/51] Rename _github-pages-challenge-Baturalp52.json to _github-pages-challenge-Baturalp52.baturalp.json --- ...lp52.json => _github-pages-challenge-Baturalp52.baturalp.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Baturalp52.json => _github-pages-challenge-Baturalp52.baturalp.json} (100%) diff --git a/domains/_github-pages-challenge-Baturalp52.json b/domains/_github-pages-challenge-Baturalp52.baturalp.json similarity index 100% rename from domains/_github-pages-challenge-Baturalp52.json rename to domains/_github-pages-challenge-Baturalp52.baturalp.json From ec03bcf477b2b2158213394ea2a7c335a2b4c125 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 09:44:42 +0300 Subject: [PATCH 33/51] Rename _github-pages-challenge-Baturalp52.baturalp.json to _github-pages-challenge-baturalp52.baturalp.json --- ...ralp.json => _github-pages-challenge-baturalp52.baturalp.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Baturalp52.baturalp.json => _github-pages-challenge-baturalp52.baturalp.json} (100%) diff --git a/domains/_github-pages-challenge-Baturalp52.baturalp.json b/domains/_github-pages-challenge-baturalp52.baturalp.json similarity index 100% rename from domains/_github-pages-challenge-Baturalp52.baturalp.json rename to domains/_github-pages-challenge-baturalp52.baturalp.json From 35610e4eba5f890c8b2970ea33aeeeb1d21cdf57 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 09:45:34 +0300 Subject: [PATCH 34/51] Rename stark to stark.json --- domains/{stark => stark.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{stark => stark.json} (100%) diff --git a/domains/stark b/domains/stark.json similarity index 100% rename from domains/stark rename to domains/stark.json From 797b646b7ef02fd9fbb25747686595e9e4a71160 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 09:53:12 +0300 Subject: [PATCH 35/51] Update nuggew.json --- domains/nuggew.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nuggew.json b/domains/nuggew.json index 5fcaa485a..8df1272f2 100644 --- a/domains/nuggew.json +++ b/domains/nuggew.json @@ -5,6 +5,6 @@ "email": "contato.guilherme.silva.araujo@gmail.com" }, "record": { - "URL": "nuggew.github.io" + "URL": "https://nuggew.github.io" } } From 9e1f52f5c1855180d7a721357999cefe906dc00a Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 10:22:29 +0300 Subject: [PATCH 36/51] Update tranduytoan.json --- domains/tranduytoan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tranduytoan.json b/domains/tranduytoan.json index 532ebdc88..a53d5ed79 100644 --- a/domains/tranduytoan.json +++ b/domains/tranduytoan.json @@ -1,7 +1,7 @@ { "owner": { "username": "tranduytoan", - "email": "[toandeptraibodoiqua.10a4@gmail.com]" + "email": "toandeptraibodoiqua.10a4@gmail.com" }, "record": { "CNAME": "tranduytoan.github.io" From c3b275faa08d2c01c5b0af5c71d6ff7f46db6f85 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 10:26:04 +0300 Subject: [PATCH 37/51] Update alec.json --- alec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alec.json b/alec.json index 03ca80bdc..8bd61cf74 100644 --- a/alec.json +++ b/alec.json @@ -3,6 +3,6 @@ "username": "asidsdamad1" }, "record": { - "CNAME": "asidsdamad1.github.io/" + "CNAME": "asidsdamad1.github.io" } } From 5751f74ae6fc5371ca1cdfd863ff72f74832a4f4 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 10:28:36 +0300 Subject: [PATCH 38/51] Rename alec.json to domains/alec.json --- alec.json => domains/alec.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename alec.json => domains/alec.json (100%) diff --git a/alec.json b/domains/alec.json similarity index 100% rename from alec.json rename to domains/alec.json From fb2816b9144aa1a4ae37952dd6ab181def5f372c Mon Sep 17 00:00:00 2001 From: Laksh Nahar Date: Tue, 18 Feb 2025 13:01:44 +0530 Subject: [PATCH 39/51] Create _github-pages-challenge-lyaxsh.json --- domains/_github-pages-challenge-lyaxsh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-lyaxsh.json diff --git a/domains/_github-pages-challenge-lyaxsh.json b/domains/_github-pages-challenge-lyaxsh.json new file mode 100644 index 000000000..796fbda51 --- /dev/null +++ b/domains/_github-pages-challenge-lyaxsh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lyaxsh", + "email": "lakshnahar.forwork@gmail.com" + }, + "record": { + "TXT": "052e15826ee7e1723c713d222b1bcc" + } +} From dbd7c09a83a1352f4a8248df146bf1e09fcd9177 Mon Sep 17 00:00:00 2001 From: Ujjval Joshi Date: Tue, 18 Feb 2025 13:46:00 +0530 Subject: [PATCH 40/51] Update and rename ujjvaljoshi.json to _vercel.ujjvaljoshi.json Migrated app to vercel --- domains/{ujjvaljoshi.json => _vercel.ujjvaljoshi.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{ujjvaljoshi.json => _vercel.ujjvaljoshi.json} (74%) diff --git a/domains/ujjvaljoshi.json b/domains/_vercel.ujjvaljoshi.json similarity index 74% rename from domains/ujjvaljoshi.json rename to domains/_vercel.ujjvaljoshi.json index 29d8ce545..f19d60b0c 100644 --- a/domains/ujjvaljoshi.json +++ b/domains/_vercel.ujjvaljoshi.json @@ -6,6 +6,6 @@ "email": "ujjvaljoshi45@gmail.com" }, "record": { - "CNAME": "ujjvaljoshi45.github.io/portfolio" + "TXT": "vc-domain-verify=ujjvaljoshi.is-a.dev,f7ed737aeb48311d634c" } } From 0c603a697e3240fc1189f5e631dbcfcc2a604de7 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 11:24:56 +0300 Subject: [PATCH 41/51] Rename _github-pages-challenge-lyaxsh.json to _github-pages-challenge-lyaxsh.lyaxsh.json --- ...nge-lyaxsh.json => _github-pages-challenge-lyaxsh.lyaxsh.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-lyaxsh.json => _github-pages-challenge-lyaxsh.lyaxsh.json} (100%) diff --git a/domains/_github-pages-challenge-lyaxsh.json b/domains/_github-pages-challenge-lyaxsh.lyaxsh.json similarity index 100% rename from domains/_github-pages-challenge-lyaxsh.json rename to domains/_github-pages-challenge-lyaxsh.lyaxsh.json From ea70f87e226f618fe6b215a106a35440920a799f Mon Sep 17 00:00:00 2001 From: Duc Nguyen Date: Tue, 18 Feb 2025 15:32:19 +0700 Subject: [PATCH 42/51] Create _github-pages-challenge-duc-ios.json --- domains/_github-pages-challenge-duc-ios.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-duc-ios.json diff --git a/domains/_github-pages-challenge-duc-ios.json b/domains/_github-pages-challenge-duc-ios.json new file mode 100644 index 000000000..4a017f679 --- /dev/null +++ b/domains/_github-pages-challenge-duc-ios.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "duc-ios", + "email": "hi@duk.one" + }, + "record": { + "TXT": "91c9fd955fd906fab980881cb5f477" + } +} From 29739b01ff3acf7396c611d188cb58ea784284bd Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 11:43:29 +0300 Subject: [PATCH 43/51] Rename _github-pages-challenge-duc-ios.json to _github-pages-challenge-duc-ios.duc.json --- ...enge-duc-ios.json => _github-pages-challenge-duc-ios.duc.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-duc-ios.json => _github-pages-challenge-duc-ios.duc.json} (100%) diff --git a/domains/_github-pages-challenge-duc-ios.json b/domains/_github-pages-challenge-duc-ios.duc.json similarity index 100% rename from domains/_github-pages-challenge-duc-ios.json rename to domains/_github-pages-challenge-duc-ios.duc.json From 3e205a98e22d1db5b62fa3343bb6ae2414582b7c Mon Sep 17 00:00:00 2001 From: ThangLe <153090942+ThangLe9999@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:49:32 +0700 Subject: [PATCH 44/51] Create thangle.json --- domains/thangle.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/thangle.json diff --git a/domains/thangle.json b/domains/thangle.json new file mode 100644 index 000000000..f2d390545 --- /dev/null +++ b/domains/thangle.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "thangle9999" + }, + "record": { + "TXT": "vc-domain-verify=thangle.is-a.dev,bd6f80914ee2949ce900" + } +} From 4da03140b9036ae5205d30df864f5c81cd1cf724 Mon Sep 17 00:00:00 2001 From: Shimizu <90589837+Mikofoxie@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:50:31 +0700 Subject: [PATCH 45/51] _vercel.shimizu.is-a.dev --- domains/_vercel.shimizu.is-a.dev | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.shimizu.is-a.dev diff --git a/domains/_vercel.shimizu.is-a.dev b/domains/_vercel.shimizu.is-a.dev new file mode 100644 index 000000000..f69c8f0a8 --- /dev/null +++ b/domains/_vercel.shimizu.is-a.dev @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mikofoxie", + "email": "shimizulazy@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=shimizu.is-a.dev,3356672e8054fe9b4d65" + } +} From 0082e25a583fdd5c7d9555e97c30d9b900efcd3d Mon Sep 17 00:00:00 2001 From: Shimizu <90589837+Mikofoxie@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:51:58 +0700 Subject: [PATCH 46/51] shimizu.json --- domains/shimizu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/shimizu.json diff --git a/domains/shimizu.json b/domains/shimizu.json new file mode 100644 index 000000000..da5b1d4e5 --- /dev/null +++ b/domains/shimizu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mikofoxie", + "email": "shimizulazy@gmail.com" + }, + "record": { + "CNAME": "shimizulinks.vercel.app" + } +} From 250428c12e3d9be6786206e89419d80585c2123e Mon Sep 17 00:00:00 2001 From: ThangLe <153090942+ThangLe9999@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:58:51 +0700 Subject: [PATCH 47/51] Update thangle.json --- domains/thangle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/thangle.json b/domains/thangle.json index f2d390545..521a29d38 100644 --- a/domains/thangle.json +++ b/domains/thangle.json @@ -1,6 +1,7 @@ { "owner": { - "username": "thangle9999" + "username": "thangle9999", + "discord": "thangle9999" }, "record": { "TXT": "vc-domain-verify=thangle.is-a.dev,bd6f80914ee2949ce900" From 695caf20bd6b214fcd9ff263c3205a6770e2e785 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 18 Feb 2025 12:03:29 +0300 Subject: [PATCH 48/51] Rename _vercel.shimizu.is-a.dev to _vercel.shimizu.json --- domains/{_vercel.shimizu.is-a.dev => _vercel.shimizu.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_vercel.shimizu.is-a.dev => _vercel.shimizu.json} (100%) diff --git a/domains/_vercel.shimizu.is-a.dev b/domains/_vercel.shimizu.json similarity index 100% rename from domains/_vercel.shimizu.is-a.dev rename to domains/_vercel.shimizu.json From 9199690729662025af971705b68a0cac89e78053 Mon Sep 17 00:00:00 2001 From: "Atom." <65351520+atom-tr@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:29:54 +0700 Subject: [PATCH 49/51] Create atomtr.json --- domains/atomtr.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/atomtr.json diff --git a/domains/atomtr.json b/domains/atomtr.json new file mode 100644 index 000000000..0cea42150 --- /dev/null +++ b/domains/atomtr.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "atom-tr", + "email": "thai.tr@hotmail.com", + "discord": "423327141921423361" + }, + "record": { + "CNAME": "astro-erudite.pages.dev" + }, + "repo": "https://github.com/atom-tr/astro-erudite" +} From 5e9453a6f263cc26f1daef4f408c328c946e6ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Thanh=20Tri=E1=BB=81u?= <85620049+konnn04@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:49:22 +0700 Subject: [PATCH 50/51] Update konnn04.json --- domains/konnn04.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/domains/konnn04.json b/domains/konnn04.json index 1da6901be..2b0a05909 100644 --- a/domains/konnn04.json +++ b/domains/konnn04.json @@ -1,10 +1,11 @@ { - "owner": { - "username": "konnn04", - "email": "trieukon1011@gmail.com" - }, - "record": { - "CNAME": "konnn04.github.io" - } + "description": "Hello World!", + "repo": "https://github.com/konnn04/konnn04.github.io", + "owner": { + "username": "konnn04", + "email": "trieukon1011@gmail.com", + }, + "record": { + "CNAME": "konnn04.github.io" } - \ No newline at end of file +} From a086521d3d82e626a2b212638c1a1a092863195a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Thanh=20Tri=E1=BB=81u?= <85620049+konnn04@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:57:05 +0700 Subject: [PATCH 51/51] Update konnn04.json Fix json format, and update more info --- domains/konnn04.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/domains/konnn04.json b/domains/konnn04.json index 2b0a05909..97a66b43e 100644 --- a/domains/konnn04.json +++ b/domains/konnn04.json @@ -1,11 +1,11 @@ { - "description": "Hello World!", - "repo": "https://github.com/konnn04/konnn04.github.io", - "owner": { - "username": "konnn04", - "email": "trieukon1011@gmail.com", - }, - "record": { - "CNAME": "konnn04.github.io" - } + "description": "Hello World!", + "repo": "https://github.com/konnn04/konnn04.github.io", + "owner": { + "username": "konnn04", + "email": "trieukon1011@gmail.com" + }, + "record": { + "CNAME": "konnn04.github.io" + } }