From ba92a759715565e062e1d695f6c8955079faa616 Mon Sep 17 00:00:00 2001 From: Joe Lee Official <70639311+joeleeofficial@users.noreply.github.com> Date: Sat, 30 Jan 2021 22:51:12 +0800 Subject: [PATCH 01/18] Create bs.json --- domains/bs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/bs.json diff --git a/domains/bs.json b/domains/bs.json new file mode 100644 index 000000000..0f8223adf --- /dev/null +++ b/domains/bs.json @@ -0,0 +1,11 @@ +{ + "description": "A Website for my api + "repo": "https://github.com/brawlie/api", + "owner": { + "username": "joeleeofficial", + "email": "tojoeleeofficial@gmail.com" + }, + "record": { + "CNAME": "7b9fd2b3-d702-4577-bcbf-a1a529ad3f3d.repl.co" + } +} From 9a1d274d3a49cf0b1b1e9dbb2f65829c50a0f29d Mon Sep 17 00:00:00 2001 From: Benjamin Smith Date: Mon, 1 Feb 2021 13:32:29 -0800 Subject: [PATCH 02/18] Create m04.json --- domains/m04.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/m04.json diff --git a/domains/m04.json b/domains/m04.json new file mode 100644 index 000000000..1f5c262ae --- /dev/null +++ b/domains/m04.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Merlin04", + "email": "is-a-dev@benjaminsmith.dev" + }, + "description": "Redirect to personal website", + "repo": "https://github.com/merlin04/benjaminsmith.dev", + "record": { + "URL": "https://benjaminsmith.dev" + } +} From 19b630ae07c735cc00bce2a960caf5fe4c238d2e Mon Sep 17 00:00:00 2001 From: Joe Lee Official <70639311+joeleeofficial@users.noreply.github.com> Date: Tue, 2 Feb 2021 08:26:20 +0800 Subject: [PATCH 03/18] Update bs.json --- domains/bs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/bs.json b/domains/bs.json index 0f8223adf..e7daac5a3 100644 --- a/domains/bs.json +++ b/domains/bs.json @@ -1,8 +1,8 @@ { - "description": "A Website for my api + "description": "a website for my api", "repo": "https://github.com/brawlie/api", "owner": { - "username": "joeleeofficial", + "username": "brawlie", "email": "tojoeleeofficial@gmail.com" }, "record": { From 555486bc2871c3fb1e6803d2cb8668a0ac354039 Mon Sep 17 00:00:00 2001 From: Samarth Kulshrestha Date: Tue, 2 Feb 2021 13:39:31 +0530 Subject: [PATCH 04/18] adding samarth.json --- domains/samarth.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/samarth.json diff --git a/domains/samarth.json b/domains/samarth.json new file mode 100644 index 000000000..585ceb6b6 --- /dev/null +++ b/domains/samarth.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Samarth2005", + "email": "samarthkulshresth@gmail.com" + }, + "record": { + "A": [ + "76.76.21.21" + ] + } +} From ce6a98af5a468ecefc1f3309a59458aaed8b3f61 Mon Sep 17 00:00:00 2001 From: ZeroTwo <69979824+ZeroTwoDev@users.noreply.github.com> Date: Tue, 2 Feb 2021 15:13:24 +0100 Subject: [PATCH 05/18] updated the domain cuz cool --- domains/zerotwo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/zerotwo.json b/domains/zerotwo.json index 287eab13b..155bc7092 100644 --- a/domains/zerotwo.json +++ b/domains/zerotwo.json @@ -6,6 +6,6 @@ "email": "halil_ismail@yahoo.com" }, "record": { - "CNAME": "hosting.gitbook.io" + "CNAME": "zerotwodev.github.io" } -} \ No newline at end of file +} From 9c6324315233b823179fa7f1f6ae040839458e77 Mon Sep 17 00:00:00 2001 From: Hector Vigil - Escalera Ramos <78450330+Hector-Vigil@users.noreply.github.com> Date: Tue, 2 Feb 2021 23:44:01 -0500 Subject: [PATCH 06/18] Create hector-vigil.json --- domains/hector-vigil.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hector-vigil.json diff --git a/domains/hector-vigil.json b/domains/hector-vigil.json new file mode 100644 index 000000000..c6181f2db --- /dev/null +++ b/domains/hector-vigil.json @@ -0,0 +1,11 @@ +{ + "description": "hector-vigil", + "repo": "https://github.com/Hector-Vigil/hector-vigil.github.io", + "owner": { + "username": "hector-vigil", + "email": "vigilescalera.h@gmail.com" + }, + "record": { + "CNAME": "hector-vigil.github.io" + } +} From 483967c4f3537868264c331f335ead06d6dabf67 Mon Sep 17 00:00:00 2001 From: Sudhan Date: Wed, 3 Feb 2021 16:10:44 +0530 Subject: [PATCH 07/18] Added my sub domain --- domains/sudhan.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/sudhan.json diff --git a/domains/sudhan.json b/domains/sudhan.json new file mode 100644 index 000000000..8bd4515ec --- /dev/null +++ b/domains/sudhan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "sudhanplayz", + "email": "sudhanplayz@gmail.com" + }, + "description": "A Personal Website for me", + "record": { + "URL": "https://sudhanplayz.live/" + } +} From 7144a33907c9ca70d9d58b4c5f29063e06e42b32 Mon Sep 17 00:00:00 2001 From: Abdurrahman075 <70652348+Abdurrahman075@users.noreply.github.com> Date: Fri, 5 Feb 2021 22:51:13 +0700 Subject: [PATCH 08/18] Update fayyadh.json --- domains/fayyadh.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/fayyadh.json b/domains/fayyadh.json index b50eebdec..8d5e7635c 100644 --- a/domains/fayyadh.json +++ b/domains/fayyadh.json @@ -1,11 +1,11 @@ { - "description": "Fayyadh Personal Website", - "repo": "https://github.com/Abdurrahman075/reweb", + "description": "My Personal Website", + "repo": "https://github.com/Abdurrahman075/fayyadh-my-id", "owner": { "username": "Fayyadh", "email": "fayyadh.abdurrahman007@gmail.com" }, "record": { - "CNAME": "glitch.edgeapp.net" + "URL": "https://fayyadh.my.id" } } From 09ddec9d3774ffacc7b229051db74f9f5731490e Mon Sep 17 00:00:00 2001 From: Siddhant Pandey <72205726+siddhant094@users.noreply.github.com> Date: Sat, 6 Feb 2021 16:36:38 +0530 Subject: [PATCH 09/18] Create siddhant.json --- domains/siddhant.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/siddhant.json diff --git a/domains/siddhant.json b/domains/siddhant.json new file mode 100644 index 000000000..c52e4ff40 --- /dev/null +++ b/domains/siddhant.json @@ -0,0 +1,11 @@ +{ + "description": "Siddhant's personal site", + "repo": "https://github.com/siddhant094", + "owner": { + "username": "siddhant094", + "email": "pandeysiddhant21@gmail.com" + }, + "record": { + "URL": "https://siddhantt.netlify.app" + } +} From 3290d622649c2e3a25eb34bded7d7d9f7413cd05 Mon Sep 17 00:00:00 2001 From: Marcus Weinberger Date: Mon, 8 Feb 2021 11:47:40 +0000 Subject: [PATCH 10/18] Create marcusj.json --- domains/marcusj.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/marcusj.json diff --git a/domains/marcusj.json b/domains/marcusj.json new file mode 100644 index 000000000..434f2789a --- /dev/null +++ b/domains/marcusj.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio of Marcus Weinberger", + "repo": "https://github.com/AgeOfMarcus", + "owner": { + "username": "AgeOfMarcus", + "email": "marcusjw.ftw@gmail.com" + }, + "record": { + "CNAME": "dev.marcusj.tech" + } +} From 2260dad053d31e20c56410c69e6c3ff8065d8f5e Mon Sep 17 00:00:00 2001 From: Miguel Piedrafita Date: Wed, 10 Feb 2021 13:16:35 +0100 Subject: [PATCH 11/18] Create miguel.json --- domains/miguel.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/miguel.json diff --git a/domains/miguel.json b/domains/miguel.json new file mode 100644 index 000000000..bf19dfe0d --- /dev/null +++ b/domains/miguel.json @@ -0,0 +1,11 @@ +{ + "description": "Miguel Piedrafita's website", + "repo": "https://github.com/m1guelpf", + "owner": { + "username": "m1guelpf", + "email": "soy@miguelpiedrafita.com" + }, + "record": { + "URL": "https://miguelpiedrafita.com" + } +} From 339a9eedeceb5016b452c5925a0f3884881a0d88 Mon Sep 17 00:00:00 2001 From: Aman Jain Date: Thu, 11 Feb 2021 08:26:55 +0530 Subject: [PATCH 12/18] Create aman.json --- domains/aman.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/aman.json diff --git a/domains/aman.json b/domains/aman.json new file mode 100644 index 000000000..4bc4678ed --- /dev/null +++ b/domains/aman.json @@ -0,0 +1,11 @@ +{ + "description": "This website is a link to my personal developer portfolio.", + "repo": "https://github.com/jn-aman", + "owner": { + "username": "jn-aman", + "email": "aman.j@safepath.ai" + }, + "record": { + "CNAME": "aman.wiki" + } +} From 0167afff210eaa1334f8628928bf3cd66a904a10 Mon Sep 17 00:00:00 2001 From: Cot <54806075+StalkerMeyr@users.noreply.github.com> Date: Thu, 11 Feb 2021 13:41:43 +0300 Subject: [PATCH 13/18] Rename cit.json to space.json --- domains/{cit.json => space.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{cit.json => space.json} (98%) diff --git a/domains/cit.json b/domains/space.json similarity index 98% rename from domains/cit.json rename to domains/space.json index efe7377ac..e862da34b 100644 --- a/domains/cit.json +++ b/domains/space.json @@ -9,4 +9,4 @@ "185.87.48.199" ] } -} \ No newline at end of file +} From ed06741e4c7f148b505880da42efa505f57ffe6a Mon Sep 17 00:00:00 2001 From: Evaldas Date: Thu, 11 Feb 2021 15:59:14 +0200 Subject: [PATCH 14/18] Create evaldas.json --- domains/evaldas.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/evaldas.json diff --git a/domains/evaldas.json b/domains/evaldas.json new file mode 100644 index 000000000..994ca46cd --- /dev/null +++ b/domains/evaldas.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "evaldas", + "email": "evabur@icloud.com" + }, + "record": { + "CNAME": "burlingis.com" + } +} From 921b9632092a9e8260e4f2d560584a6f521280c0 Mon Sep 17 00:00:00 2001 From: 0vn <75097279+0vn@users.noreply.github.com> Date: Thu, 11 Feb 2021 12:41:51 -0500 Subject: [PATCH 15/18] Rename link.json to loud.json I want to change my domain name from link.is-a.dev to loud.is-a.dev, please. Thanks! --- domains/{link.json => loud.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{link.json => loud.json} (98%) diff --git a/domains/link.json b/domains/loud.json similarity index 98% rename from domains/link.json rename to domains/loud.json index 511a83586..be01860dc 100644 --- a/domains/link.json +++ b/domains/loud.json @@ -6,4 +6,4 @@ "record": { "CNAME": "6498c941-9031-4e57-9fc0-12716fa187f4.repl.co" } -} \ No newline at end of file +} From 633c793d6b0548fb55a29747f9cc2eac43037c95 Mon Sep 17 00:00:00 2001 From: Justus Dietrich <37590567+Justus-D@users.noreply.github.com> Date: Fri, 12 Feb 2021 11:53:33 +0100 Subject: [PATCH 16/18] Update justus.json --- domains/justus.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/justus.json b/domains/justus.json index c62cff4c5..0a9f2bc11 100644 --- a/domains/justus.json +++ b/domains/justus.json @@ -4,6 +4,6 @@ "email": "justus.is-a.dev@herrblauzahn.de" }, "record": { - "CNAME": "justus-d.github.io" + "CNAME": "is-a-dev.justus-d.de" } -} \ No newline at end of file +} From 54ca9d8f553191e4ed2b9d6e9d6eb3aa4d9e62af Mon Sep 17 00:00:00 2001 From: Stephan Strate Date: Fri, 12 Feb 2021 20:02:43 +0100 Subject: [PATCH 17/18] add stephan.json --- domains/stephan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/stephan.json diff --git a/domains/stephan.json b/domains/stephan.json new file mode 100644 index 000000000..66707ef0c --- /dev/null +++ b/domains/stephan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "stephan-strate", + "email": "hello@stephan.codes" + }, + "record": { + "URL": "https://stephan.codes" + } +} From e9667cbbe30e2290241f9f159cdbe25fcc1b317f Mon Sep 17 00:00:00 2001 From: avcado <77250184+avcado@users.noreply.github.com> Date: Fri, 12 Feb 2021 21:57:31 -0600 Subject: [PATCH 18/18] Create avcado.json --- domains/avcado.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/avcado.json diff --git a/domains/avcado.json b/domains/avcado.json new file mode 100644 index 000000000..f41a5092b --- /dev/null +++ b/domains/avcado.json @@ -0,0 +1,10 @@ +{ + "description": "this a link to my website", + "owner": { + "username": "avcado", + "email": "devavcado@gmail.com" + }, + "record": { + "URL": "https://avcado.github.io/" + } +}