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 01/38] 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 4458f3db0d4b28607688daacc4be79f6467a6476 Mon Sep 17 00:00:00 2001 From: tony/gaming laptop upstairs Date: Mon, 19 Oct 2020 08:51:37 -0500 Subject: [PATCH 02/38] saving tonycolston json file --- domains/tonycolston.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tonycolston.json diff --git a/domains/tonycolston.json b/domains/tonycolston.json new file mode 100644 index 000000000..54ba4bb71 --- /dev/null +++ b/domains/tonycolston.json @@ -0,0 +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 From 8aae8ae01668e603203be9c7eea9fe2d20e2dc5e Mon Sep 17 00:00:00 2001 From: George Vagenas Date: Mon, 19 Oct 2020 16:58:30 +0300 Subject: [PATCH 03/38] Added domain devrealm --- domains/devrealm.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/devrealm.json diff --git a/domains/devrealm.json b/domains/devrealm.json new file mode 100644 index 000000000..7b332204c --- /dev/null +++ b/domains/devrealm.json @@ -0,0 +1,11 @@ +{ + "description": "devRealm website", + "repo": "https://github.com/devrealm", + "owner": { + "username": "gvagenas", + "email": "gvagenas@gmail.com" + }, + "record": { + "CNAME": "devrealm.org" + } +} From 67caedcba8a2ddbffb3c2d95ab32acfeec63b5f4 Mon Sep 17 00:00:00 2001 From: Martin Harrigan Date: Mon, 19 Oct 2020 15:03:59 +0100 Subject: [PATCH 04/38] Add entry for harrigan --- domains/harrigan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/harrigan.json diff --git a/domains/harrigan.json b/domains/harrigan.json new file mode 100644 index 000000000..bc7f976e0 --- /dev/null +++ b/domains/harrigan.json @@ -0,0 +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" + } +} From 5167cba7dc5926c3040a2b6012d87e248392c36e Mon Sep 17 00:00:00 2001 From: George Vagenas Date: Mon, 19 Oct 2020 17:18:38 +0300 Subject: [PATCH 05/38] Update devrealm.json --- domains/devrealm.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/devrealm.json b/domains/devrealm.json index 7b332204c..253460fd8 100644 --- a/domains/devrealm.json +++ b/domains/devrealm.json @@ -3,7 +3,8 @@ "repo": "https://github.com/devrealm", "owner": { "username": "gvagenas", - "email": "gvagenas@gmail.com" + "email": "", + "twitter": "@devrealmorg" }, "record": { "CNAME": "devrealm.org" From 6e1b9e3225509b1c5e756b1798dcaff05448382b Mon Sep 17 00:00:00 2001 From: Jack <36678016+JackOPXL@users.noreply.github.com> Date: Mon, 19 Oct 2020 18:58:01 +0100 Subject: [PATCH 06/38] Create jack.json --- domains/jack.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/jack.json diff --git a/domains/jack.json b/domains/jack.json new file mode 100644 index 000000000..5f3c85718 --- /dev/null +++ b/domains/jack.json @@ -0,0 +1,10 @@ +{ + "description": "Onepixel Developments Director", + "owner": { + "username": "JackOPXL", + "email": "hello@jackfrisby.co" + }, + "record": { + "URL": "jackfrisby.co" + } +} From 273a39abb955738ad1cef75808eaae80918707fd Mon Sep 17 00:00:00 2001 From: Finn Date: Mon, 19 Oct 2020 20:51:27 +0200 Subject: [PATCH 07/38] Create finn.json --- domains/finn.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/finn.json diff --git a/domains/finn.json b/domains/finn.json new file mode 100644 index 000000000..93f05116e --- /dev/null +++ b/domains/finn.json @@ -0,0 +1,11 @@ +{ + "description": "Add some description", + "repo": "https://github.com/F1nnM", + "owner": { + "username": "F1nnM", + "email": "isadev_github@mfinn.de" + }, + "record": { + "CNAME": "mfinn.de" + } +} From cd28ba142df69025651db2afa9b7456dd733f976 Mon Sep 17 00:00:00 2001 From: Finn Date: Mon, 19 Oct 2020 20:51:55 +0200 Subject: [PATCH 08/38] Update finn.json --- domains/finn.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/finn.json b/domains/finn.json index 93f05116e..7f4b22daf 100644 --- a/domains/finn.json +++ b/domains/finn.json @@ -1,5 +1,4 @@ { - "description": "Add some description", "repo": "https://github.com/F1nnM", "owner": { "username": "F1nnM", From f0c5992146b5aa61d7d3821eb8b6d8a83eddd7fa Mon Sep 17 00:00:00 2001 From: Snazzah <7025343+Snazzah@users.noreply.github.com> Date: Mon, 19 Oct 2020 14:19:18 -0500 Subject: [PATCH 09/38] Create snazzah.json --- domains/snazzah.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/snazzah.json diff --git a/domains/snazzah.json b/domains/snazzah.json new file mode 100644 index 000000000..66123aac3 --- /dev/null +++ b/domains/snazzah.json @@ -0,0 +1,12 @@ +{ + "description": "Where the wild ones are.", + "repo": "https://github.com/Snazzah", + "owner": { + "username": "Snazzah", + "email": "me@snazzah.com", + "twitter": "Snazzah" + }, + "record": { + "URL": "https://snazzah.com" + } +} From fec2d0c171c539da32781cbd2006a3eb0d1c99bd Mon Sep 17 00:00:00 2001 From: Neoxn3il <57082943+X3NOSIZ@users.noreply.github.com> Date: Tue, 20 Oct 2020 01:19:45 +0530 Subject: [PATCH 10/38] Create pratyay.json --- domains/pratyay.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/pratyay.json diff --git a/domains/pratyay.json b/domains/pratyay.json new file mode 100644 index 000000000..d9eb2abe0 --- /dev/null +++ b/domains/pratyay.json @@ -0,0 +1,11 @@ +{ + "description": "Pratyay's portfolio website and blog", + "repo": "https://github.com/neilblaze", + "owner": { + "username": "neilblaze", + "email": "neilblaze007@gmail.com" + }, + "record": { + "CNAME": "neilblaze-v2.netlify.app" + } +} From b728c7554b335f0295375af1a81551fba1534e08 Mon Sep 17 00:00:00 2001 From: James Harris Date: Mon, 19 Oct 2020 21:10:39 +0100 Subject: [PATCH 11/38] Add wopian.json --- domains/wopian.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/wopian.json diff --git a/domains/wopian.json b/domains/wopian.json new file mode 100644 index 000000000..2c2275740 --- /dev/null +++ b/domains/wopian.json @@ -0,0 +1,12 @@ +{ + "description": "Homepage for my projects and open source contributions", + "repo": "https://github.com/wopian/wopian.me", + "owner": { + "username": "wopian", + "email": "", + "twitter": "wopian_" + }, + "record": { + "URL": "https://wopian.me" + } +} From ae27ca3e426d1c2fd1512a851611c05f398334cd Mon Sep 17 00:00:00 2001 From: AllyTally Date: Mon, 19 Oct 2020 18:44:36 -0300 Subject: [PATCH 12/38] Create ally.json --- domains/ally.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ally.json diff --git a/domains/ally.json b/domains/ally.json new file mode 100644 index 000000000..a8c289563 --- /dev/null +++ b/domains/ally.json @@ -0,0 +1,11 @@ +{ + "description": "Ally's personal website", + "repo": "https://github.com/AllyTally", + "owner": { + "username": "AllyTally", + "email": "alexiatilde@gmail.com" + }, + "record": { + "CNAME": "ally.moe" + } +} \ No newline at end of file From 42961f4c02658bb98772dedecef3a31b3c3075cf Mon Sep 17 00:00:00 2001 From: Erisa A Date: Tue, 20 Oct 2020 01:25:06 +0100 Subject: [PATCH 13/38] Create erisa.json --- domains/erisa.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/erisa.json diff --git a/domains/erisa.json b/domains/erisa.json new file mode 100644 index 000000000..718677080 --- /dev/null +++ b/domains/erisa.json @@ -0,0 +1,11 @@ +{ + "description": "Blog for Erisa A.", + "repo": "https://github.com/Erisa", + "owner": { + "username": "Erisa", + "email": "seriel@erisa.moe" + }, + "record": { + "CNAME": "dev.cname.erisa.moe" + } +} From a748fb96736f41dc95c64b62c5d58ef803599c91 Mon Sep 17 00:00:00 2001 From: August Date: Mon, 19 Oct 2020 17:48:50 -0700 Subject: [PATCH 14/38] Create august.json --- domains/august.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/august.json diff --git a/domains/august.json b/domains/august.json new file mode 100644 index 000000000..7e0adaaf3 --- /dev/null +++ b/domains/august.json @@ -0,0 +1,10 @@ +{ + "description": "some 16 year old who knows how to code", + "record": { + "URL": "https://augu.dev" + }, + "owner": { + "username": "auguwu", + "email": "august@augu.dev" + } +} \ No newline at end of file From d2d1e898fc46badf6326430bc86759cdd1da550c Mon Sep 17 00:00:00 2001 From: August Date: Mon, 19 Oct 2020 17:50:19 -0700 Subject: [PATCH 15/38] Add repo --- domains/august.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/august.json b/domains/august.json index 7e0adaaf3..bdcb39259 100644 --- a/domains/august.json +++ b/domains/august.json @@ -1,5 +1,6 @@ { "description": "some 16 year old who knows how to code", + "repo": "https://github.com/auguwu", "record": { "URL": "https://augu.dev" }, From 7402356540f9e34699ecf83c26362986416d66fb Mon Sep 17 00:00:00 2001 From: Atzu <32654584+z3ro0k@users.noreply.github.com> Date: Mon, 19 Oct 2020 20:38:11 -0500 Subject: [PATCH 16/38] Create atzu.json --- domains/atzu.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/atzu.json diff --git a/domains/atzu.json b/domains/atzu.json new file mode 100644 index 000000000..0cf4e5bbe --- /dev/null +++ b/domains/atzu.json @@ -0,0 +1,11 @@ +{ + "description": "ATZU's website", + "repo": "https://github.com/z3ro0k", + "owner": { + "username": "z3ro0k", + "email": "zerok636@gmail.com" + }, + "record": { + "CNAME": "atzu.xyz" + } +} From e13e0296f385469b49ac8ca26e23e0e0011900ff Mon Sep 17 00:00:00 2001 From: Markus <28785953+MarkusJx@users.noreply.github.com> Date: Tue, 20 Oct 2020 08:13:19 +0200 Subject: [PATCH 17/38] Create markus.json --- domains/markus.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/markus.json diff --git a/domains/markus.json b/domains/markus.json new file mode 100644 index 000000000..d5a60c9cd --- /dev/null +++ b/domains/markus.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/markusjx/markusjx.github.io", + "owner": { + "username": "markusjx", + "email": "markusjx11@gmail.com" + }, + "record": { + "CNAME": "markusjx.github.io" + } +} 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 18/38] 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 4c9e1724a6a9376f84ae3fb30aa587f60331741b Mon Sep 17 00:00:00 2001 From: Hazmi35 Date: Tue, 20 Oct 2020 16:45:30 +0700 Subject: [PATCH 19/38] create hzmi.json --- domains/hzmi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hzmi.json diff --git a/domains/hzmi.json b/domains/hzmi.json new file mode 100644 index 000000000..195842361 --- /dev/null +++ b/domains/hzmi.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/Hazmi35", + "owner": { + "username": "Hazmi35", + "email": "contact@hzmi.xyz" + }, + "record": { + "CNAME": "hzmi.me" + } +} From d47302325ff9cd55f9837c496b41e9052336aa53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8F=E3=81=8B=E3=82=89=E3=81=AA=E3=81=84?= <32866617+Waxaranai@users.noreply.github.com> Date: Tue, 20 Oct 2020 16:55:43 +0700 Subject: [PATCH 20/38] Create wisnu.json --- domains/wisnu.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/wisnu.json diff --git a/domains/wisnu.json b/domains/wisnu.json new file mode 100644 index 000000000..9e6462be1 --- /dev/null +++ b/domains/wisnu.json @@ -0,0 +1,11 @@ +{ + "description": "Wisnu Personal Website", + "repo": "https://github.com/waxaranai", + "owner": { + "username": "Waxaranai", + "email": "waxaranai@gmail.com" + }, + "record": { + "CNAME": "wisnu.me" + } +} From 8589e00b0bc50cc97aa589833847129db09fc4af Mon Sep 17 00:00:00 2001 From: Neoxn3il <57082943+X3NOSIZ@users.noreply.github.com> Date: Tue, 20 Oct 2020 16:02:34 +0530 Subject: [PATCH 21/38] Update pratyay.json --- domains/pratyay.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/pratyay.json b/domains/pratyay.json index d9eb2abe0..4db160a6b 100644 --- a/domains/pratyay.json +++ b/domains/pratyay.json @@ -1,8 +1,8 @@ { "description": "Pratyay's portfolio website and blog", - "repo": "https://github.com/neilblaze", + "repo": "https://github.com/x3nosiz", "owner": { - "username": "neilblaze", + "username": "x3nosiz", "email": "neilblaze007@gmail.com" }, "record": { From 68568e97af6fa8dbb25490edca2e4a3ed3fd6e5d Mon Sep 17 00:00:00 2001 From: markdimi Date: Tue, 20 Oct 2020 15:17:08 +0300 Subject: [PATCH 22/38] adding my self to the awesome is-a-dev subdomain --- domains/markos.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/markos.json diff --git a/domains/markos.json b/domains/markos.json new file mode 100644 index 000000000..cdbb94bd6 --- /dev/null +++ b/domains/markos.json @@ -0,0 +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": "https://markos.me" + } + } \ No newline at end of file From 7484da9fbd57a44aba0adcf18b026df010b6af0a Mon Sep 17 00:00:00 2001 From: Satya Bagus Dwiatmaja Date: Tue, 20 Oct 2020 19:40:08 +0700 Subject: [PATCH 23/38] Create dwii.json --- domains/dwii.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dwii.json diff --git a/domains/dwii.json b/domains/dwii.json new file mode 100644 index 000000000..33c7f6728 --- /dev/null +++ b/domains/dwii.json @@ -0,0 +1,11 @@ +{ + "description": "DwiiUnknown is a dev.", + "repo": "https://github.com/ItzMeDwii/dwii.me", + "owner": { + "username": "ItzMeDwii", + "email": "dwii5359@azalelnation.com" + }, + "record": { + "CNAME": "dwii.me" + } +} From 3a5c8c9bffa32e5f8a7b03578ea43b548bc5096d Mon Sep 17 00:00:00 2001 From: Satya Bagus Dwiatmaja Date: Tue, 20 Oct 2020 19:53:26 +0700 Subject: [PATCH 24/38] Update dwii.json --- domains/dwii.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dwii.json b/domains/dwii.json index 33c7f6728..e0205005b 100644 --- a/domains/dwii.json +++ b/domains/dwii.json @@ -6,6 +6,6 @@ "email": "dwii5359@azalelnation.com" }, "record": { - "CNAME": "dwii.me" + "CNAME": "azn-us.dwii.me" } } From 0837a3952919353d44e4462601e9eab85e9d02b9 Mon Sep 17 00:00:00 2001 From: Koding Date: Tue, 20 Oct 2020 23:58:21 +1100 Subject: [PATCH 25/38] Added KodingDev to domains --- domains/koding.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/koding.json diff --git a/domains/koding.json b/domains/koding.json new file mode 100644 index 000000000..fe8c9af07 --- /dev/null +++ b/domains/koding.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "KodingDev", + "email": "kodingdev@pm.me" + }, + "record": { + "URL": "https://koding.dev" + } +} \ No newline at end of file From 6fd5833855ce37b334480bb40e407a1ee3dd27cf Mon Sep 17 00:00:00 2001 From: Koding Date: Wed, 21 Oct 2020 00:06:18 +1100 Subject: [PATCH 26/38] Added further description --- domains/koding.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/domains/koding.json b/domains/koding.json index fe8c9af07..1dc7a8222 100644 --- a/domains/koding.json +++ b/domains/koding.json @@ -1,4 +1,6 @@ { + "description": "Full stack developer proficient in Kotlin", + "repo": "https://github.com/KodingDev", "owner": { "username": "KodingDev", "email": "kodingdev@pm.me" From 1cbb6195da47a3d3661c3079691486d2bbef2134 Mon Sep 17 00:00:00 2001 From: hat_kid Date: Tue, 20 Oct 2020 20:20:33 +0700 Subject: [PATCH 27/38] Create hatkid.json --- domains/hatkid.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hatkid.json diff --git a/domains/hatkid.json b/domains/hatkid.json new file mode 100644 index 000000000..c2f5bba3c --- /dev/null +++ b/domains/hatkid.json @@ -0,0 +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" + } +} \ No newline at end of file From 00ff832ab24f2b133a84c5e97e0d61dc89a8d36d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 20 Oct 2020 18:59:37 +0530 Subject: [PATCH 28/38] Update domains/jack.json --- domains/jack.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jack.json b/domains/jack.json index 5f3c85718..908ec40c5 100644 --- a/domains/jack.json +++ b/domains/jack.json @@ -5,6 +5,6 @@ "email": "hello@jackfrisby.co" }, "record": { - "URL": "jackfrisby.co" + "URL": "https://jackfrisby.co" } } From d3a31b48726f3442e241931ae96bf2051765b25a Mon Sep 17 00:00:00 2001 From: The Guy with Glasses <38172685+cmulay@users.noreply.github.com> Date: Tue, 20 Oct 2020 19:10:59 +0530 Subject: [PATCH 29/38] Create ac21.json --- ac21.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ac21.json diff --git a/ac21.json b/ac21.json new file mode 100644 index 000000000..cc9e15090 --- /dev/null +++ b/ac21.json @@ -0,0 +1,11 @@ +{ + "description": "Atharva Chandwadkar's Portfolio", + "repo": "https://github.com/atharva21-stack/atharva21-stack.github.io", + "owner": { + "username": "atharva21-stack", + "email": "chandwadkar28@gmail.com" + }, + "record": { + "CNAME": "atharva21-stack.github.io" + } +} From b30f135bf570881a7f435ede3f96f6e82a9e5e92 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 20 Oct 2020 19:18:06 +0530 Subject: [PATCH 30/38] Changes reply text --- scripts/reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/reply.js b/scripts/reply.js index 78942784a..e73cf7018 100644 --- a/scripts/reply.js +++ b/scripts/reply.js @@ -20,7 +20,7 @@ If you're having trouble setting up your domain, [create an issue](https://githu ## Love/Hate the service? -**Love it?** Leave it a **star**! Also consider **[donating](https://github.com/is-a-dev/register#donations)** so that I can keep this service running forever. +**Love it?** Leave it a **star**! Also consider **[donating](https://www.buymeacoffee.com/phenax)** 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'd really like to keep improving this service for developers. `; From d294448dc96edc0ecbcfdcb8eed79101a2bb2ceb Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 20 Oct 2020 10:59:47 -0300 Subject: [PATCH 31/38] Added register to domains --- domains/patriciafelix.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/patriciafelix.json diff --git a/domains/patriciafelix.json b/domains/patriciafelix.json new file mode 100644 index 000000000..9ef04a472 --- /dev/null +++ b/domains/patriciafelix.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio Website", + "repo": "https://github.com/patriciafelixx/patriciafelixx.github.io", + "owner": { + "username": "patriciafelixx", + "email": "patriciafelixx@outlook.com" + }, + "record": { + "CNAME": "patriciafelixx.github.io" + } +} \ No newline at end of file From 8bcda988c48e07a85e08a45f175b5dff87b7bf92 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 20 Oct 2020 19:29:57 +0530 Subject: [PATCH 32/38] Update domains/markos.json --- domains/markos.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/markos.json b/domains/markos.json index cdbb94bd6..40e70b227 100644 --- a/domains/markos.json +++ b/domains/markos.json @@ -6,6 +6,6 @@ "email": "markdimitsas@gmail.com" }, "record": { - "CNAME": "https://markos.me" + "CNAME": "markos.me" } - } \ No newline at end of file + } From 25b1a344fb3c6a4bab75af01a7abef58cd23f5b7 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 20 Oct 2020 19:43:28 +0530 Subject: [PATCH 33/38] Changes reply text --- scripts/reply.js | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/scripts/reply.js b/scripts/reply.js index e73cf7018..71d78bd23 100644 --- a/scripts/reply.js +++ b/scripts/reply.js @@ -3,7 +3,6 @@ const getInstructions = () => ` The changes have been published!! It should reflect in less than 24 hours. ## Here's what you need to do next - If your domain points to a server you own, add \`domain-name.is-a.dev\` to your server config. For https, you will have to configure ssl certificate to allow the new subdomain. ### For github pages users, @@ -15,14 +14,26 @@ If your domain points to a server you own, add \`domain-name.is-a.dev\` to your * Give it some time to reflect and you should be good to go -## Need support with your domain? -If you're having trouble setting up your domain, [create an issue](https://github.com/is-a-dev/register/issues/new/choose). I'll try my best to get back to you asap! +## Need help with your domain? +If you are having trouble setting up your domain, [create an issue](https://github.com/is-a-dev/register/issues/new/choose). I will try my best to get back to you asap! + + +## Made a mistake in the record? +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](https://www.buymeacoffee.com/phenax)** so that I can keep this service running forever. +**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 -**Hate it?** Please leave your feedback by [creating an issue](https://github.com/is-a-dev/register/issues/new/choose). I'd really like to keep improving this service for developers. `; module.exports = { From 68c66ae82c732854eeae671dba20aba9980d8f3a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 20 Oct 2020 20:00:57 +0530 Subject: [PATCH 34/38] Moves ac21 to domains --- ac21.json => domains/ac21.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ac21.json => domains/ac21.json (100%) diff --git a/ac21.json b/domains/ac21.json similarity index 100% rename from ac21.json rename to domains/ac21.json 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 35/38] 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 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 36/38] 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 71a301f759f76fc01cb22ae41bf6db51a5f7cb33 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 22 Oct 2020 01:20:42 +0530 Subject: [PATCH 37/38] 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 38/38] 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 `;