From fbb3829def8e79df1ed2a5eecfb2985745d8e81b Mon Sep 17 00:00:00 2001 From: Yusuf <37335718+YAOfficial@users.noreply.github.com> Date: Fri, 9 Oct 2020 22:15:35 +0100 Subject: [PATCH 01/13] Create yusuf.json --- domains/yusuf.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/yusuf.json diff --git a/domains/yusuf.json b/domains/yusuf.json new file mode 100644 index 000000000..4d911fbfa --- /dev/null +++ b/domains/yusuf.json @@ -0,0 +1,13 @@ +{ + "description": "My Github pages portfolio", + "repo": "https://github.com/YAOfficial/portfolio/tree/gh-pages", + "owner": { + "username": "YAOfficial", + "email": "yahumble1@gmail.com" + }, + "record": { + "CNAME": "https://yaofficial.github.io/portfolio/", + "URL": "https://yusuf.is-a.dev" + } +} + From 65338b07965c53ea68062c6059f12b269b0a6480 Mon Sep 17 00:00:00 2001 From: Edwin Martin Date: Sat, 10 Oct 2020 00:20:51 +0200 Subject: [PATCH 02/13] Add edwin.is-a.dev --- domains/edwin.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 domains/edwin.json diff --git a/domains/edwin.json b/domains/edwin.json new file mode 100644 index 000000000..e69de29bb From b63a453e4aa00dd0c392bf2794acad32eaff79e0 Mon Sep 17 00:00:00 2001 From: sycured <60801403+sycured@users.noreply.github.com> Date: Fri, 9 Oct 2020 23:05:29 -0500 Subject: [PATCH 03/13] add sycured --- domains/sycured.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sycured.json diff --git a/domains/sycured.json b/domains/sycured.json new file mode 100644 index 000000000..3f92e4984 --- /dev/null +++ b/domains/sycured.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sycured", + "email": "sycured@protonmail.com" + }, + "record": { + "URL": "https://sycured.com" + } +} From 6e060db55391732f091faa75ef4c2fe3667c98fc Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Sat, 10 Oct 2020 14:32:28 +0200 Subject: [PATCH 04/13] Create m42e.json --- domains/m42e.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/m42e.json diff --git a/domains/m42e.json b/domains/m42e.json new file mode 100644 index 000000000..eae93cb4d --- /dev/null +++ b/domains/m42e.json @@ -0,0 +1,12 @@ +{ + "description": "m42e Homepage", + "repo": "https://github.com/m42e", + "owner": { + "username": "m42e", + "email": "matthias@bilger.info" + }, + "record": { + "CNAME": "bilger.info", + "URL": "https://m42e.is-a.dev" + } +} From c3ba27ee8816b11d7df09cb16d996418bc0a70e9 Mon Sep 17 00:00:00 2001 From: Kaguwo <60431344+kaguwomin@users.noreply.github.com> Date: Sat, 10 Oct 2020 15:48:26 +0300 Subject: [PATCH 05/13] Create kaguwo.json --- domains/kaguwo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kaguwo.json diff --git a/domains/kaguwo.json b/domains/kaguwo.json new file mode 100644 index 000000000..a0e384049 --- /dev/null +++ b/domains/kaguwo.json @@ -0,0 +1,11 @@ +{ + "description": "Kaguwo's Personal Website", + "owner": { + "username": "kaguwomin", + "email": "business@kaguwo.com" + }, + "record": { + "CNAME": "kaguwo.com", + "URL": "https://kaguwo.is-a.dev" + } +} From 6aa510195bfe8a5c932ee692748960f39cc04f56 Mon Sep 17 00:00:00 2001 From: Bae <50950966+ba-e@users.noreply.github.com> Date: Sat, 10 Oct 2020 16:07:31 +0300 Subject: [PATCH 06/13] =?UTF-8?q?domain=20init=20=F0=9F=91=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domains/bae.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/bae.json diff --git a/domains/bae.json b/domains/bae.json new file mode 100644 index 000000000..bdde25c56 --- /dev/null +++ b/domains/bae.json @@ -0,0 +1,13 @@ +{ + "description": "Bae's personal website", + + "owner": { + "username": "ba-e", + "email": "bae.nyom@gmail.com" + }, + + "record": { + "CNAME": "bae.codes", + "URL": "https://bae.is-a.dev" + } +} \ No newline at end of file From df94803e860063195c85add0ad3f428acbeb4740 Mon Sep 17 00:00:00 2001 From: Peris Rai Date: Sat, 10 Oct 2020 19:00:52 +0545 Subject: [PATCH 07/13] Added peris.json file --- domains/peris.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/peris.json diff --git a/domains/peris.json b/domains/peris.json new file mode 100644 index 000000000..cf24596f8 --- /dev/null +++ b/domains/peris.json @@ -0,0 +1,12 @@ +{ + "description": "Peris's Portfolio", + "repo": "https://github.com/perisrai/perisrai.github.io", + "owner": { + "username": "perisrai", + "email": "perishrai@gmail.com" + }, + "record": { + "CNAME": "perisrai.github.io", + "URL": "https://peris.is-a.dev" + } + } \ No newline at end of file From b8e0e468d24bb4f36121f1018a969770a9dbc710 Mon Sep 17 00:00:00 2001 From: Irek Nazmiev Date: Sat, 10 Oct 2020 19:22:22 +0300 Subject: [PATCH 08/13] Create ireknazm.json --- domains/ireknazm.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ireknazm.json diff --git a/domains/ireknazm.json b/domains/ireknazm.json new file mode 100644 index 000000000..3d5604bb3 --- /dev/null +++ b/domains/ireknazm.json @@ -0,0 +1,12 @@ +{ + "description": "The domain will be used for a new version of my portfolio site, later in a future :)", + "repo": "https://github.com/Nagellan/Portfolio-v2", + "owner": { + "username": "Nagellan", + "email": "ireknazmievirek@gmail.com" + }, + "record": { + "CNAME": "Nagellan.github.io", + "URL": "https://ireknazm.is-a.dev" + } +} From 4923ad6e6739e9872424dd0e5406d6f993e4510a Mon Sep 17 00:00:00 2001 From: Shane Vandegrift Date: Sat, 10 Oct 2020 13:35:41 -0400 Subject: [PATCH 09/13] Create shane.json --- domains/shane.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/shane.json diff --git a/domains/shane.json b/domains/shane.json new file mode 100644 index 000000000..473adfbbf --- /dev/null +++ b/domains/shane.json @@ -0,0 +1,12 @@ +{ + "description": "Shane Vandegrift, a friendly fullstack developer", + "repo": "https://github.com/vandesm14/vandesm14.github.io", + "owner": { + "username": "Vandesm14", + "email": "vandesm14@gmail.com" + }, + "record": { + "CNAME": "vandesm14.github.io", + "URL": "https://shane.is-a.dev" + } +} From 2c7c74043cde9f0077fd20a5c6402a9480bf969d Mon Sep 17 00:00:00 2001 From: Edwin Martin Date: Tue, 13 Oct 2020 00:19:34 +0200 Subject: [PATCH 10/13] add edwin --- domains/edwin.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/domains/edwin.json b/domains/edwin.json index e69de29bb..9eb8bd6cb 100644 --- a/domains/edwin.json +++ b/domains/edwin.json @@ -0,0 +1,12 @@ +{ + "description": "My proud is-a.dev website", + "owner": { + "username": "edwinm", + "email": "edwin@bitstorm.org" + }, + "record": { + "CNAME": [ + "bitstorm.org" + ] + } +} From ee6624f0f6dfb19a0f322434ebe3c91fddb11ab6 Mon Sep 17 00:00:00 2001 From: Gautam krishna R Date: Tue, 13 Oct 2020 15:46:32 +0530 Subject: [PATCH 11/13] use github pages for gkr.is-a.dev --- domains/gkr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gkr.json b/domains/gkr.json index fed031e3c..71f25038f 100644 --- a/domains/gkr.json +++ b/domains/gkr.json @@ -4,6 +4,6 @@ "email": "hello@gautamkrishnar.com" }, "record": { - "A": ["185.224.138.125"] + "CNAME": "gautamkrishnar.github.io" } } From 99348d0732d3b4b605e2c847d0179e61e0a43b2c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 13 Oct 2020 21:28:25 +0530 Subject: [PATCH 12/13] Update domains/yusuf.json --- domains/yusuf.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/yusuf.json b/domains/yusuf.json index 4d911fbfa..d69bddd05 100644 --- a/domains/yusuf.json +++ b/domains/yusuf.json @@ -6,8 +6,7 @@ "email": "yahumble1@gmail.com" }, "record": { - "CNAME": "https://yaofficial.github.io/portfolio/", + "CNAME": "yaofficial.github.io", "URL": "https://yusuf.is-a.dev" } } - From 34c77a2a3f94993d315925bca4bfa8b720ae5e09 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 13 Oct 2020 21:32:42 +0530 Subject: [PATCH 13/13] Update domains/edwin.json --- domains/edwin.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/edwin.json b/domains/edwin.json index 9eb8bd6cb..207976914 100644 --- a/domains/edwin.json +++ b/domains/edwin.json @@ -5,8 +5,6 @@ "email": "edwin@bitstorm.org" }, "record": { - "CNAME": [ - "bitstorm.org" - ] + "CNAME": "bitstorm.org" } }