From fca3857304174262d4479e6a17433ae4dde2357d Mon Sep 17 00:00:00 2001 From: razelleclaren <111413045+razelleclaren@users.noreply.github.com> Date: Tue, 24 Dec 2024 10:48:20 +0700 Subject: [PATCH 01/68] Create clarenisme.json --- domains/clarenisme.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/clarenisme.json diff --git a/domains/clarenisme.json b/domains/clarenisme.json new file mode 100644 index 000000000..79d48efcd --- /dev/null +++ b/domains/clarenisme.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "clarenisme", + "email": "gracela.claren1@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" +  } +} From 26debb7edf91f6765ecffd50b85bd4fe92436cb0 Mon Sep 17 00:00:00 2001 From: orangc Date: Wed, 25 Dec 2024 14:36:56 +0300 Subject: [PATCH 02/68] fix(domains/clarenisme): correct github username --- domains/clarenisme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/clarenisme.json b/domains/clarenisme.json index 79d48efcd..1ff8ef61c 100644 --- a/domains/clarenisme.json +++ b/domains/clarenisme.json @@ -1,6 +1,6 @@ { "owner": { - "username": "clarenisme", + "username": "razelleclaren", "email": "gracela.claren1@gmail.com" }, "record": { From 6944c004cf31ad14198d0d7e51b5a4e3cd7f5ead Mon Sep 17 00:00:00 2001 From: jbmbhs Date: Sat, 11 Jan 2025 12:52:32 +0100 Subject: [PATCH 03/68] Create jbmbhs.json Sorry, I wasn't capable of properly edit previous pull request. I made a new one --- domains/jbmbhs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jbmbhs.json diff --git a/domains/jbmbhs.json b/domains/jbmbhs.json new file mode 100644 index 000000000..e47c96b87 --- /dev/null +++ b/domains/jbmbhs.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "jbmbhs" + "email": "juan@belmontemarin.com" + }, + + "record": { + "URL": "https://www.linkedin.com/in/juan-belmonte-821175112/" + } +} + From 3ad49d81b3542b6fd3f9aa038d968eb42147c34e Mon Sep 17 00:00:00 2001 From: Naileth Rangel <80290229+NailethR@users.noreply.github.com> Date: Sat, 11 Jan 2025 13:37:22 -0300 Subject: [PATCH 04/68] Create nai.json --- domains/nai.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nai.json diff --git a/domains/nai.json b/domains/nai.json new file mode 100644 index 000000000..daf551898 --- /dev/null +++ b/domains/nai.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NailethR", + "email": "nait.0005@gmail.com" + }, + "record": { + "CNAME": "nailethr.github.io" + } +} From 9af28503e17b48684ca878216bb874af92ff9994 Mon Sep 17 00:00:00 2001 From: Felipe Campos Date: Sat, 11 Jan 2025 19:58:52 -0300 Subject: [PATCH 05/68] Create felipecampos --- domains/felipecampos | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/felipecampos diff --git a/domains/felipecampos b/domains/felipecampos new file mode 100644 index 000000000..088b17ca0 --- /dev/null +++ b/domains/felipecampos @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "camposdev", + "email": "felipecamposdev@gmail.com" + }, + "record": { + "CNAME": "felipecampos.vercel.app" + } +} From e87a6d80c0d883074dc44e307898efe496b29809 Mon Sep 17 00:00:00 2001 From: Keshav <95571677+Keshav-writes-code@users.noreply.github.com> Date: Sun, 12 Jan 2025 09:49:07 +0530 Subject: [PATCH 06/68] Create keshav.json --- domains/keshav.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/keshav.json diff --git a/domains/keshav.json b/domains/keshav.json new file mode 100644 index 000000000..a434464a2 --- /dev/null +++ b/domains/keshav.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "keshav-writes-code", + "email": "dhimankeshav201@gmail.com" + }, + "record": { + "CNAME": "keshav-writes-code.github.io" + } +} From 24edc73222cb810d0401d76a30c097b6be9659b6 Mon Sep 17 00:00:00 2001 From: David Morcuende Date: Sun, 12 Jan 2025 07:27:34 +0100 Subject: [PATCH 07/68] Create dmc.json --- domains/dmc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/dmc diff --git a/domains/dmc b/domains/dmc new file mode 100644 index 000000000..5b82649b2 --- /dev/null +++ b/domains/dmc @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "morcu", + "email": "david.morcuende.c@gmail.com" + }, + "record": { + "CNAME": "davidmorcuende.com" + } +} From ce018e09a03cd2dfb780d3ab3e3370360272ea4d Mon Sep 17 00:00:00 2001 From: jbmbhs Date: Sun, 12 Jan 2025 11:58:21 +0100 Subject: [PATCH 08/68] Update domains/jbmbhs.json Co-authored-by: iostpa --- domains/jbmbhs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/jbmbhs.json b/domains/jbmbhs.json index e47c96b87..ab99ab6c1 100644 --- a/domains/jbmbhs.json +++ b/domains/jbmbhs.json @@ -1,8 +1,8 @@ { - "owner": { - "username": "jbmbhs" + "owner": { + "username": "jbmbhs", "email": "juan@belmontemarin.com" - }, + }, "record": { "URL": "https://www.linkedin.com/in/juan-belmonte-821175112/" From 94beb6e1d1bc1a66b86dcd9563c1446830cfe9d3 Mon Sep 17 00:00:00 2001 From: Manuel Garcia-Nieto <59543005+mGarciaNieto@users.noreply.github.com> Date: Sun, 12 Jan 2025 15:52:29 +0100 Subject: [PATCH 09/68] Create manuel-garcia-nieto.json First commit... --- domains/manuel-garcia-nieto.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/manuel-garcia-nieto.json diff --git a/domains/manuel-garcia-nieto.json b/domains/manuel-garcia-nieto.json new file mode 100644 index 000000000..2b4661dbf --- /dev/null +++ b/domains/manuel-garcia-nieto.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mGarciaNieto", + "email": "mgarcianieto@gmail.com" + }, + "record": { + "CNAME": "mGarciaNieto.github.io" + } +} From 880e360dcd32591d5c869ea9dbc22e22efbbb902 Mon Sep 17 00:00:00 2001 From: Felipe Campos Date: Sun, 12 Jan 2025 12:55:07 -0300 Subject: [PATCH 10/68] Rename felipecampos to felipecampos.json --- domains/{felipecampos => felipecampos.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{felipecampos => felipecampos.json} (100%) diff --git a/domains/felipecampos b/domains/felipecampos.json similarity index 100% rename from domains/felipecampos rename to domains/felipecampos.json From 1d7fada5ab8cd066d991668483c3ab5482f5feb1 Mon Sep 17 00:00:00 2001 From: David Morcuende Date: Sun, 12 Jan 2025 17:08:34 +0100 Subject: [PATCH 11/68] Rename dmc to dmc.json --- domains/{dmc => dmc.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{dmc => dmc.json} (100%) diff --git a/domains/dmc b/domains/dmc.json similarity index 100% rename from domains/dmc rename to domains/dmc.json From 42b5943913e969b38caf4f5b4eab3c8f3d9b257d Mon Sep 17 00:00:00 2001 From: Yisrael Dov Lebow Date: Sun, 12 Jan 2025 20:20:49 +0200 Subject: [PATCH 12/68] Create yisraeldov --- domains/yisraeldov | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/yisraeldov diff --git a/domains/yisraeldov b/domains/yisraeldov new file mode 100644 index 000000000..f8d326cc0 --- /dev/null +++ b/domains/yisraeldov @@ -0,0 +1,10 @@ +{ + "description": "Yisrael Dov Lebow", + "owner": { + "username": "yisraeldov", + "email": "lebow@lebowtech.com" + }, + "record": { + "URL": "https://yisraeldov.gitlab.io" + } +} From 6595e7d6f1f217acb48965cad83a4403a7910709 Mon Sep 17 00:00:00 2001 From: Sebastian <117413536+Wisauw@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:26:41 -0300 Subject: [PATCH 13/68] Create _vercel.sebastianriveros.json --- domains/_vercel.sebastianriveros.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.sebastianriveros.json diff --git a/domains/_vercel.sebastianriveros.json b/domains/_vercel.sebastianriveros.json new file mode 100644 index 000000000..dda9cf731 --- /dev/null +++ b/domains/_vercel.sebastianriveros.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "wisauw", + "email": "riveross92@gmail.com", + "discord": "313046852415258625" + }, + "record": { + "TXT": "vc-domain-verify=sebastianriveros.is-a.dev,be3bca98d22aab14d046" + } +} From 303d4cf011c163183be2879bdcde3e8046760c03 Mon Sep 17 00:00:00 2001 From: Yisrael Dov Lebow Date: Sun, 12 Jan 2025 22:44:55 +0200 Subject: [PATCH 14/68] Rename yisraeldov to yisraeldov.json --- domains/{yisraeldov => yisraeldov.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{yisraeldov => yisraeldov.json} (100%) diff --git a/domains/yisraeldov b/domains/yisraeldov.json similarity index 100% rename from domains/yisraeldov rename to domains/yisraeldov.json From 48cc312a6605f945499b36e7b0c13b9ab6073bfd Mon Sep 17 00:00:00 2001 From: Manh Tran Date: Mon, 13 Jan 2025 10:49:47 +0700 Subject: [PATCH 15/68] Create manhtran.json --- domains/manhtran.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/manhtran.json diff --git a/domains/manhtran.json b/domains/manhtran.json new file mode 100644 index 000000000..26c09ab7b --- /dev/null +++ b/domains/manhtran.json @@ -0,0 +1,12 @@ +tranducmanh-info.web.app +{ + "description": "My personal website", + "repo": "https://github.com/is-a-dev/docs", + "owner": { + "username": "ducmanh86" + }, + "record": { + "CNAME": "tranducmanh-info.web.app" + }, + "proxied": true +} From 68e84c09a0f0927c9604fcecb45bd99964be02bd Mon Sep 17 00:00:00 2001 From: Manh Tran Date: Mon, 13 Jan 2025 10:52:04 +0700 Subject: [PATCH 16/68] Update manhtran.json --- domains/manhtran.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/manhtran.json b/domains/manhtran.json index 26c09ab7b..554a9a6d9 100644 --- a/domains/manhtran.json +++ b/domains/manhtran.json @@ -1,4 +1,3 @@ -tranducmanh-info.web.app { "description": "My personal website", "repo": "https://github.com/is-a-dev/docs", From 6e0ad3d9d312fca870ce0a96d8e45994fca88163 Mon Sep 17 00:00:00 2001 From: Manh Tran Date: Mon, 13 Jan 2025 11:14:03 +0700 Subject: [PATCH 17/68] add email to manhtran.json --- domains/manhtran.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/manhtran.json b/domains/manhtran.json index 554a9a6d9..489931bc1 100644 --- a/domains/manhtran.json +++ b/domains/manhtran.json @@ -2,7 +2,8 @@ "description": "My personal website", "repo": "https://github.com/is-a-dev/docs", "owner": { - "username": "ducmanh86" + "username": "ducmanh86", + "email": "ducmanh86@gmail.com", }, "record": { "CNAME": "tranducmanh-info.web.app" From 7f3894a76cf901f29c8b5385b722b1173abe8307 Mon Sep 17 00:00:00 2001 From: Luihh Date: Mon, 13 Jan 2025 00:27:13 -0500 Subject: [PATCH 18/68] Update luihh.json --- domains/luihh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/domains/luihh.json b/domains/luihh.json index a5fef5c3b..fcd641920 100644 --- a/domains/luihh.json +++ b/domains/luihh.json @@ -6,5 +6,16 @@ }, "record": { "CNAME": "spreadsheet-fih.pages.dev" + }, + "redirect_config": { + "custom_paths": { + "/github": "https://github.com/luihh", + "/twitch": "https://www.twitch.tv/luihh23", + "/youtube": "https://www.youtube.com/@Luihh", + "/discord": "https://discord.com/users/481268875586174986", + "/steam": "https://steamcommunity.com/id/Luihh23", + "/paypal": "https://www.paypal.com/paypalme/luihhdev" + }, + "redirect_paths": true } } From 91aeeed1b1c86bd8f21c827c81796d2712222417 Mon Sep 17 00:00:00 2001 From: Aswin <109562208+AswinArsha@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:02:11 +0530 Subject: [PATCH 19/68] Create aswin-m-v.json --- domains/aswin-m-v.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/aswin-m-v.json diff --git a/domains/aswin-m-v.json b/domains/aswin-m-v.json new file mode 100644 index 000000000..465f0f759 --- /dev/null +++ b/domains/aswin-m-v.json @@ -0,0 +1,12 @@ + +{ + "description": "Personal website me , Aswin M V", + "repo": "https://github.com/AswinArsha/mypersonalwebsite.git", + "owner": { + "username": "AswinArsha", + "email": "aswinmv13@gmail.com" + }, + "record": { + "CNAME": "tubular-kangaroo-60ad83.netlify.app" + } +} From 2c22f5d6401ffc7c66b81334f7be307b948b026a Mon Sep 17 00:00:00 2001 From: Luihh Date: Mon, 13 Jan 2025 00:41:08 -0500 Subject: [PATCH 20/68] revert change --- domains/luihh.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/domains/luihh.json b/domains/luihh.json index fcd641920..a5fef5c3b 100644 --- a/domains/luihh.json +++ b/domains/luihh.json @@ -6,16 +6,5 @@ }, "record": { "CNAME": "spreadsheet-fih.pages.dev" - }, - "redirect_config": { - "custom_paths": { - "/github": "https://github.com/luihh", - "/twitch": "https://www.twitch.tv/luihh23", - "/youtube": "https://www.youtube.com/@Luihh", - "/discord": "https://discord.com/users/481268875586174986", - "/steam": "https://steamcommunity.com/id/Luihh23", - "/paypal": "https://www.paypal.com/paypalme/luihhdev" - }, - "redirect_paths": true } } From 6c595ec949d992bbfd0cac883efb375ab79c169f Mon Sep 17 00:00:00 2001 From: Luihh Date: Mon, 13 Jan 2025 00:43:35 -0500 Subject: [PATCH 21/68] Create l.luihh.json --- domains/l.luihh.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 domains/l.luihh.json diff --git a/domains/l.luihh.json b/domains/l.luihh.json new file mode 100644 index 000000000..63dcf8817 --- /dev/null +++ b/domains/l.luihh.json @@ -0,0 +1,20 @@ +{ + "owner": { + "username": "luihh", + "email": "luihh@proton.me" + }, + "record": { + "URL": "https://luihh.is-a.dev" + }, + "redirect_config": { + "custom_paths": { + "/github": "https://github.com/luihh", + "/twitch": "https://www.twitch.tv/luihh23", + "/youtube": "https://www.youtube.com/@Luihh", + "/discord": "https://discord.com/users/481268875586174986", + "/steam": "https://steamcommunity.com/id/Luihh23", + "/paypal": "https://www.paypal.com/paypalme/luihhdev" + }, + "redirect_paths": true + } +} From 494f936d22f749b4d72b8a1beb02e0e85887302f Mon Sep 17 00:00:00 2001 From: Abdullah Murtaza Date: Mon, 13 Jan 2025 11:31:27 +0500 Subject: [PATCH 22/68] abdi.is-a.dev domain registration --- domains/abdi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/abdi.json diff --git a/domains/abdi.json b/domains/abdi.json new file mode 100644 index 000000000..4734115bf --- /dev/null +++ b/domains/abdi.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "abdiopp", + "email": "ginnieabdullah007@gmail.com" + }, + "record": { + "CNAME": "abdi-portfolio.web.app" + } + } + \ No newline at end of file From 266d9549640016d23413ab00aaa3e426377bf4da Mon Sep 17 00:00:00 2001 From: razelleclaren <111413045+razelleclaren@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:59:51 +0700 Subject: [PATCH 23/68] Update clarenisme.json replace the unknown space-like characters with actual spaces. (just for email) --- domains/clarenisme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/clarenisme.json b/domains/clarenisme.json index 1ff8ef61c..ed3477f52 100644 --- a/domains/clarenisme.json +++ b/domains/clarenisme.json @@ -5,6 +5,6 @@ }, "record": { "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" -  } + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } From df10f35011d186f29fb83f4ccc296dfe0e68376d Mon Sep 17 00:00:00 2001 From: Paco Date: Mon, 13 Jan 2025 12:03:28 +0100 Subject: [PATCH 24/68] Create frapujgal.json --- domains/frapujgal.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/frapujgal.json diff --git a/domains/frapujgal.json b/domains/frapujgal.json new file mode 100644 index 000000000..4fd0eb8b8 --- /dev/null +++ b/domains/frapujgal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "frapujgal", + "email": "fpujol1989@gmail.com" + }, + "record": { + "CNAME": "frapujgal.github.io" + } +} From c1424a285f246b3634567348f5a677b88c323948 Mon Sep 17 00:00:00 2001 From: JMVS Date: Mon, 13 Jan 2025 09:05:30 -0300 Subject: [PATCH 25/68] Create jose.json --- domains/jose.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jose.json diff --git a/domains/jose.json b/domains/jose.json new file mode 100644 index 000000000..5b4f456f5 --- /dev/null +++ b/domains/jose.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JMVS", + "email": "jose.veramutka@gmail.com" + }, + "record": { + "CNAME": "veramutka.com.ar" + } +} From 7fc0ffc5e7395a9288f63300fb2510ad0fd870a5 Mon Sep 17 00:00:00 2001 From: Muhammad Abdullah <128403796+Abdullah9715@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:31:28 +0500 Subject: [PATCH 26/68] add muhammadabdullah domain --- domains/muhammadabdullah.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/muhammadabdullah.json diff --git a/domains/muhammadabdullah.json b/domains/muhammadabdullah.json new file mode 100644 index 000000000..6de6802c2 --- /dev/null +++ b/domains/muhammadabdullah.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Abdullah9715", + "email": "muftimuhammadabdullah225@gmail.com" + }, + "record": { + "URL": "latest-porfolio-website.web.app" + } + } + \ No newline at end of file From ecb4d1a6d9cac88e0114f60defb8d6b17caee278 Mon Sep 17 00:00:00 2001 From: "Jeff." Date: Mon, 13 Jan 2025 08:54:32 -0400 Subject: [PATCH 27/68] Add redirect configuration with custom paths to jeff.json --- domains/jeff.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/domains/jeff.json b/domains/jeff.json index 3d0db8456..d1e3edcab 100644 --- a/domains/jeff.json +++ b/domains/jeff.json @@ -5,5 +5,18 @@ }, "record": { "CNAME": "pentsec.github.io" + }, + "redirect_config": { + "custom_paths": { + "/gh": "https://github.com/PentSec", + "/dc": "https://discord.com/users/284896471210393600", + "/x": "https://x.com/__J3ff_", + "/bsky": "https://sitoz.bsky.social", + "/tw": "https://twitch.tv/Sitoz1", + "/kick": "https://kick.com/Sitoz1", + "/ig": "https://www.instagram.com/jeffreysfuenmayor_" + + }, + "redirect_paths": true } } From 7186aa69d557755318807a60467d5ac2ef06d005 Mon Sep 17 00:00:00 2001 From: Sevinda Herath <119860637+Sevinda-Herath@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:35:09 +0530 Subject: [PATCH 28/68] Update sevinda-herath.json --- domains/sevinda-herath.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/sevinda-herath.json b/domains/sevinda-herath.json index b6f6705cf..2d0d1beb3 100644 --- a/domains/sevinda-herath.json +++ b/domains/sevinda-herath.json @@ -4,7 +4,17 @@ "email": "sevindaherath@gmail.com" }, "record": { - "CNAME": "sevinda-herath.github.io" + "CNAME": "sevinda-herath.github.io", + "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"], + "TXT": "v=spf1 include:zohomail.com ~all" + }, + "redirect_config": { + "custom_paths": { + "/github": "https://github.com/Sevinda-Herath/", + "/linkedin": "https://www.linkedin.com/in/sevindaherath/", + "/youtube": "https://www.youtube.com/channel/UCz3Xgf25_heOC86kxdqunkA" + }, + "redirect_paths": true }, "proxied": true } From 7afe740a8d4aa9502b5cd7d11eaecc30a2068306 Mon Sep 17 00:00:00 2001 From: "Jeff." Date: Mon, 13 Jan 2025 09:09:59 -0400 Subject: [PATCH 29/68] update jeff.json --- domains/jeff.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jeff.json b/domains/jeff.json index d1e3edcab..6fc12d246 100644 --- a/domains/jeff.json +++ b/domains/jeff.json @@ -1,7 +1,7 @@ { "owner": { "username": "PentSec", - "email": "jeffreysfu@gmail.com" + "email": "pentsec.2@protonmail.com" }, "record": { "CNAME": "pentsec.github.io" From 808d881bd4765719edd3cb3dfa58ff82d71a16fa Mon Sep 17 00:00:00 2001 From: "Jeff." Date: Mon, 13 Jan 2025 09:12:31 -0400 Subject: [PATCH 30/68] update jeff.json --- domains/jeff.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/jeff.json b/domains/jeff.json index 6fc12d246..5f9d01561 100644 --- a/domains/jeff.json +++ b/domains/jeff.json @@ -4,7 +4,8 @@ "email": "pentsec.2@protonmail.com" }, "record": { - "CNAME": "pentsec.github.io" + "CNAME": "pentsec.github.io", + "URL": "https://jeff.is-a.dev" }, "redirect_config": { "custom_paths": { From 8dd777aaeb0d59ed605b3ab8125ccbf7a118716a Mon Sep 17 00:00:00 2001 From: Sevinda Herath <119860637+Sevinda-Herath@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:43:45 +0530 Subject: [PATCH 31/68] Update sevinda-herath.json --- domains/sevinda-herath.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/domains/sevinda-herath.json b/domains/sevinda-herath.json index 2d0d1beb3..fc8b795e9 100644 --- a/domains/sevinda-herath.json +++ b/domains/sevinda-herath.json @@ -8,13 +8,5 @@ "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"], "TXT": "v=spf1 include:zohomail.com ~all" }, - "redirect_config": { - "custom_paths": { - "/github": "https://github.com/Sevinda-Herath/", - "/linkedin": "https://www.linkedin.com/in/sevindaherath/", - "/youtube": "https://www.youtube.com/channel/UCz3Xgf25_heOC86kxdqunkA" - }, - "redirect_paths": true - }, "proxied": true } From 0f4a89453bd1ab6ff2effe57ef9fcba098bf7082 Mon Sep 17 00:00:00 2001 From: "Jeff." Date: Mon, 13 Jan 2025 09:17:21 -0400 Subject: [PATCH 32/68] Update jeff.json to remove URL and add proxied flag --- domains/jeff.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/jeff.json b/domains/jeff.json index 5f9d01561..ee2861fd8 100644 --- a/domains/jeff.json +++ b/domains/jeff.json @@ -4,8 +4,7 @@ "email": "pentsec.2@protonmail.com" }, "record": { - "CNAME": "pentsec.github.io", - "URL": "https://jeff.is-a.dev" + "CNAME": "pentsec.github.io" }, "redirect_config": { "custom_paths": { @@ -19,5 +18,6 @@ }, "redirect_paths": true - } + }, + "proxied": true } From 523474918e96f616ca6880a3b8d5195198d4f728 Mon Sep 17 00:00:00 2001 From: martinvruiz <158112662+martinvruiz@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:33:08 -0300 Subject: [PATCH 33/68] Create martinvruiz.json Unless explicitly specified otherwise by a maintainer or in the requirement description, your domain must pass ALL the indicated requirements above. Please note that we reserve the rights not to accept any domain at our own discretion. [ x ] The file is in the domains folder and is in the JSON format. [ x ] The file's name is all lowercased and alphanumeric. [ x ] You have completed your website. [ x ] The website is reachable. [ x ] The CNAME record doesn't contain https:// or /. [ x ] There is sufficient information at the owner field. --- domains/martinvruiz.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/martinvruiz.json diff --git a/domains/martinvruiz.json b/domains/martinvruiz.json new file mode 100644 index 000000000..31d7a0e9a --- /dev/null +++ b/domains/martinvruiz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "martinvruiz", + "email": "martinvruiz10@gmail.com", + "discord": "martinvruiz10" + }, + "record": { + "CNAME": "portfoliomvr.vercel.app" + } +} From 70ac034ff9cb99b6ad6eaf8f19acc93e11737557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20L=C3=B3pez?= Date: Mon, 13 Jan 2025 16:47:19 +0100 Subject: [PATCH 34/68] Create jorgelopz.json --- domains/jorgelopz.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jorgelopz.json diff --git a/domains/jorgelopz.json b/domains/jorgelopz.json new file mode 100644 index 000000000..ba8dfe07c --- /dev/null +++ b/domains/jorgelopz.json @@ -0,0 +1,11 @@ +{ + "description": "Jorge's Web", + "owner": { + "username": "jorge-lopz", + "email": "jlpenero2005@gmail.com" + }, + "record": { + "CNAME": "jorge-lopz.vercel.app" + }, + "proxied": true +} From 82c8ff2407c68cd34458deb963770c8d92aa08e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20L=C3=B3pez?= Date: Mon, 13 Jan 2025 16:55:58 +0100 Subject: [PATCH 35/68] Rename jorgelopz.json to jorge-lopz.json --- domains/{jorgelopz.json => jorge-lopz.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{jorgelopz.json => jorge-lopz.json} (100%) diff --git a/domains/jorgelopz.json b/domains/jorge-lopz.json similarity index 100% rename from domains/jorgelopz.json rename to domains/jorge-lopz.json From 4ab0836c5da34c05943015e338736e25abbb2033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20L=C3=B3pez?= Date: Mon, 13 Jan 2025 17:03:01 +0100 Subject: [PATCH 36/68] Create _vercel.jorge-lopz.json --- domains/_vercel.jorge-lopz.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.jorge-lopz.json diff --git a/domains/_vercel.jorge-lopz.json b/domains/_vercel.jorge-lopz.json new file mode 100644 index 000000000..551776f98 --- /dev/null +++ b/domains/_vercel.jorge-lopz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Jorge-lopz", + "email": "jlpenero2005@gmail.com", + "discord": "713831494761840753" + }, + "record": { + "TXT": "vc-domain-verify=jorge-lopz.is-a.dev,5bfcd4cedc07714c2319" + } +} From bf1fd6f707e4338090be2992887cd6f67a56b2f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20L=C3=B3pez?= Date: Mon, 13 Jan 2025 17:04:38 +0100 Subject: [PATCH 37/68] Update jorge-lopz.json --- domains/jorge-lopz.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/jorge-lopz.json b/domains/jorge-lopz.json index ba8dfe07c..0340e4da8 100644 --- a/domains/jorge-lopz.json +++ b/domains/jorge-lopz.json @@ -3,9 +3,9 @@ "owner": { "username": "jorge-lopz", "email": "jlpenero2005@gmail.com" + "discord": "insert-discord-user-ID-here" }, "record": { "CNAME": "jorge-lopz.vercel.app" - }, - "proxied": true + } } From ad63a1ea5985c431aad7609520972fba7c3785ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20L=C3=B3pez?= Date: Mon, 13 Jan 2025 17:04:47 +0100 Subject: [PATCH 38/68] Update jorge-lopz.json --- domains/jorge-lopz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jorge-lopz.json b/domains/jorge-lopz.json index 0340e4da8..f268ad6c2 100644 --- a/domains/jorge-lopz.json +++ b/domains/jorge-lopz.json @@ -3,7 +3,7 @@ "owner": { "username": "jorge-lopz", "email": "jlpenero2005@gmail.com" - "discord": "insert-discord-user-ID-here" + "discord": "713831494761840753" }, "record": { "CNAME": "jorge-lopz.vercel.app" From b32cce4587eb2f56a569eab6dfca6d71ea49862e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20L=C3=B3pez?= Date: Mon, 13 Jan 2025 17:04:55 +0100 Subject: [PATCH 39/68] Update jorge-lopz.json --- domains/jorge-lopz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jorge-lopz.json b/domains/jorge-lopz.json index f268ad6c2..b1022d6d8 100644 --- a/domains/jorge-lopz.json +++ b/domains/jorge-lopz.json @@ -1,7 +1,7 @@ { "description": "Jorge's Web", "owner": { - "username": "jorge-lopz", + "username": "Jorge-lopz", "email": "jlpenero2005@gmail.com" "discord": "713831494761840753" }, From 9252cde3335265f105906af02aca09ddd0e7d8a6 Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Mon, 13 Jan 2025 17:21:42 +0100 Subject: [PATCH 40/68] fix json --- domains/manhtran.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/manhtran.json b/domains/manhtran.json index 489931bc1..a17d5e061 100644 --- a/domains/manhtran.json +++ b/domains/manhtran.json @@ -3,7 +3,7 @@ "repo": "https://github.com/is-a-dev/docs", "owner": { "username": "ducmanh86", - "email": "ducmanh86@gmail.com", + "email": "ducmanh86@gmail.com" }, "record": { "CNAME": "tranducmanh-info.web.app" From e008d594b67023b654253917fc7ab356d47d0803 Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Mon, 13 Jan 2025 17:58:17 +0100 Subject: [PATCH 41/68] fix json --- domains/jorge-lopz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jorge-lopz.json b/domains/jorge-lopz.json index b1022d6d8..78c0f6c57 100644 --- a/domains/jorge-lopz.json +++ b/domains/jorge-lopz.json @@ -2,7 +2,7 @@ "description": "Jorge's Web", "owner": { "username": "Jorge-lopz", - "email": "jlpenero2005@gmail.com" + "email": "jlpenero2005@gmail.com", "discord": "713831494761840753" }, "record": { From d02d832bf6c8258f6b1c3f04342403e6da4dbee6 Mon Sep 17 00:00:00 2001 From: Muhammad Abdullah <128403796+Abdullah9715@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:58:32 +0500 Subject: [PATCH 42/68] Update muhammadabdullah.json --- domains/muhammadabdullah.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/muhammadabdullah.json b/domains/muhammadabdullah.json index 6de6802c2..407a77bdc 100644 --- a/domains/muhammadabdullah.json +++ b/domains/muhammadabdullah.json @@ -4,7 +4,7 @@ "email": "muftimuhammadabdullah225@gmail.com" }, "record": { - "URL": "latest-porfolio-website.web.app" + "URL": "https://latest-porfolio-website.web.app" } } - \ No newline at end of file + From c671ce1bda6d9589df4e834cdf990bd1ed6c0ceb Mon Sep 17 00:00:00 2001 From: Guido <128822986+Gui2258@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:10:49 -0500 Subject: [PATCH 43/68] Create gui2.json --- domains/gui2.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/gui2.json diff --git a/domains/gui2.json b/domains/gui2.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/gui2.json @@ -0,0 +1 @@ + From b208fa86b1bf3603070da1f33538d6bad6fa006e Mon Sep 17 00:00:00 2001 From: Guido Morffi Date: Mon, 13 Jan 2025 15:37:58 -0500 Subject: [PATCH 44/68] Added ci content --- domains/gui2.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/domains/gui2.json b/domains/gui2.json index 8b1378917..178ed5b51 100644 --- a/domains/gui2.json +++ b/domains/gui2.json @@ -1 +1,9 @@ - +{ + "owner": { + "username": "Gui2258", + "email": "guidotele@gmail.com" + }, + "record": { + "URL": "https://gui2dev.vercel.app" + } +} From ed4df3f07048ccc519f78e523ec73b4531bd8ab6 Mon Sep 17 00:00:00 2001 From: Mariangel Araviches Date: Mon, 13 Jan 2025 20:41:03 -0300 Subject: [PATCH 45/68] Create mariangel.json add new domain --- domains/mariangel.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mariangel.json diff --git a/domains/mariangel.json b/domains/mariangel.json new file mode 100644 index 000000000..a01ad0fbc --- /dev/null +++ b/domains/mariangel.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mangellch", + "email": "mariangelaraviches@gmail.com" + }, + "record": { + "CNAME":"https://mangellch.github.io/" + } +} From d14f29536e74ecd8e85f5140fec1d63a0051abdd Mon Sep 17 00:00:00 2001 From: Mariangel Araviches Date: Mon, 13 Jan 2025 20:44:25 -0300 Subject: [PATCH 46/68] Update mariangel.json --- domains/mariangel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mariangel.json b/domains/mariangel.json index a01ad0fbc..1263982c4 100644 --- a/domains/mariangel.json +++ b/domains/mariangel.json @@ -4,6 +4,6 @@ "email": "mariangelaraviches@gmail.com" }, "record": { - "CNAME":"https://mangellch.github.io/" + "CNAME":"mangellch.github.io" } } From 8db4234504eab61684ea47cf153662aeeaf74f91 Mon Sep 17 00:00:00 2001 From: Rafael Perez Date: Mon, 13 Jan 2025 20:59:42 -0600 Subject: [PATCH 47/68] Add rufistofeles.json Add rufistofeles.json --- domains/rufistofeles.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rufistofeles.json diff --git a/domains/rufistofeles.json b/domains/rufistofeles.json new file mode 100644 index 000000000..297c8e569 --- /dev/null +++ b/domains/rufistofeles.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rufistofeles", + "email": "rufistofeles@outlook.com" + }, + "record": { + "CNAME": "rufistofeles.github.io" + } +} From 6dff42c2ec394153945313c26ac964413f8a5cb1 Mon Sep 17 00:00:00 2001 From: Ahmad Yogi Al fandi <138632356+ahyalfan@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:22:29 +0700 Subject: [PATCH 48/68] Create ahyalfan.json --- domains/ahyalfan.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ahyalfan.json diff --git a/domains/ahyalfan.json b/domains/ahyalfan.json new file mode 100644 index 000000000..b3d350cf8 --- /dev/null +++ b/domains/ahyalfan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ahyalfan", + "email": "alfandi0857@gmail.com" + }, + "description": "this is for my personal website made.", + "record": { + "CNAME": "ahyalfan.my.id" + } +} From f6f2e594ec541bdc57df56fd664a5c541e574ae6 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:32:55 -0500 Subject: [PATCH 49/68] chore: formatting --- domains/ahyalfan.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/domains/ahyalfan.json b/domains/ahyalfan.json index b3d350cf8..8480313da 100644 --- a/domains/ahyalfan.json +++ b/domains/ahyalfan.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "ahyalfan", - "email": "alfandi0857@gmail.com" - }, - "description": "this is for my personal website made.", - "record": { - "CNAME": "ahyalfan.my.id" - } + "description": "this is for my personal website made.", + "owner": { + "username": "ahyalfan", + "email": "alfandi0857@gmail.com" + }, + "record": { + "CNAME": "ahyalfan.my.id" + } } From dc295cedbcec84a3509b03235a2faa6bd5b2a272 Mon Sep 17 00:00:00 2001 From: Ahmad Yogi Al fandi <138632356+ahyalfan@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:52:44 +0700 Subject: [PATCH 50/68] update ahyalfan.json from CNAME to URL --- domains/ahyalfan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ahyalfan.json b/domains/ahyalfan.json index 8480313da..868823761 100644 --- a/domains/ahyalfan.json +++ b/domains/ahyalfan.json @@ -5,6 +5,6 @@ "email": "alfandi0857@gmail.com" }, "record": { - "CNAME": "ahyalfan.my.id" + "URL": "https://ahyalfan.my.id" } } From 775ad4d73c0e5f244738864121dabb9b7decae49 Mon Sep 17 00:00:00 2001 From: Sevinda Herath <119860637+Sevinda-Herath@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:27:30 +0530 Subject: [PATCH 51/68] Create sevinda-herath._domainkey.sevinda-herath.json Again .. Thank you for your guidance William :) --- domains/sevinda-herath._domainkey.sevinda-herath.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sevinda-herath._domainkey.sevinda-herath.json diff --git a/domains/sevinda-herath._domainkey.sevinda-herath.json b/domains/sevinda-herath._domainkey.sevinda-herath.json new file mode 100644 index 000000000..b974a12ec --- /dev/null +++ b/domains/sevinda-herath._domainkey.sevinda-herath.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sevinda-Herath", + "email": "sevindaherath@gmail.com" + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCAhBt3btz/Lvou5WOJo+eF4YYWNZHxX0h5vPCfcP0IVtxOcicEhpvuY8DZ86ooVAptJeXKeuXVOz0J3SkAeGu2OAPZdHwKmBXTxvIx040Qhb3plS3T1iQXj3gu8SjkZk2w6X/07iQB+KkUYD8wvAT6UUIyNugQPd74LRYpOV1pRQIDAQAB" + } +} From afcdd498a5442469c373d9e9e129573e40c05be9 Mon Sep 17 00:00:00 2001 From: Naman Srivastava <110972759+naman-0804@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:53:31 +0530 Subject: [PATCH 52/68] Create _vercel.namansrivastava.json --- domains/_vercel.namansrivastava.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.namansrivastava.json diff --git a/domains/_vercel.namansrivastava.json b/domains/_vercel.namansrivastava.json new file mode 100644 index 000000000..5cc5e18db --- /dev/null +++ b/domains/_vercel.namansrivastava.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "naman-0804", + "email": "namansrivastava1608@gmail.com", + "discord": "naman_1101" + }, + "record": { + "TXT": "vc-domain-verify=namansrivastava.is-a.dev,7b128b70cd9aae28bf1c" + } +} From 9294b5fb7459894120f7183acfffbffe6a60a949 Mon Sep 17 00:00:00 2001 From: Naman Srivastava <110972759+naman-0804@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:59:17 +0530 Subject: [PATCH 53/68] Update namansrivastava.json --- domains/namansrivastava.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/domains/namansrivastava.json b/domains/namansrivastava.json index 9ce51f4d6..2a10e2029 100644 --- a/domains/namansrivastava.json +++ b/domains/namansrivastava.json @@ -1,11 +1,10 @@ { - "description": "Naman's personal developer website", - "repo": "https://github.com/naman-0804/Portfolio-Naman", - "owner": { - "username": "naman-0804", - "email": "namansrivastava1608@gmail.com" - }, - "record": { - "CNAME": "naman08portfolio.vercel.app" - } + "owner": { + "username": "naman-0804", + "email": "namansrivastava1608@gmail.com", + "discord": "naman_1101" + }, + "record": { + "CNAME": "naman08portfolio.vercel.app" + } } From 368a8289522d0655ad01f4b219cfe9349047d14f Mon Sep 17 00:00:00 2001 From: Michael <108736931+michaelmuthomi@users.noreply.github.com> Date: Tue, 14 Jan 2025 08:54:06 +0300 Subject: [PATCH 54/68] Create michaelmuthomi.json --- domains/michaelmuthomi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/michaelmuthomi.json diff --git a/domains/michaelmuthomi.json b/domains/michaelmuthomi.json new file mode 100644 index 000000000..0c538ba37 --- /dev/null +++ b/domains/michaelmuthomi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "michaelmuthomi", + "email": "lit911call@gmail.com" + }, + "record": { + "CNAME": "michael-portfolio-green.vercel.app" + } +} From 063071e63d40161e9bccd1131d2c6dfb827d07d8 Mon Sep 17 00:00:00 2001 From: harshshah-codes <149559646+harshshah-codes@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:04:34 +0530 Subject: [PATCH 55/68] Create _vercel.harshshah.json --- domains/_vercel.harshshah.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.harshshah.json diff --git a/domains/_vercel.harshshah.json b/domains/_vercel.harshshah.json new file mode 100644 index 000000000..cc345b0c9 --- /dev/null +++ b/domains/_vercel.harshshah.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "harshshah-codes", + "email": "harshshah.dev@gmail.com", + "discord": "889700837520199761" + }, + "record": { + "TXT": "vc-domain-verify=harshshah.is-a.dev,42f8ad923b9e4a9aa010" + } +} From 7cbdefecba00d0b487acbede48e78df8fb580b0c Mon Sep 17 00:00:00 2001 From: harshshah-codes <149559646+harshshah-codes@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:05:30 +0530 Subject: [PATCH 56/68] Create harshshah.json --- domains/harshshah.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/harshshah.json diff --git a/domains/harshshah.json b/domains/harshshah.json new file mode 100644 index 000000000..d2e6a4130 --- /dev/null +++ b/domains/harshshah.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "harshshah-codes", + "email": "harshshah.dev@gmail.com", + "discord": "889700837520199761" + }, + "record": { + "A": ["76.76.21.21"] + } +} From b097144d2ccd42787ff23e63b354a6b1d8d21694 Mon Sep 17 00:00:00 2001 From: Rohan Khurana <32005723+khuranajordan@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:09:26 +0530 Subject: [PATCH 57/68] Create rohan-codes.json --- domains/rohan-codes.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rohan-codes.json diff --git a/domains/rohan-codes.json b/domains/rohan-codes.json new file mode 100644 index 000000000..c85fa32fe --- /dev/null +++ b/domains/rohan-codes.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "khuranajordan", + "email": "rohankhurana20@gmail.com" + }, + "record": { + "CNAME": "khuranajordan.github.io" + } +} From 1ec4d06572615447a927d03abd9720c7a3dbd681 Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Tue, 14 Jan 2025 10:07:19 +0100 Subject: [PATCH 58/68] add documentatio to PR template --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e7eb65913..ff56f15ec 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,6 +11,7 @@ Please note that we reserve the rights not to accept any domain at our own discr - [ ] The website is reachable. - [ ] The CNAME record doesn't contain `https://` or `/`. - [ ] There is sufficient information at the `owner` field. +- [ ] I have read the [documentation](https://docs.is-a.dev). ## Website Link/Preview From c43d04f4635fc23217d84e116ed0fafb17d07a50 Mon Sep 17 00:00:00 2001 From: Egor Stronhin Date: Tue, 14 Jan 2025 11:14:02 +0200 Subject: [PATCH 59/68] feat: egor sub domain --- domains/egor.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/egor.json diff --git a/domains/egor.json b/domains/egor.json new file mode 100644 index 000000000..6753bc05b --- /dev/null +++ b/domains/egor.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "egor-xyz" + }, + "record": { + "CNAME": "egor.xyz" + } +} From 63dc1d825d37080d9625c918f0ec146fefa1ddd6 Mon Sep 17 00:00:00 2001 From: Egor Stronhin Date: Tue, 14 Jan 2025 11:16:36 +0200 Subject: [PATCH 60/68] feat: egor sub domain --- domains/egor.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/egor.json b/domains/egor.json index 6753bc05b..56ea1d014 100644 --- a/domains/egor.json +++ b/domains/egor.json @@ -1,6 +1,7 @@ { "owner": { - "username": "egor-xyz" + "username": "egor-xyz", + "discord": "egor.xyz" }, "record": { "CNAME": "egor.xyz" From 32755ef1b6ce5441539aadc082fa1baf1eb0eec0 Mon Sep 17 00:00:00 2001 From: Jason Steven Gamba Manzano Date: Tue, 14 Jan 2025 10:30:48 +0100 Subject: [PATCH 61/68] Create jasondevgm.json [x] The file is in the domains folder and is in the JSON format. [x] The file's name is all lowercased and alphanumeric. [x] You have completed your website. [x] The website is reachable. [x] The CNAME record doesn't contain https:// or /. [x] There is sufficient information at the owner field. --- domains/jasondevgm.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jasondevgm.json diff --git a/domains/jasondevgm.json b/domains/jasondevgm.json new file mode 100644 index 000000000..c3bfd4765 --- /dev/null +++ b/domains/jasondevgm.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio Website", + "repo": "https://github.com/jasondevgm/jasondevgm.github.io.git", + "owner": { + "username": "jasondevgm", + "email": "jasondevgm@gmail.com" + }, + "record": { + "CNAME": "jasondevgm.github.io" + } +} From a6d7eeb6b7c592bc49aa69e1c5082e4f5baa3e96 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:48:57 +0800 Subject: [PATCH 62/68] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ff56f15ec..46ec6ab67 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,17 +1,21 @@ - + ## Requirements -Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain must pass **ALL** the indicated requirements above. +Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain **MUST** pass **ALL** the indicated requirements below. -Please note that we reserve the rights not to accept any domain at our own discretion. + +- [ ] I have **read** and **understood** the [Terms of Service](https://is-a.dev/terms). +- [ ] My domain is **not** for commercial use. +- [ ] My file is in the `domains` folder and is in the JSON format. +- [ ] My file's name is all lowercased and alphanumeric. +- [ ] The website is **reachable**. +- [ ] I have **completed** my website. +- [ ] My website is related to **software development**. +- [ ] I have provided contact information in the `owner` key. +- [ ] I have **followed** the [documentation](https://docs.is-a.dev). +- [ ] I understand my domain may be removed if I violate the [Terms of Service](https://is-a.dev/terms). -- [ ] The file is in the `domains` folder and is in the JSON format. -- [ ] The file's name is all lowercased and alphanumeric. -- [ ] You have completed your website. -- [ ] The website is reachable. -- [ ] The CNAME record doesn't contain `https://` or `/`. -- [ ] There is sufficient information at the `owner` field. -- [ ] I have read the [documentation](https://docs.is-a.dev). - -## Website Link/Preview - +## Website Preview + From 17f5816cce6e3939ddcc4f974b778ec620605d77 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:51:49 +0800 Subject: [PATCH 63/68] Create raw.json --- domains/raw.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/raw.json diff --git a/domains/raw.json b/domains/raw.json new file mode 100644 index 000000000..cc2562542 --- /dev/null +++ b/domains/raw.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "admin@is-a.dev" + }, + "record": { + "URL": "https://raw-api.is-a.dev" + } +} From 7cea188f742a0f972ddc6a3200a639a1f3ecd74e Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:05:02 +0800 Subject: [PATCH 64/68] feat(ci): redirect_config for proxied domains --- tests/records.test.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/records.test.js b/tests/records.test.js index 8a1bbabbc..223971308 100644 --- a/tests/records.test.js +++ b/tests/records.test.js @@ -267,7 +267,13 @@ t("All files should have valid record types", (t) => { ); } if (data.redirect_config) { - t.true(recordKeys.includes("URL"), `${file}: Redirect config must be combined with a URL record`); + t.true( + recordKeys.includes("URL") || data.proxied, + `${file}: Redirect config must be combined with a URL record or the domain must be proxied` + ); + if (data.redirect_config.redirect_paths) { + t.true(recordKeys.includes("URL"), `${file}: redirect_config.redirect_paths requires a URL record`); + } } validateRecordValues(t, data, file); From 0d16c22bce36ede4aebb6310d34aa010845a1902 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:06:21 +0800 Subject: [PATCH 65/68] disable `redirect_paths` --- domains/jeff.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/jeff.json b/domains/jeff.json index ee2861fd8..71f30eab9 100644 --- a/domains/jeff.json +++ b/domains/jeff.json @@ -16,8 +16,7 @@ "/kick": "https://kick.com/Sitoz1", "/ig": "https://www.instagram.com/jeffreysfuenmayor_" - }, - "redirect_paths": true + } }, "proxied": true } From 0da0de886c2e5d16ba7910951f3651caff4725ce Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:06:37 +0800 Subject: [PATCH 66/68] Update jeff.json --- domains/jeff.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/jeff.json b/domains/jeff.json index 71f30eab9..d40c5f7c4 100644 --- a/domains/jeff.json +++ b/domains/jeff.json @@ -15,7 +15,6 @@ "/tw": "https://twitch.tv/Sitoz1", "/kick": "https://kick.com/Sitoz1", "/ig": "https://www.instagram.com/jeffreysfuenmayor_" - } }, "proxied": true From 43c9f9d5ba1c0cffc719f9f271b3643c468b3618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Xu=C3=A2n=20Minh=20Tu=E1=BA=A5n?= <81414860+tuannguyen2002@users.noreply.github.com> Date: Tue, 14 Jan 2025 19:56:07 +0700 Subject: [PATCH 67/68] Create _vercel.nguyenminhtuan.json --- domains/_vercel.nguyenminhtuan.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.nguyenminhtuan.json diff --git a/domains/_vercel.nguyenminhtuan.json b/domains/_vercel.nguyenminhtuan.json new file mode 100644 index 000000000..8a846ef4a --- /dev/null +++ b/domains/_vercel.nguyenminhtuan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "tuannguyen2002", + "email": "", + "discord": "minhtuan9039" + }, + "record": { + "TXT": "vc-domain-verify=nguyenminhtuan.is-a.dev,2910b5006f1f208b05e6" + } +} From 179222aaa66c4a860dc2e720bcf28bd79f3007e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Xu=C3=A2n=20Minh=20Tu=E1=BA=A5n?= <81414860+tuannguyen2002@users.noreply.github.com> Date: Tue, 14 Jan 2025 20:02:05 +0700 Subject: [PATCH 68/68] Create nguyenminhtuan.json --- domains/nguyenminhtuan.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/nguyenminhtuan.json diff --git a/domains/nguyenminhtuan.json b/domains/nguyenminhtuan.json new file mode 100644 index 000000000..f6d72d0e3 --- /dev/null +++ b/domains/nguyenminhtuan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "tuannguyen2002", + "email": "", + "discord": "minhtuan9039" + }, + "record": { + "CNAME": "profile-sigma-wine.vercel.app" + } +}