From fb6f4866190bf72364e4559ec064407d53b49e61 Mon Sep 17 00:00:00 2001 From: Michael Braverman Date: Fri, 16 Oct 2020 17:24:25 +0300 Subject: [PATCH 01/35] mb domain new domain --- domains/mb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mb diff --git a/domains/mb b/domains/mb new file mode 100644 index 000000000..246c7c3e5 --- /dev/null +++ b/domains/mb @@ -0,0 +1,11 @@ +{ + "description": "Michael's personal developer website", + "repo": "https://github.com/mbrav", + "owner": { + "username": "mbrav", + "email": "mbrav@protonmail.com" + }, + "record": { + "CNAME": "mbrav.github.io" + } +} From c1d058abf3e516c8957814dc32411a1362df7962 Mon Sep 17 00:00:00 2001 From: Ahmed // Dropheart <35108279+Dropheart@users.noreply.github.com> Date: Sun, 18 Oct 2020 19:46:18 +0300 Subject: [PATCH 02/35] Create ahmed.json --- domains/ahmed.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ahmed.json diff --git a/domains/ahmed.json b/domains/ahmed.json new file mode 100644 index 000000000..a1c5ebbe3 --- /dev/null +++ b/domains/ahmed.json @@ -0,0 +1,11 @@ +{ + "description": "Ahmed's personal site", + "repo": "https://github.com/Dropheart", + "owner": { + "username": "dropheart", + "email": "ahmed@techfromtheheart.com" + }, + "record": { + "CNAME": "techfromtheheart.com" + } +} From 171d79ea822aabf7fe9708b635f24ec0a1e75dc8 Mon Sep 17 00:00:00 2001 From: Beno Sam Binu <36766844+benosambinu@users.noreply.github.com> Date: Tue, 20 Oct 2020 13:24:09 +0530 Subject: [PATCH 03/35] Create beno.json --- domains/beno.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/beno.json diff --git a/domains/beno.json b/domains/beno.json new file mode 100644 index 000000000..b32f264b8 --- /dev/null +++ b/domains/beno.json @@ -0,0 +1,11 @@ +{ + "description": "Beno's personal developer website", + "repo": "https://github.com/benosambinu/benosambinu", + "owner": { + "username": "benosambinu", + "email": "benosbs@gmail.com" + }, + "record": { + "CNAME": "github-benosambinu.github.io" + } +} From bd2d2197df4fc004cbd5a2d24c6f08e34ab5d4f6 Mon Sep 17 00:00:00 2001 From: Dipan Roy <38533808+dipan29@users.noreply.github.com> Date: Tue, 20 Oct 2020 22:06:57 +0530 Subject: [PATCH 04/35] Update dipan.json Last one didn't work good with cpanel so this. --- domains/dipan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dipan.json b/domains/dipan.json index acdf3dbc4..cd7f19ce0 100644 --- a/domains/dipan.json +++ b/domains/dipan.json @@ -6,6 +6,6 @@ "email": "dipanroy@mindwebs.org" }, "record": { - "CNAME": "dipanroy.com" + "A": "115.187.62.14" } } From 6d7999bb9b8d3bd9f9d41feadc10fe55053e34c4 Mon Sep 17 00:00:00 2001 From: "anatoliy.poloz" Date: Wed, 21 Oct 2020 02:11:41 +0300 Subject: [PATCH 05/35] apoloz domain added --- domains/apoloz.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/apoloz.json diff --git a/domains/apoloz.json b/domains/apoloz.json new file mode 100644 index 000000000..e1e8f14ae --- /dev/null +++ b/domains/apoloz.json @@ -0,0 +1,11 @@ +{ + "description": "Anatoliy Poloz portfolio", + "repo": "https://github.com/tolyod/tolyod.github.io", + "owner": { + "username": "tolyod", + "email": "anatoliy.poloz@gmail.com" + }, + "record": { + "CNAME": "tolyod.github.io" + } +} From 6ea9a5c9fc9f88d60c79d926eea5c376a14073d7 Mon Sep 17 00:00:00 2001 From: Amy Y <50583248+jy1263@users.noreply.github.com> Date: Wed, 21 Oct 2020 10:54:19 +1100 Subject: [PATCH 06/35] Create ayanamy.json --- domains/ayanamy.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ayanamy.json diff --git a/domains/ayanamy.json b/domains/ayanamy.json new file mode 100644 index 000000000..4fbe8679c --- /dev/null +++ b/domains/ayanamy.json @@ -0,0 +1,12 @@ +{ + "description": "AyanAmy's About Page", + "repo": "https://github.com/jy1263/jy1263.github.io", + "owner": { + "username": "jy1263", + "email": "", + "twitter": "jy126orjy126" + }, + "record": { + "CNAME": "jy1263.github.io" + } +} From 224506e1dbc4ee4eb02d9ccc7161835245cb8737 Mon Sep 17 00:00:00 2001 From: Ahmed // Dropheart <35108279+Dropheart@users.noreply.github.com> Date: Wed, 21 Oct 2020 11:13:35 +0300 Subject: [PATCH 07/35] Update domains/ahmed.json change cname to url Co-authored-by: Akshay Nair --- domains/ahmed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ahmed.json b/domains/ahmed.json index a1c5ebbe3..39d15aa75 100644 --- a/domains/ahmed.json +++ b/domains/ahmed.json @@ -6,6 +6,6 @@ "email": "ahmed@techfromtheheart.com" }, "record": { - "CNAME": "techfromtheheart.com" + "URL": "https://techfromtheheart.com" } } From 47217dfa7f3a0f93dc5140b8ae22c1e242d4bfb9 Mon Sep 17 00:00:00 2001 From: Abhishek Sankar Date: Wed, 21 Oct 2020 14:06:36 +0530 Subject: [PATCH 08/35] Update to redirect to personal domain Changed redirection from Github pages to my personal domain. --- domains/abhishek.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/abhishek.json b/domains/abhishek.json index 0a8fb0ec5..b0097a288 100644 --- a/domains/abhishek.json +++ b/domains/abhishek.json @@ -6,6 +6,6 @@ "email": "abhishek.sankar.in@protonmail.com" }, "record": { - "CNAME": "nullpointxr.github.io" + "CNAME": "abhisheks.me" } -} \ No newline at end of file +} From 658316f1abac65943f71cc69046efff275528d53 Mon Sep 17 00:00:00 2001 From: Hazmi35 Date: Wed, 21 Oct 2020 15:43:49 +0700 Subject: [PATCH 09/35] fix: use url instead of cname --- domains/hzmi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hzmi.json b/domains/hzmi.json index 195842361..7c46a5001 100644 --- a/domains/hzmi.json +++ b/domains/hzmi.json @@ -6,6 +6,6 @@ "email": "contact@hzmi.xyz" }, "record": { - "CNAME": "hzmi.me" + "URL": "https://hzmi.me" } } From 235e9019c7ae8ae608e2eeced5308a4abb67964d Mon Sep 17 00:00:00 2001 From: Waxaranai Date: Wed, 21 Oct 2020 09:01:14 +0000 Subject: [PATCH 10/35] fix: use url nstead of cname --- domains/wisnu.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/wisnu.json b/domains/wisnu.json index 9e6462be1..1f24aa79c 100644 --- a/domains/wisnu.json +++ b/domains/wisnu.json @@ -6,6 +6,6 @@ "email": "waxaranai@gmail.com" }, "record": { - "CNAME": "wisnu.me" + "URL": "https://wisnu.me" } -} +} \ No newline at end of file From 23d0151cdc4457f76618fc9b156443f2dfa93b04 Mon Sep 17 00:00:00 2001 From: pxseu <57842793+pxseu@users.noreply.github.com> Date: Wed, 21 Oct 2020 11:53:00 +0000 Subject: [PATCH 11/35] =?UTF-8?q?=F0=9F=98=B3my=20website?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domains/pxseu.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/pxseu.json diff --git a/domains/pxseu.json b/domains/pxseu.json new file mode 100644 index 000000000..63bd00a49 --- /dev/null +++ b/domains/pxseu.json @@ -0,0 +1,10 @@ +{ + "description": "Pxseu's website!", + "owner": { + "username": "pxseu", + "email": "me@pxseu.com" + }, + "record": { + "URL": "https://www.pxseu.com" + } +} From 8973ebbc4002ee093c7696b4e19e12930551fa0a Mon Sep 17 00:00:00 2001 From: pxseu <57842793+pxseu@users.noreply.github.com> Date: Wed, 21 Oct 2020 11:59:32 +0000 Subject: [PATCH 12/35] replace email with twitter for pxseu.json --- domains/pxseu.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/pxseu.json b/domains/pxseu.json index 63bd00a49..fcaf57524 100644 --- a/domains/pxseu.json +++ b/domains/pxseu.json @@ -1,8 +1,9 @@ { - "description": "Pxseu's website!", + "description": "Pxseu's website!", "owner": { "username": "pxseu", - "email": "me@pxseu.com" + "email": "", + "twitter": "@pxseu" }, "record": { "URL": "https://www.pxseu.com" From 692771e26debd5dcc866d8bb9e3ebb0a02bec990 Mon Sep 17 00:00:00 2001 From: Beno Sam Binu <36766844+benosambinu@users.noreply.github.com> Date: Wed, 21 Oct 2020 18:17:38 +0530 Subject: [PATCH 13/35] Update beno.json --- domains/beno.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/beno.json b/domains/beno.json index b32f264b8..9c0ceb3e8 100644 --- a/domains/beno.json +++ b/domains/beno.json @@ -1,11 +1,11 @@ { "description": "Beno's personal developer website", - "repo": "https://github.com/benosambinu/benosambinu", + "repo": "https://github.com/benosambinu/benosambinu.github.io", "owner": { "username": "benosambinu", "email": "benosbs@gmail.com" }, "record": { - "CNAME": "github-benosambinu.github.io" + "CNAME": "benosambinu.github.io" } } From 124a6c84e79eaf192f71b82364795688f398a7e6 Mon Sep 17 00:00:00 2001 From: Nikhil Singh Date: Wed, 21 Oct 2020 18:49:31 +0530 Subject: [PATCH 14/35] Add nikhil.json --- domains/nikhil.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/nikhil.json diff --git a/domains/nikhil.json b/domains/nikhil.json new file mode 100644 index 000000000..b32f8630d --- /dev/null +++ b/domains/nikhil.json @@ -0,0 +1,11 @@ +{ + "description": "Nikhil Singh Website", + "repo": "https://github.com/nikhils4/nikhils4.github.io", + "owner": { + "username": "nikhils4", + "email": "nikhilsingh498@gmail.com" + }, + "record": { + "CNAME": "nikhils4.github.io" + } +} From 6460a48e3512acb7a6d76f1616ad5407ca5473cf Mon Sep 17 00:00:00 2001 From: ririxi Date: Wed, 21 Oct 2020 18:57:20 +0200 Subject: [PATCH 15/35] =?UTF-8?q?=E2=9C=A8=20Add=20ririxi.is-a.dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domains/ririxi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ririxi.json diff --git a/domains/ririxi.json b/domains/ririxi.json new file mode 100644 index 000000000..23aa5a060 --- /dev/null +++ b/domains/ririxi.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/ririxichan", + "owner": { + "username": "ririxichan", + "email": "", + "twitter": "ririxichan" + }, + "record": { + "URL": "https://ririxi.dev" + } +} From 71a301f759f76fc01cb22ae41bf6db51a5f7cb33 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 22 Oct 2020 01:20:42 +0530 Subject: [PATCH 16/35] Adds script to dig list of domains --- scripts/verify-record.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/verify-record.sh diff --git a/scripts/verify-record.sh b/scripts/verify-record.sh new file mode 100644 index 000000000..a4fc0da6a --- /dev/null +++ b/scripts/verify-record.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env sh + +sed \ + -e 's/\.json.*$/.is-a.dev/g' \ + -e 's/^\s*domains\///g' \ + -e '/^\s*$/d' \ +| while read domain; do + echo "$domain"; + dig "$domain" +noall +answer && echo "done" || echo "x"; +done; + From b56c51b1027eaedd1910eb106ccb8e1a469fbbb5 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 22 Oct 2020 01:22:31 +0530 Subject: [PATCH 17/35] Changes reply text --- scripts/reply.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/reply.js b/scripts/reply.js index 71d78bd23..233f56ed4 100644 --- a/scripts/reply.js +++ b/scripts/reply.js @@ -24,15 +24,13 @@ Don't worry, you can create a new pull request with the corrections ## Love/Hate the service? **Love it?** Leave it a **star**! Also consider donating so that I can keep this service running forever! - **Hate it?** Please leave your feedback by [creating an issue](https://github.com/is-a-dev/register/issues/new/choose). I would really like to keep improving this service for other users. ## Wanna support this project? Help me in my mission to keep this service alive forever by donating! -Buy Me A Coffee -Liberapay recurring donation button +Buy Me A Coffee Liberapay recurring donation button `; From 39acddb189a6a4d113012a693b0a335cb25d262f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 22 Oct 2020 01:45:28 +0530 Subject: [PATCH 18/35] Cleanup --- domains/@.json | 2 +- domains/abhishek.json | 2 +- domains/ac21.json | 2 +- domains/ahmed.json | 2 +- domains/apoloz.json | 2 +- domains/atzu.json | 2 +- domains/ayanamy.json | 2 +- domains/beno.json | 2 +- domains/bruno.json | 18 +++++++++--------- domains/cmd410.json | 2 +- domains/devrealm.json | 2 +- domains/dipan.json | 2 +- domains/dsrev.json | 22 +++++++++++----------- domains/dwii.json | 2 +- domains/erisa.json | 2 +- domains/finn.json | 2 +- domains/harrigan.json | 20 ++++++++++---------- domains/hatkid.json | 18 +++++++++--------- domains/hzmi.json | 2 +- domains/jack.json | 2 +- domains/joe.json | 2 +- domains/kory.json | 2 +- domains/marcus.json | 2 +- domains/markos.json | 18 +++++++++--------- domains/markus.json | 2 +- domains/nikhil.json | 2 +- domains/pratyay.json | 2 +- domains/praveen.json | 2 +- domains/pxseu.json | 2 +- domains/rasmus.json | 2 +- domains/ririxi.json | 20 ++++++++++---------- domains/rustemb.json | 2 +- domains/saviomartin.json | 2 +- domains/scarvite.json | 2 +- domains/shafi.json | 2 +- domains/snazzah.json | 2 +- domains/srihari.json | 21 ++++++++++----------- domains/termonoid.json | 2 +- domains/tonycolston.json | 20 ++++++++++---------- domains/wind.json | 2 +- domains/wisnu.json | 18 +++++++++--------- domains/wopian.json | 2 +- 42 files changed, 120 insertions(+), 121 deletions(-) diff --git a/domains/@.json b/domains/@.json index 60b51ee6c..1a088239e 100644 --- a/domains/@.json +++ b/domains/@.json @@ -6,4 +6,4 @@ "email": "phenax5@gmail.com" }, "record": {} -} +} \ No newline at end of file diff --git a/domains/abhishek.json b/domains/abhishek.json index b0097a288..9f4f054d3 100644 --- a/domains/abhishek.json +++ b/domains/abhishek.json @@ -8,4 +8,4 @@ "record": { "CNAME": "abhisheks.me" } -} +} \ No newline at end of file diff --git a/domains/ac21.json b/domains/ac21.json index cc9e15090..5029c80bc 100644 --- a/domains/ac21.json +++ b/domains/ac21.json @@ -8,4 +8,4 @@ "record": { "CNAME": "atharva21-stack.github.io" } -} +} \ No newline at end of file diff --git a/domains/ahmed.json b/domains/ahmed.json index 39d15aa75..e08902c38 100644 --- a/domains/ahmed.json +++ b/domains/ahmed.json @@ -8,4 +8,4 @@ "record": { "URL": "https://techfromtheheart.com" } -} +} \ No newline at end of file diff --git a/domains/apoloz.json b/domains/apoloz.json index e1e8f14ae..8da3a5c6f 100644 --- a/domains/apoloz.json +++ b/domains/apoloz.json @@ -8,4 +8,4 @@ "record": { "CNAME": "tolyod.github.io" } -} +} \ No newline at end of file diff --git a/domains/atzu.json b/domains/atzu.json index 0cf4e5bbe..9a2b9e0b5 100644 --- a/domains/atzu.json +++ b/domains/atzu.json @@ -8,4 +8,4 @@ "record": { "CNAME": "atzu.xyz" } -} +} \ No newline at end of file diff --git a/domains/ayanamy.json b/domains/ayanamy.json index 4fbe8679c..2a14ada9b 100644 --- a/domains/ayanamy.json +++ b/domains/ayanamy.json @@ -9,4 +9,4 @@ "record": { "CNAME": "jy1263.github.io" } -} +} \ No newline at end of file diff --git a/domains/beno.json b/domains/beno.json index 9c0ceb3e8..cd0636588 100644 --- a/domains/beno.json +++ b/domains/beno.json @@ -8,4 +8,4 @@ "record": { "CNAME": "benosambinu.github.io" } -} +} \ No newline at end of file diff --git a/domains/bruno.json b/domains/bruno.json index 1a0c9060e..126a39028 100644 --- a/domains/bruno.json +++ b/domains/bruno.json @@ -1,10 +1,10 @@ { - "description": "Bruno Henrique Paiva's personal website", - "owner": { - "username": "brunohpaiva", - "email": "bruno@sigane.com.br" - }, - "record": { - "URL": "https://bruno.codes" - } -} + "description": "Bruno Henrique Paiva's personal website", + "owner": { + "username": "brunohpaiva", + "email": "bruno@sigane.com.br" + }, + "record": { + "URL": "https://bruno.codes" + } +} \ No newline at end of file diff --git a/domains/cmd410.json b/domains/cmd410.json index b44a8845b..5a19449ad 100644 --- a/domains/cmd410.json +++ b/domains/cmd410.json @@ -8,4 +8,4 @@ "record": { "CNAME": "cmd410.github.io" } -} +} \ No newline at end of file diff --git a/domains/devrealm.json b/domains/devrealm.json index 253460fd8..7cc616842 100644 --- a/domains/devrealm.json +++ b/domains/devrealm.json @@ -9,4 +9,4 @@ "record": { "CNAME": "devrealm.org" } -} +} \ No newline at end of file diff --git a/domains/dipan.json b/domains/dipan.json index cd7f19ce0..617f3f79d 100644 --- a/domains/dipan.json +++ b/domains/dipan.json @@ -8,4 +8,4 @@ "record": { "A": "115.187.62.14" } -} +} \ No newline at end of file diff --git a/domains/dsrev.json b/domains/dsrev.json index 2c4c4d203..0366e8d20 100644 --- a/domains/dsrev.json +++ b/domains/dsrev.json @@ -1,12 +1,12 @@ { - "description": "dsrev's blog", - "repo": "https://github.com/dsrev/dsrev.github.io", - "owner": { - "username": "dsrev", - "email": "dsrev@snopyta.org", - "twitter": "IlyaSProkopenko" - }, - "record": { - "CNAME": "dsrev.github.io" - } - } \ No newline at end of file + "description": "dsrev's blog", + "repo": "https://github.com/dsrev/dsrev.github.io", + "owner": { + "username": "dsrev", + "email": "dsrev@snopyta.org", + "twitter": "IlyaSProkopenko" + }, + "record": { + "CNAME": "dsrev.github.io" + } +} \ No newline at end of file diff --git a/domains/dwii.json b/domains/dwii.json index e0205005b..e5ff9791f 100644 --- a/domains/dwii.json +++ b/domains/dwii.json @@ -8,4 +8,4 @@ "record": { "CNAME": "azn-us.dwii.me" } -} +} \ No newline at end of file diff --git a/domains/erisa.json b/domains/erisa.json index 718677080..ab013f1c2 100644 --- a/domains/erisa.json +++ b/domains/erisa.json @@ -8,4 +8,4 @@ "record": { "CNAME": "dev.cname.erisa.moe" } -} +} \ No newline at end of file diff --git a/domains/finn.json b/domains/finn.json index 7f4b22daf..510af1661 100644 --- a/domains/finn.json +++ b/domains/finn.json @@ -7,4 +7,4 @@ "record": { "CNAME": "mfinn.de" } -} +} \ No newline at end of file diff --git a/domains/harrigan.json b/domains/harrigan.json index bc7f976e0..ea02ec8fb 100644 --- a/domains/harrigan.json +++ b/domains/harrigan.json @@ -1,11 +1,11 @@ { - "description": "Martin Harrigan's Homepage", - "repo": "https://github.com/harrigan", - "owner": { - "username": "harrigan", - "email": "martinharrigan@gmail.com" - }, - "record": { - "URL": "https://www.martinharrigan.ie" - } -} + "description": "Martin Harrigan's Homepage", + "repo": "https://github.com/harrigan", + "owner": { + "username": "harrigan", + "email": "martinharrigan@gmail.com" + }, + "record": { + "URL": "https://www.martinharrigan.ie" + } +} \ No newline at end of file diff --git a/domains/hatkid.json b/domains/hatkid.json index c2f5bba3c..730e9aae6 100644 --- a/domains/hatkid.json +++ b/domains/hatkid.json @@ -1,11 +1,11 @@ { - "description": "Hat Kid's domain! (hat_kid)", - "repo": "https://github.com/thehatkid/thehatkid.github.io", - "owner": { - "username": "thehatkid", - "email": "saha22023@gmail.com" - }, - "record": { - "CNAME": "thehatkid.github.io" - } + "description": "Hat Kid's domain! (hat_kid)", + "repo": "https://github.com/thehatkid/thehatkid.github.io", + "owner": { + "username": "thehatkid", + "email": "saha22023@gmail.com" + }, + "record": { + "CNAME": "thehatkid.github.io" + } } \ No newline at end of file diff --git a/domains/hzmi.json b/domains/hzmi.json index 7c46a5001..0fcb7ee76 100644 --- a/domains/hzmi.json +++ b/domains/hzmi.json @@ -8,4 +8,4 @@ "record": { "URL": "https://hzmi.me" } -} +} \ No newline at end of file diff --git a/domains/jack.json b/domains/jack.json index 908ec40c5..d0585a689 100644 --- a/domains/jack.json +++ b/domains/jack.json @@ -7,4 +7,4 @@ "record": { "URL": "https://jackfrisby.co" } -} +} \ No newline at end of file diff --git a/domains/joe.json b/domains/joe.json index 7b6d7bf15..31d834886 100644 --- a/domains/joe.json +++ b/domains/joe.json @@ -8,4 +8,4 @@ "record": { "CNAME": "jb3.github.io" } -} +} \ No newline at end of file diff --git a/domains/kory.json b/domains/kory.json index 822c4eb27..353793cf3 100644 --- a/domains/kory.json +++ b/domains/kory.json @@ -9,4 +9,4 @@ "record": { "URL": "https://www.koryporter.com/" } -} +} \ No newline at end of file diff --git a/domains/marcus.json b/domains/marcus.json index cbc3efd0a..035366e03 100644 --- a/domains/marcus.json +++ b/domains/marcus.json @@ -9,4 +9,4 @@ "record": { "CNAME": "herogamers.github.io" } -} +} \ No newline at end of file diff --git a/domains/markos.json b/domains/markos.json index 40e70b227..4315291f7 100644 --- a/domains/markos.json +++ b/domains/markos.json @@ -1,11 +1,11 @@ { - "description": "Hello my name is Markos Dimitsas and I am from Greece.", - "repo": "https://github.com/markdimi", - "owner": { - "username": "markdimi", - "email": "markdimitsas@gmail.com" - }, - "record": { - "CNAME": "markos.me" - } + "description": "Hello my name is Markos Dimitsas and I am from Greece.", + "repo": "https://github.com/markdimi", + "owner": { + "username": "markdimi", + "email": "markdimitsas@gmail.com" + }, + "record": { + "CNAME": "markos.me" } +} \ No newline at end of file diff --git a/domains/markus.json b/domains/markus.json index d5a60c9cd..5a92bf18b 100644 --- a/domains/markus.json +++ b/domains/markus.json @@ -7,4 +7,4 @@ "record": { "CNAME": "markusjx.github.io" } -} +} \ No newline at end of file diff --git a/domains/nikhil.json b/domains/nikhil.json index b32f8630d..3cbb79f07 100644 --- a/domains/nikhil.json +++ b/domains/nikhil.json @@ -8,4 +8,4 @@ "record": { "CNAME": "nikhils4.github.io" } -} +} \ No newline at end of file diff --git a/domains/pratyay.json b/domains/pratyay.json index 4db160a6b..c33eafcae 100644 --- a/domains/pratyay.json +++ b/domains/pratyay.json @@ -8,4 +8,4 @@ "record": { "CNAME": "neilblaze-v2.netlify.app" } -} +} \ No newline at end of file diff --git a/domains/praveen.json b/domains/praveen.json index 128459810..ec73ec7e9 100644 --- a/domains/praveen.json +++ b/domains/praveen.json @@ -8,4 +8,4 @@ "record": { "CNAME": "praveenpal4232.github.io" } -} +} \ No newline at end of file diff --git a/domains/pxseu.json b/domains/pxseu.json index fcaf57524..446fb862e 100644 --- a/domains/pxseu.json +++ b/domains/pxseu.json @@ -8,4 +8,4 @@ "record": { "URL": "https://www.pxseu.com" } -} +} \ No newline at end of file diff --git a/domains/rasmus.json b/domains/rasmus.json index 8bce87968..722be1d5a 100644 --- a/domains/rasmus.json +++ b/domains/rasmus.json @@ -9,4 +9,4 @@ "record": { "CNAME": "rfoldbirk.github.io" } -} +} \ No newline at end of file diff --git a/domains/ririxi.json b/domains/ririxi.json index 23aa5a060..a16a9f2b3 100644 --- a/domains/ririxi.json +++ b/domains/ririxi.json @@ -1,11 +1,11 @@ { - "repo": "https://github.com/ririxichan", - "owner": { - "username": "ririxichan", - "email": "", - "twitter": "ririxichan" - }, - "record": { - "URL": "https://ririxi.dev" - } -} + "repo": "https://github.com/ririxichan", + "owner": { + "username": "ririxichan", + "email": "", + "twitter": "ririxichan" + }, + "record": { + "URL": "https://ririxi.dev" + } +} \ No newline at end of file diff --git a/domains/rustemb.json b/domains/rustemb.json index 136685f3c..5571357d8 100644 --- a/domains/rustemb.json +++ b/domains/rustemb.json @@ -8,4 +8,4 @@ "record": { "CNAME": "rustemb.github.io" } -} +} \ No newline at end of file diff --git a/domains/saviomartin.json b/domains/saviomartin.json index 52c6c2409..7d06cc4d6 100644 --- a/domains/saviomartin.json +++ b/domains/saviomartin.json @@ -8,4 +8,4 @@ "record": { "CNAME": "martinthampi.github.io" } -} +} \ No newline at end of file diff --git a/domains/scarvite.json b/domains/scarvite.json index 1b7d576b3..827ed8931 100644 --- a/domains/scarvite.json +++ b/domains/scarvite.json @@ -9,4 +9,4 @@ "record": { "CNAME": "scarvite.de" } -} +} \ No newline at end of file diff --git a/domains/shafi.json b/domains/shafi.json index 2ec893f78..eb3fdfcc8 100644 --- a/domains/shafi.json +++ b/domains/shafi.json @@ -8,4 +8,4 @@ "record": { "CNAME": "shafi-.github.io" } -} +} \ No newline at end of file diff --git a/domains/snazzah.json b/domains/snazzah.json index 66123aac3..ced3f33c9 100644 --- a/domains/snazzah.json +++ b/domains/snazzah.json @@ -9,4 +9,4 @@ "record": { "URL": "https://snazzah.com" } -} +} \ No newline at end of file diff --git a/domains/srihari.json b/domains/srihari.json index 3d4fe41e9..f81af9798 100644 --- a/domains/srihari.json +++ b/domains/srihari.json @@ -1,12 +1,11 @@ { - "description": "Greetings from Sri Hari!", - "repo": "https://github.com/srhr17/srhr17.github.io", - "owner": { - "username": "srhr17", - "email": "srhr1999@gmail.com" - }, - "record": { - "CNAME": "srhr17.github.io" - } - -} + "description": "Greetings from Sri Hari!", + "repo": "https://github.com/srhr17/srhr17.github.io", + "owner": { + "username": "srhr17", + "email": "srhr1999@gmail.com" + }, + "record": { + "CNAME": "srhr17.github.io" + } +} \ No newline at end of file diff --git a/domains/termonoid.json b/domains/termonoid.json index 68a0d0d3c..e26c2af50 100644 --- a/domains/termonoid.json +++ b/domains/termonoid.json @@ -9,4 +9,4 @@ "record": { "CNAME": "termonoid.github.io" } -} +} \ No newline at end of file diff --git a/domains/tonycolston.json b/domains/tonycolston.json index 54ba4bb71..a6031af52 100644 --- a/domains/tonycolston.json +++ b/domains/tonycolston.json @@ -1,11 +1,11 @@ { - "description": "Tony Colston's site", - "repo": "https://github.com/tonetheman", - "owner": { - "username": "tonetheman", - "email": "tonetheman@gmail.com" - }, - "record": { - "CNAME": "tonycolston.com" - } - } \ No newline at end of file + "description": "Tony Colston's site", + "repo": "https://github.com/tonetheman", + "owner": { + "username": "tonetheman", + "email": "tonetheman@gmail.com" + }, + "record": { + "CNAME": "tonycolston.com" + } +} \ No newline at end of file diff --git a/domains/wind.json b/domains/wind.json index 59f3baf85..915227137 100644 --- a/domains/wind.json +++ b/domains/wind.json @@ -7,4 +7,4 @@ "record": { "URL": "https://wind.js.org" } -} +} \ No newline at end of file diff --git a/domains/wisnu.json b/domains/wisnu.json index 1f24aa79c..aa400890a 100644 --- a/domains/wisnu.json +++ b/domains/wisnu.json @@ -1,11 +1,11 @@ { - "description": "Wisnu Personal Website", - "repo": "https://github.com/waxaranai", - "owner": { - "username": "Waxaranai", - "email": "waxaranai@gmail.com" - }, - "record": { - "URL": "https://wisnu.me" - } + "description": "Wisnu Personal Website", + "repo": "https://github.com/waxaranai", + "owner": { + "username": "Waxaranai", + "email": "waxaranai@gmail.com" + }, + "record": { + "URL": "https://wisnu.me" + } } \ No newline at end of file diff --git a/domains/wopian.json b/domains/wopian.json index 2c2275740..7e2c7bdb0 100644 --- a/domains/wopian.json +++ b/domains/wopian.json @@ -9,4 +9,4 @@ "record": { "URL": "https://wopian.me" } -} +} \ No newline at end of file From 0f045d1a274e9dbc6e617ee63c7cf7c9645dbd89 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 22 Oct 2020 01:49:19 +0530 Subject: [PATCH 19/35] Removes shafi.json --- domains/shafi.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/shafi.json diff --git a/domains/shafi.json b/domains/shafi.json deleted file mode 100644 index eb3fdfcc8..000000000 --- a/domains/shafi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "A space for Shafi. Shafi is working as a web developer for 4+ years.", - "repo": "https://github.com/shafi-/shafi-.github.io", - "owner": { - "username": "shafi-", - "email": "shafi.cse.buet@gmail.com" - }, - "record": { - "CNAME": "shafi-.github.io" - } -} \ No newline at end of file From 3edebbbcb7c31bd484f66681d54ca4956c83d741 Mon Sep 17 00:00:00 2001 From: Luis Santana Date: Wed, 21 Oct 2020 22:20:08 +0000 Subject: [PATCH 20/35] lsantana.is-a.dev --- domains/lsantana.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/lsantana.json diff --git a/domains/lsantana.json b/domains/lsantana.json new file mode 100644 index 000000000..a44bdb993 --- /dev/null +++ b/domains/lsantana.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "lsantana486", + "email": "lsantana.486@gmail.com" + }, + "description": "Personal domain for portofolio with my name Luis Santana", + "repo": "https://github.com/lsantana486/lsantana486", + "record": { + "CNAME": "lsantana.dev" + } +} \ No newline at end of file From 9536c0a609abb086073cc9b459f1b71e3df56736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=B0=E0=A5=8B=E0=A4=B9=E0=A4=BF=E0=A4=A4=20=E0=A4=B9?= =?UTF-8?q?=E0=A4=BF=E0=A4=B2?= Date: Thu, 22 Oct 2020 11:18:17 +0530 Subject: [PATCH 21/35] Create rohithill.json --- domains/rohithill.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/rohithill.json diff --git a/domains/rohithill.json b/domains/rohithill.json new file mode 100644 index 000000000..61ed66781 --- /dev/null +++ b/domains/rohithill.json @@ -0,0 +1,10 @@ +{ + "description": "I like computers", + "repo": "https://github.com/rohithill/rohithill.github.io", + "owner": { + "username": "rohithill" + }, + "record": { + "CNAME": "rohithill.github.io" + } +} From 6623b3342ec52319fe41c853ab664813cbb96529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=B0=E0=A5=8B=E0=A4=B9=E0=A4=BF=E0=A4=A4=20=E0=A4=B9?= =?UTF-8?q?=E0=A4=BF=E0=A4=B2?= Date: Thu, 22 Oct 2020 11:28:55 +0530 Subject: [PATCH 22/35] Update rohithill.json --- domains/rohithill.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/rohithill.json b/domains/rohithill.json index 61ed66781..cd4fd2418 100644 --- a/domains/rohithill.json +++ b/domains/rohithill.json @@ -2,7 +2,8 @@ "description": "I like computers", "repo": "https://github.com/rohithill/rohithill.github.io", "owner": { - "username": "rohithill" + "username": "rohithill", + "email": "truezeroxy@gmail.com" }, "record": { "CNAME": "rohithill.github.io" From eafbe4aea1b4e8b011ff6a552dbfc7ea0d9dddb5 Mon Sep 17 00:00:00 2001 From: Adarsh R <42464891+adarsh-qclw@users.noreply.github.com> Date: Thu, 22 Oct 2020 11:32:09 +0530 Subject: [PATCH 23/35] Create adarshr.json --- domains/adarshr.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/adarshr.json diff --git a/domains/adarshr.json b/domains/adarshr.json new file mode 100644 index 000000000..1ea461cf1 --- /dev/null +++ b/domains/adarshr.json @@ -0,0 +1,11 @@ +{ + "description": "Adarsh's portfolio!", + "repo": "https://github.com/adarsh-qclw/adarsh-qclw.github.io", + "owner": { + "username": "adarsh-qclw", + "email": "adoo2001@gmail.com" + }, + "record": { + "CNAME": "adarsh-qclw.github.io" + } +} From 6571f5e704d6de9a649eb3f399b26471198b8a5a Mon Sep 17 00:00:00 2001 From: kenpem Date: Thu, 22 Oct 2020 11:56:13 +0100 Subject: [PATCH 24/35] Create ken.json --- domains/ken.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ken.json diff --git a/domains/ken.json b/domains/ken.json new file mode 100644 index 000000000..3052e8455 --- /dev/null +++ b/domains/ken.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ken Pemberton", + "email": "kenpem@gmail.com" + }, + "record": { + "CNAME": "grumpyoldfart.org" + } +} From 96e06e7dcddaba89042e01da1d8317cf7e8ab685 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 22 Oct 2020 16:44:52 +0530 Subject: [PATCH 25/35] Fixes eslint engine issue --- .eslintrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 89af53aa3..b35636417 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -24,6 +24,8 @@ "node/prefer-global/url": ["error", "always"], "node/prefer-promises/dns": "error", "node/prefer-promises/fs": "error", - "no-process-exit": [0] + "no-process-exit": [0], + "node/no-unsupported-features/node-builtins": [0], + "node/no-unsupported-features/es-syntax": [0] } } From 0817e684d329f27b10ec6a2d57fa7b34476fe699 Mon Sep 17 00:00:00 2001 From: Tristan Date: Thu, 22 Oct 2020 13:19:39 +0200 Subject: [PATCH 26/35] Add tristan.json --- domains/tristan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tristan.json diff --git a/domains/tristan.json b/domains/tristan.json new file mode 100644 index 000000000..44416c51b --- /dev/null +++ b/domains/tristan.json @@ -0,0 +1,11 @@ +{ + "description": "Tristans personal Website", + "repo": "https://github.com/holymarcell", + "owner": { + "username": "holymarcell", + "email": "is-a.dev@holy-mail.de" + }, + "record": { + "URL": "https://holy-mail.de" + } +} From 298cc17cb879143820a2b412bbd20f2699bdbbf8 Mon Sep 17 00:00:00 2001 From: Michael Braverman Date: Thu, 22 Oct 2020 15:05:02 +0300 Subject: [PATCH 27/35] Rename mb to mb.json --- domains/{mb => mb.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{mb => mb.json} (100%) diff --git a/domains/mb b/domains/mb.json similarity index 100% rename from domains/mb rename to domains/mb.json From aad47ef49a5a2ca276cad861cd60400c6241e482 Mon Sep 17 00:00:00 2001 From: mozartrafi <40928387+mozartrafi@users.noreply.github.com> Date: Thu, 22 Oct 2020 20:03:23 +0700 Subject: [PATCH 28/35] Create zhycorp.json --- domains/zhycorp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/zhycorp.json diff --git a/domains/zhycorp.json b/domains/zhycorp.json new file mode 100644 index 000000000..5d082b41c --- /dev/null +++ b/domains/zhycorp.json @@ -0,0 +1,11 @@ +{ + "description": "A simple non-static site for Zhycorp", + "repo": "https://github.com/zhycorp", + "owner": { + "username": "zhycorp", + "email": "support@zhycorp.xyz" + }, + "record": { + "CNAME": "rd73mzgq7jp59yq0.preview.edgeapp.net" + } +} From 3154f92fdd1b46743fd1f9ab4cbd38d46637c373 Mon Sep 17 00:00:00 2001 From: Ahsw7 <58834629+Ahsw7@users.noreply.github.com> Date: Thu, 22 Oct 2020 23:15:07 +0700 Subject: [PATCH 29/35] Create ahsw.json --- domains/ahsw.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ahsw.json diff --git a/domains/ahsw.json b/domains/ahsw.json new file mode 100644 index 000000000..7ef2f05c3 --- /dev/null +++ b/domains/ahsw.json @@ -0,0 +1,11 @@ +{ + "description": "Ahsw Personal Website", + "repo": "https://github.com/Ahsw7", + "owner": { + "username": "Ahsw", + "email": "jasjusjambu.segar@gmail.com" + }, + "record": { + "URL": "rd73mzgq78p59yq0.preview.edgeapp.net" + } +} From fbfdffb4e957cb24a944b2a25e50236462b7c71c Mon Sep 17 00:00:00 2001 From: Hadi Ka <35663745+Nystrex@users.noreply.github.com> Date: Thu, 22 Oct 2020 16:04:38 -0400 Subject: [PATCH 30/35] Create hadi --- domains/hadi | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hadi diff --git a/domains/hadi b/domains/hadi new file mode 100644 index 000000000..eaad5f94d --- /dev/null +++ b/domains/hadi @@ -0,0 +1,11 @@ +{ + "description": "Nystrex's Personal Website", + "repo": "https://github.com/Nystrex", + "owner": { + "username": "Nystrex", + "email": "hadi@nystrex.com" + }, + "record": { + "CNAME": "nystrex.com" + } +} From e88f178a666d18c4dc2bff066416a91d35427bb7 Mon Sep 17 00:00:00 2001 From: Hadi Ka <35663745+Nystrex@users.noreply.github.com> Date: Thu, 22 Oct 2020 16:06:30 -0400 Subject: [PATCH 31/35] Rename hadi to hadi.json --- domains/{hadi => hadi.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{hadi => hadi.json} (100%) diff --git a/domains/hadi b/domains/hadi.json similarity index 100% rename from domains/hadi rename to domains/hadi.json From 89e1a9e9567bd7efcb6c4b39522f2e8b3ca8d12b Mon Sep 17 00:00:00 2001 From: Rafael Santana Date: Thu, 22 Oct 2020 20:44:24 -0300 Subject: [PATCH 32/35] create rafalmeida73.json --- domains/rafalmeida73.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rafalmeida73.json diff --git a/domains/rafalmeida73.json b/domains/rafalmeida73.json new file mode 100644 index 000000000..d2621e401 --- /dev/null +++ b/domains/rafalmeida73.json @@ -0,0 +1,11 @@ +{ + "description": "This website is a link to my personal developer portfolio.", + "repo": "https://github.com/rafalmeida73/rafalmeida73.github.io", + "owner": { + "username": "rafalmeida73", + "email": "rafaelsantana7213@gmail.com" + }, + "record": { + "CNAME": "rafalmeida73.github.io" + } +} From 96af6e9569b7ca97f07824d41c9a91e91b6ef924 Mon Sep 17 00:00:00 2001 From: Ahsw7 <58834629+Ahsw7@users.noreply.github.com> Date: Fri, 23 Oct 2020 09:31:24 +0700 Subject: [PATCH 33/35] Update ahsw.json --- domains/ahsw.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ahsw.json b/domains/ahsw.json index 7ef2f05c3..5a9ab36d7 100644 --- a/domains/ahsw.json +++ b/domains/ahsw.json @@ -6,6 +6,6 @@ "email": "jasjusjambu.segar@gmail.com" }, "record": { - "URL": "rd73mzgq78p59yq0.preview.edgeapp.net" + "CNAME": "rd73mzgq78p59yq0.preview.edgeapp.net" } } From d444ff43de38725b73d2501e50e48e33ac144438 Mon Sep 17 00:00:00 2001 From: Meong Date: Fri, 23 Oct 2020 15:24:19 +0700 Subject: [PATCH 34/35] Add new subdomain --- domains/meong.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/meong.json diff --git a/domains/meong.json b/domains/meong.json new file mode 100644 index 000000000..855e808fa --- /dev/null +++ b/domains/meong.json @@ -0,0 +1,11 @@ + { + "description": "Meong github page using .is-a.dev subdomain", + "repo": "https://github.com/Fauzannnnh/fauzannnnh.github.io", + "owner": { + "username": "Fauzannnnh", + "email": "fauzan@eenthlh.xyz" + }, + "record": { + "CNAME": "fauzannnnh.github.io" + } +} From 2a46b174b19a3a4d0c9cb702a0f1bc19af8e0c13 Mon Sep 17 00:00:00 2001 From: Tommaso Date: Fri, 23 Oct 2020 21:16:42 +0200 Subject: [PATCH 35/35] Add neslinesli93.json --- domains/neslinesli93.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/neslinesli93.json diff --git a/domains/neslinesli93.json b/domains/neslinesli93.json new file mode 100644 index 000000000..3aa76243d --- /dev/null +++ b/domains/neslinesli93.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "neslinesli93", + "email": "p.tommy93@gmail.com" + }, + "record": { + "CNAME": "tommasopifferi.com" + } +}