From 51930c8434355f2149138fcefbe63c3f25e111d1 Mon Sep 17 00:00:00 2001 From: Sono <115237794+getSono@users.noreply.github.com> Date: Sat, 4 May 2024 23:48:40 +0200 Subject: [PATCH 01/40] Register sonom.is-a.dev --- domains/sonom.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/sonom.json diff --git a/domains/sonom.json b/domains/sonom.json new file mode 100644 index 000000000..5bfe5ce2a --- /dev/null +++ b/domains/sonom.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "getSono", + "email": "julianwolf2013@outlook.de", + "discord": "1222250424309121145" + }, + + "record": { + "CNAME": "getsono.github.io" + } + } + \ No newline at end of file From 932a7f21ea1105ffeebb4db84f02fcd0ecb1cd0e Mon Sep 17 00:00:00 2001 From: Shatanik Mahanty Date: Sun, 5 May 2024 18:34:29 +0530 Subject: [PATCH 02/40] Create shatanik.json Add data for registration --- domains/shatanik.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/shatanik.json diff --git a/domains/shatanik.json b/domains/shatanik.json new file mode 100644 index 000000000..ffb4985f1 --- /dev/null +++ b/domains/shatanik.json @@ -0,0 +1,10 @@ +{ + "description": "Shatanik's Developer Portfolio", + "owner": { + "username": "shatanikmahanty", + "email": "shatanikmahanty@gmail.com" + }, + "record": { + "CNAME": "shatanikmahanty.github.io" + } +} From ace7246b98423979321dd89d98e76b234623153e Mon Sep 17 00:00:00 2001 From: Shatanik Mahanty Date: Sun, 5 May 2024 18:38:24 +0530 Subject: [PATCH 03/40] Update shatanik.json --- domains/shatanik.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shatanik.json b/domains/shatanik.json index ffb4985f1..598e170a9 100644 --- a/domains/shatanik.json +++ b/domains/shatanik.json @@ -5,6 +5,6 @@ "email": "shatanikmahanty@gmail.com" }, "record": { - "CNAME": "shatanikmahanty.github.io" + "CNAME": "shatanikmahanty.github.io/shatanikmahanty" } } From e2161e53e27ed95eee0b41d66bef77aacd3b2b06 Mon Sep 17 00:00:00 2001 From: Sabbir <93143691+s8rr@users.noreply.github.com> Date: Sun, 5 May 2024 21:24:28 +0600 Subject: [PATCH 04/40] Create sabbir.json --- domains/sabbir.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 domains/sabbir.json diff --git a/domains/sabbir.json b/domains/sabbir.json new file mode 100644 index 000000000..26f0ab5fb --- /dev/null +++ b/domains/sabbir.json @@ -0,0 +1,26 @@ +{ + "owner": { + "username": "sabbir", + "email": "sabbir.apbn.edu@gmail.com" + } +} + +{ + "record": { + "CNAME": "sabbir1.pages.dev" + } +} +{ + "record": { + "TXT": "zoho-verification=zb21588174.zmverify.zoho.com" + } +} +{ + "record": { + "MX": [ + "mx.zoho.com", + "mx1.zoho.com", + "mx2.zoho.com" + ] + } +} From abc4a0b481a44133426c176138ad0776ccf85d30 Mon Sep 17 00:00:00 2001 From: Sono <115237794+getSono@users.noreply.github.com> Date: Sun, 5 May 2024 18:30:07 +0200 Subject: [PATCH 05/40] Register status.sono.is-a.dev --- domains/status.sono.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/status.sono.json diff --git a/domains/status.sono.json b/domains/status.sono.json new file mode 100644 index 000000000..30a54ffa0 --- /dev/null +++ b/domains/status.sono.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "getSono", + "email": "julianwolf2013@outlook.de", + "discord": "1222250424309121145" + }, + + "record": { + "CNAME": "statuspage.betteruptime.com" + } + } + \ No newline at end of file From c3c8ea65e77d55b189fd06088c31426846d3a9b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20H=E1=BB=93ng=20S=C6=A1n?= <81855366+crischutu07@users.noreply.github.com> Date: Mon, 6 May 2024 10:03:53 +0700 Subject: [PATCH 06/40] Update crischutu07.json Add Mail Forwarding "ImprovMX" --- domains/crischutu07.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/domains/crischutu07.json b/domains/crischutu07.json index e8c470035..3a63c4185 100644 --- a/domains/crischutu07.json +++ b/domains/crischutu07.json @@ -1,9 +1,14 @@ { - "owner": { - "username": "crischutu07", - "email": "sondolavnxbox.omlet@gmail.com" - }, - "record": { - "CNAME": "crischutu07.github.io" - } + "owner": { + "username": "crischutu07", + "email": "sondolavnxbox.omlet@gmail.com" + }, + "record": { + "CNAME": "crischutu07.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } From f14e3ea3ab6ccc34c27baa58be19d32794377c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20H=E1=BB=93ng=20S=C6=A1n?= <81855366+crischutu07@users.noreply.github.com> Date: Mon, 6 May 2024 10:06:48 +0700 Subject: [PATCH 07/40] Update crischutu07.json Changing mail for safety --- domains/crischutu07.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/crischutu07.json b/domains/crischutu07.json index 3a63c4185..b39ca3cc2 100644 --- a/domains/crischutu07.json +++ b/domains/crischutu07.json @@ -1,7 +1,7 @@ { "owner": { "username": "crischutu07", - "email": "sondolavnxbox.omlet@gmail.com" + "email": "crischutu07owo@gmail.com" }, "record": { "CNAME": "crischutu07.github.io", From 8f1b818f5ec072c8448f4e10dfa78c787b0f33fe Mon Sep 17 00:00:00 2001 From: joetroll <161910543+trolljoe@users.noreply.github.com> Date: Mon, 6 May 2024 00:15:47 -0300 Subject: [PATCH 08/40] Create joetroll.json --- domains/joetroll.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/joetroll.json diff --git a/domains/joetroll.json b/domains/joetroll.json new file mode 100644 index 000000000..0e6fe5557 --- /dev/null +++ b/domains/joetroll.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "trolljoe", + "email": "joetechtok@proton.me", + "discord": "1054945019137630278", + }, + "record": { + "CNAME": "joetroll.pages.dev" + } +} From ca33a83455ba6fd4261afec6ac252dd1f0f7b79a Mon Sep 17 00:00:00 2001 From: joetroll <161910543+trolljoe@users.noreply.github.com> Date: Mon, 6 May 2024 00:28:22 -0300 Subject: [PATCH 09/40] Create blog.joetroll.json --- domains/blog.joetroll.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/blog.joetroll.json diff --git a/domains/blog.joetroll.json b/domains/blog.joetroll.json new file mode 100644 index 000000000..32626db7d --- /dev/null +++ b/domains/blog.joetroll.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "trolljoe", + "email": "joetechtok@proton.me", + "discord": "1054945019137630278", + }, + "record": { + "CNAME": "blogjoetroll.pages.dev" + } +} From 1d3cd7efdc353f0cb04141bbae8f33de5ad4e13f Mon Sep 17 00:00:00 2001 From: Shatanik Mahanty Date: Mon, 6 May 2024 10:26:50 +0530 Subject: [PATCH 10/40] Update shatanik.json Fix invalid record --- domains/shatanik.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shatanik.json b/domains/shatanik.json index 598e170a9..ffb4985f1 100644 --- a/domains/shatanik.json +++ b/domains/shatanik.json @@ -5,6 +5,6 @@ "email": "shatanikmahanty@gmail.com" }, "record": { - "CNAME": "shatanikmahanty.github.io/shatanikmahanty" + "CNAME": "shatanikmahanty.github.io" } } From 73331ceb1b3c8f842a3f0f6e5df56ec5dfa7d16a Mon Sep 17 00:00:00 2001 From: Noah Gao Date: Mon, 6 May 2024 15:02:45 +0800 Subject: [PATCH 11/40] Register noahgao.is-a.dev --- domains/noahgao.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/noahgao.json diff --git a/domains/noahgao.json b/domains/noahgao.json new file mode 100644 index 000000000..5bbffcd3b --- /dev/null +++ b/domains/noahgao.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "noahziheng", + "email": "ziheng1719@163.com", + "discord": "900791393931362374" + }, + + "record": { + "CNAME": "noahziheng.github.io" + } + } + \ No newline at end of file From 58d8e4590679178e8058fd02a888b9f02945a7fb Mon Sep 17 00:00:00 2001 From: CuteDog5695 Date: Mon, 6 May 2024 10:41:11 +0300 Subject: [PATCH 12/40] Update blog.joetroll.json --- domains/blog.joetroll.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/blog.joetroll.json b/domains/blog.joetroll.json index 32626db7d..40349c359 100644 --- a/domains/blog.joetroll.json +++ b/domains/blog.joetroll.json @@ -2,7 +2,7 @@ "owner": { "username": "trolljoe", "email": "joetechtok@proton.me", - "discord": "1054945019137630278", + "discord": "1054945019137630278" }, "record": { "CNAME": "blogjoetroll.pages.dev" From 71f91d055a9a9f4d821095b32d9fbb8f59ba6b5d Mon Sep 17 00:00:00 2001 From: CuteDog5695 Date: Mon, 6 May 2024 10:41:19 +0300 Subject: [PATCH 13/40] Update joetroll.json --- domains/joetroll.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/joetroll.json b/domains/joetroll.json index 0e6fe5557..9cd6c3964 100644 --- a/domains/joetroll.json +++ b/domains/joetroll.json @@ -2,7 +2,7 @@ "owner": { "username": "trolljoe", "email": "joetechtok@proton.me", - "discord": "1054945019137630278", + "discord": "1054945019137630278" }, "record": { "CNAME": "joetroll.pages.dev" From 9f1fa250245afa0c1ef87ed28a75e1e13ce04d0f Mon Sep 17 00:00:00 2001 From: Sabbir <93143691+s8rr@users.noreply.github.com> Date: Mon, 6 May 2024 14:13:27 +0600 Subject: [PATCH 14/40] Update sabbir.json --- domains/sabbir.json | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) diff --git a/domains/sabbir.json b/domains/sabbir.json index 26f0ab5fb..36f311b78 100644 --- a/domains/sabbir.json +++ b/domains/sabbir.json @@ -1,26 +1,9 @@ { - "owner": { - "username": "sabbir", - "email": "sabbir.apbn.edu@gmail.com" - } -} - -{ - "record": { - "CNAME": "sabbir1.pages.dev" - } -} -{ - "record": { - "TXT": "zoho-verification=zb21588174.zmverify.zoho.com" - } -} -{ - "record": { - "MX": [ - "mx.zoho.com", - "mx1.zoho.com", - "mx2.zoho.com" - ] - } + "owner": { + "username": "sabbir", + "email": "sabbir.apbn.edu@gmail.com" + }, + "record": { + "CNAME": "sabbir1.pages.dev" + } } From 65ebce9e6a47f71761112699794b164246d2d8f1 Mon Sep 17 00:00:00 2001 From: bananaking6 <147780429+bananaking6@users.noreply.github.com> Date: Mon, 6 May 2024 05:40:01 -0600 Subject: [PATCH 15/40] Create skibidi.json --- domains/skibidi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/skibidi.json diff --git a/domains/skibidi.json b/domains/skibidi.json new file mode 100644 index 000000000..3a6fee690 --- /dev/null +++ b/domains/skibidi.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "bananaking6", + "email": "null" + }, + + "record": { + "CNAME": "bananaking6.github.io" + } +} From 2aa8a35f640169cd7541822ae5167c57a0d324ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20H=E1=BB=93ng=20S=C6=A1n?= <81855366+crischutu07@users.noreply.github.com> Date: Mon, 6 May 2024 18:40:59 +0700 Subject: [PATCH 16/40] Update crischutu07.json --- domains/crischutu07.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/crischutu07.json b/domains/crischutu07.json index b39ca3cc2..fa3ca7ff5 100644 --- a/domains/crischutu07.json +++ b/domains/crischutu07.json @@ -4,7 +4,12 @@ "email": "crischutu07owo@gmail.com" }, "record": { - "CNAME": "crischutu07.github.io", + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" From f0bc35be31c12460ff7894c828c48c3477e37516 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Mon, 6 May 2024 09:54:25 -0300 Subject: [PATCH 17/40] Create fptbb.json --- domains/fptbb.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/fptbb.json diff --git a/domains/fptbb.json b/domains/fptbb.json new file mode 100644 index 000000000..4ade2216c --- /dev/null +++ b/domains/fptbb.json @@ -0,0 +1,13 @@ +{ + "owner":{ + "username":"Fptbb", + "email":"lucas@fptbb.com" + }, + "record":{ + "URL":"https://fptbb.com", + "MX":[ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } +} From eacf311c421d6176df2f6f543be322c510d9c552 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Mon, 6 May 2024 11:09:22 -0300 Subject: [PATCH 18/40] Update fptbb.json --- domains/fptbb.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/fptbb.json b/domains/fptbb.json index 4ade2216c..d837fa988 100644 --- a/domains/fptbb.json +++ b/domains/fptbb.json @@ -8,6 +8,7 @@ "MX":[ "mx1.improvmx.com", "mx2.improvmx.com" - ] + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From db72f65c0c8ed28eba66388428dc1893f49eb51c Mon Sep 17 00:00:00 2001 From: bananaking6 <147780429+bananaking6@users.noreply.github.com> Date: Mon, 6 May 2024 08:46:32 -0600 Subject: [PATCH 19/40] Update skibidi.json --- domains/skibidi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/skibidi.json b/domains/skibidi.json index 3a6fee690..44ee87226 100644 --- a/domains/skibidi.json +++ b/domains/skibidi.json @@ -1,7 +1,7 @@ { "owner": { "username": "bananaking6", - "email": "null" + "discord": "skibidibagel" }, "record": { From 8a40a7ec8177e223a5f31bff07db604c9d82723b Mon Sep 17 00:00:00 2001 From: denboy0123 <81873582+denboy0123@users.noreply.github.com> Date: Mon, 6 May 2024 18:41:00 +0300 Subject: [PATCH 20/40] Update juqwtf.json --- domains/juqwtf.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/juqwtf.json b/domains/juqwtf.json index 83f000b13..ae99107f8 100644 --- a/domains/juqwtf.json +++ b/domains/juqwtf.json @@ -1,9 +1,11 @@ { + "description": "juqwtf site", + "repo": "https://github.com/denboy0123/juq.github.io", "owner": { "username": "denboy0123", "email": "pochtaproverka01@gmail.com" }, "record": { - "A": ["93.185.157.142"] + "CNAME": "denboy0123.github.io" } } From c221e546f8a938b8ebca398d17812d42371212bf Mon Sep 17 00:00:00 2001 From: denboy0123 <81873582+denboy0123@users.noreply.github.com> Date: Mon, 6 May 2024 18:52:11 +0300 Subject: [PATCH 21/40] Create _github-pages-challenge-denboy0123.juqwtf.json --- domains/_github-pages-challenge-denboy0123.juqwtf.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-denboy0123.juqwtf.json diff --git a/domains/_github-pages-challenge-denboy0123.juqwtf.json b/domains/_github-pages-challenge-denboy0123.juqwtf.json new file mode 100644 index 000000000..ce6226134 --- /dev/null +++ b/domains/_github-pages-challenge-denboy0123.juqwtf.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "denboy0123", + "email": "pochtaproverka01@gmail.com" + }, + "record": { + "TXT": "6146edfce746644d8877fd941120eb" + } +} From ffbf84983974756680410f5d6163a6384257fcf7 Mon Sep 17 00:00:00 2001 From: bananaking6 <147780429+bananaking6@users.noreply.github.com> Date: Mon, 6 May 2024 10:06:13 -0600 Subject: [PATCH 22/40] add email --- domains/skibidi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/skibidi.json b/domains/skibidi.json index 44ee87226..27b6877a9 100644 --- a/domains/skibidi.json +++ b/domains/skibidi.json @@ -1,7 +1,8 @@ { "owner": { "username": "bananaking6", - "discord": "skibidibagel" + "discord": "skibidibagel", + "email": "null" }, "record": { From 2e434ec47a71a16459475d7cdcdc25c22ce4e285 Mon Sep 17 00:00:00 2001 From: bananaking6 <147780429+bananaking6@users.noreply.github.com> Date: Mon, 6 May 2024 10:07:59 -0600 Subject: [PATCH 23/40] make it blank not null --- domains/skibidi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/skibidi.json b/domains/skibidi.json index 27b6877a9..43eab904b 100644 --- a/domains/skibidi.json +++ b/domains/skibidi.json @@ -2,7 +2,7 @@ "owner": { "username": "bananaking6", "discord": "skibidibagel", - "email": "null" + "email": "" }, "record": { From 731d587c427992b32fd58631d0912aa9b0cbbc05 Mon Sep 17 00:00:00 2001 From: birb Date: Tue, 7 May 2024 00:46:59 +0800 Subject: [PATCH 24/40] Create lewdhutao.json --- domains/lewdhutao.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/lewdhutao.json diff --git a/domains/lewdhutao.json b/domains/lewdhutao.json new file mode 100644 index 000000000..3d28bc4ce --- /dev/null +++ b/domains/lewdhutao.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LewdHuTao", + "email": "lewdhutao@shittybot.xyz" + }, + "record": { + "CNAME": "lewdhutao.pages.dev" + } +} From ff2c0ba55d886ea4f2fe703f8df8be1033a42587 Mon Sep 17 00:00:00 2001 From: joetroll <161910543+trolljoe@users.noreply.github.com> Date: Mon, 6 May 2024 14:06:14 -0300 Subject: [PATCH 25/40] Create _discord.joetroll.json --- domains/_discord.joetroll.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.joetroll.json diff --git a/domains/_discord.joetroll.json b/domains/_discord.joetroll.json new file mode 100644 index 000000000..5c09076fa --- /dev/null +++ b/domains/_discord.joetroll.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "trolljoe", + "email": "joetechtok@proton.me" + }, + "record": { + "TXT": "dh=0ebb35a3def7a74049859c553b91d46c3eccbf3f" + } +} From 2ee38ac25c08ec4aa6d9b2c15d4245bfb48ebf89 Mon Sep 17 00:00:00 2001 From: Sono <115237794+getSono@users.noreply.github.com> Date: Mon, 6 May 2024 21:35:54 +0200 Subject: [PATCH 26/40] status.sono.json aktualisieren --- domains/status.sono.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/domains/status.sono.json b/domains/status.sono.json index 30a54ffa0..e69de29bb 100644 --- a/domains/status.sono.json +++ b/domains/status.sono.json @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "getSono", - "email": "julianwolf2013@outlook.de", - "discord": "1222250424309121145" - }, - - "record": { - "CNAME": "statuspage.betteruptime.com" - } - } - \ No newline at end of file From 76aef2ee0d079562dcb6bb4c39a8240bed354bb7 Mon Sep 17 00:00:00 2001 From: Asterisk Date: Mon, 6 May 2024 17:06:39 -0400 Subject: [PATCH 27/40] Create asterisk.json --- domains/asterisk.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/asterisk.json diff --git a/domains/asterisk.json b/domains/asterisk.json new file mode 100644 index 000000000..46beb2f14 --- /dev/null +++ b/domains/asterisk.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ast3risk-ops", + "email": "me@asterisk.lol", + "discord": "789561823863111742" + }, + "record": { + "URL": "https://asterisk.lol" + } +} From 17cde4f760387818af4d6da25d7638e676a01704 Mon Sep 17 00:00:00 2001 From: Sono <115237794+getSono@users.noreply.github.com> Date: Tue, 7 May 2024 07:12:03 +0200 Subject: [PATCH 28/40] Register getsono.is-a.dev --- domains/getsono.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/getsono.json diff --git a/domains/getsono.json b/domains/getsono.json new file mode 100644 index 000000000..5bfe5ce2a --- /dev/null +++ b/domains/getsono.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "getSono", + "email": "julianwolf2013@outlook.de", + "discord": "1222250424309121145" + }, + + "record": { + "CNAME": "getsono.github.io" + } + } + \ No newline at end of file From 7d6ab7e634253cd6868bfcb7e9dacbc2992b02f6 Mon Sep 17 00:00:00 2001 From: Sono <115237794+getSono@users.noreply.github.com> Date: Tue, 7 May 2024 10:17:56 +0200 Subject: [PATCH 29/40] Remove Domains --- domains/sonom.json | 12 ------------ domains/status.sono.json | 0 2 files changed, 12 deletions(-) delete mode 100644 domains/sonom.json delete mode 100644 domains/status.sono.json diff --git a/domains/sonom.json b/domains/sonom.json deleted file mode 100644 index 5bfe5ce2a..000000000 --- a/domains/sonom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "getSono", - "email": "julianwolf2013@outlook.de", - "discord": "1222250424309121145" - }, - - "record": { - "CNAME": "getsono.github.io" - } - } - \ No newline at end of file diff --git a/domains/status.sono.json b/domains/status.sono.json deleted file mode 100644 index e69de29bb..000000000 From 24a1783e58dd3c7bca7bde133586b8df59b68523 Mon Sep 17 00:00:00 2001 From: "ann.off" <142986025+ann-dvlpr@users.noreply.github.com> Date: Tue, 7 May 2024 11:54:59 +0300 Subject: [PATCH 30/40] Update and rename fluid.json to ann.json --- domains/{fluid.json => ann.json} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename domains/{fluid.json => ann.json} (50%) diff --git a/domains/fluid.json b/domains/ann.json similarity index 50% rename from domains/fluid.json rename to domains/ann.json index 6fe07d509..e154aefdb 100644 --- a/domains/fluid.json +++ b/domains/ann.json @@ -1,11 +1,11 @@ { "description": "Personal website to host bio info and other things", - "repo": "https://github.com/fluid-developer/fluid-developer.github.io", + "repo": "https://github.com/ann-dvlpr/ann-dvlpr.github.io", "owner": { - "username": "fluid-developer", + "username": "ann-dvlpr", "email": "ne0xch4r4@gmail.com" }, "record": { - "CNAME": "fluid-developer.github.io" + "CNAME": "ann-dvlpr.github.io" } } From f8a414fd5364606b27c8f18ce6d4bd1d4605c87a Mon Sep 17 00:00:00 2001 From: Aakash kumar <76447347+itsAakashz@users.noreply.github.com> Date: Tue, 7 May 2024 14:41:54 +0530 Subject: [PATCH 31/40] Create aakashuuuu.json --- domains/aakashuuuu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/aakashuuuu.json diff --git a/domains/aakashuuuu.json b/domains/aakashuuuu.json new file mode 100644 index 000000000..9bb101154 --- /dev/null +++ b/domains/aakashuuuu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "itsAakashz", + "email": "gzatrop@gmail.com" + }, + "record": { + "CNAME": "nextjs-aakashuu-portfolio.pages.dev" + } +} From 3444270fa883e1d349f35bedb2b6912d3ace23ec Mon Sep 17 00:00:00 2001 From: LooKeR Date: Tue, 7 May 2024 14:52:02 +0530 Subject: [PATCH 32/40] Create looker.json --- domains/looker.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/looker.json diff --git a/domains/looker.json b/domains/looker.json new file mode 100644 index 000000000..a343f20ff --- /dev/null +++ b/domains/looker.json @@ -0,0 +1,12 @@ +{ + "description": "LooKeR's Portfolio", + "repo": "https://github.com/Iamlooker/iamlooker.github.io", + "owner": { + "username": "Iamlooker", + "email": "mohit2002ss@gmail.com", + "twitter": "Iam_looker" + }, + "record": { + "CNAME": "iamlooker.github.io" + } +} From 2e6ce5a1b0da742ebcfe26d02e0bcd41d2d2bafb Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 7 May 2024 19:50:59 +0800 Subject: [PATCH 33/40] Update MAINTAINERS.md --- MAINTAINERS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 993ea432c..55d7e5671 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -2,10 +2,11 @@ | Name | GitHub | Role | |:-:|-|-| | Akshay | [@phenax](https://github.com/phenax) | Owner | -| William | [@wdhdev](https://github.com/wdhdev) | Admin | +| William | [@wdhdev](https://github.com/wdhdev) | Administrator | | CuteDog5695 | [@CuteDog5695](https://github.com/CuteDog5695) | Maintainer | | Daniel | [@hackermondev](https://github.com/hackermondev) | Maintainer | | DIBSTER | [@DEV-DIBSTER](https://github.com/DEV-DIBSTER) | Maintainer | -| Mahir | [@mtgsquad](https://github.com/mtgsquad) | Maintainer | +| MaskDuck | [@MaskDuck](https://github.com/MaskDuck) | Maintainer | | Om | [@TerraPlayz](https://github.com/TerraPlayz) | Maintainer | | Stef | [@Stef-00012](https://github.com/Stef-00012) | Maintainer | +| orangc | [@orxngc](https://github.com/orxngc) | Trial Maintainer | From bea18bb758c45142a9b2b0741695fbc6c4be2b18 Mon Sep 17 00:00:00 2001 From: CuteDog5695 Date: Tue, 7 May 2024 19:02:51 +0300 Subject: [PATCH 34/40] Update MAINTAINERS.md --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 55d7e5671..65cf4e5dc 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -7,6 +7,6 @@ | Daniel | [@hackermondev](https://github.com/hackermondev) | Maintainer | | DIBSTER | [@DEV-DIBSTER](https://github.com/DEV-DIBSTER) | Maintainer | | MaskDuck | [@MaskDuck](https://github.com/MaskDuck) | Maintainer | -| Om | [@TerraPlayz](https://github.com/TerraPlayz) | Maintainer | +| Om | [@omsenjalia](https://github.com/omsenjalia) | Maintainer | | Stef | [@Stef-00012](https://github.com/Stef-00012) | Maintainer | | orangc | [@orxngc](https://github.com/orxngc) | Trial Maintainer | From 2d21e2766b44f609fdd4880874492093594b0a4e Mon Sep 17 00:00:00 2001 From: Stephen Adeniji Date: Tue, 7 May 2024 18:12:15 +0100 Subject: [PATCH 35/40] CNAME record --- domains/stephen-adeniji.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/stephen-adeniji.json b/domains/stephen-adeniji.json index 40a84b0d0..75144fc2d 100644 --- a/domains/stephen-adeniji.json +++ b/domains/stephen-adeniji.json @@ -4,6 +4,6 @@ "email": "praiseadeniji2017@gmail.com" }, "record": { - "URL": "https://stephen-adeniji.vercel.app" + "CNAME": "nextjs-portfolio-4jp.pages.dev" } -} +} From 87045d20afe9a3b3f0dd1a1c1e05d3b6d9e0a218 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 8 May 2024 06:33:34 +0800 Subject: [PATCH 36/40] Update CODEOWNERS --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 87c22c175..a4e5265b1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,3 +5,5 @@ /domains/ @is-a-dev/maintainers *.md @is-a-dev/maintainers + +/MAINTAINERS.md @wdhdev From 3fc0ab6af4564434cbdcaee6ef456d1f259b47b7 Mon Sep 17 00:00:00 2001 From: CR1KET <132535421+NoahMK21100@users.noreply.github.com> Date: Tue, 7 May 2024 19:57:37 -0400 Subject: [PATCH 37/40] Create cr1ket.json --- domains/cr1ket.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/cr1ket.json diff --git a/domains/cr1ket.json b/domains/cr1ket.json new file mode 100644 index 000000000..ec76d225a --- /dev/null +++ b/domains/cr1ket.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/NoahMK21100/NoahMK21100.github.io", + "owner": { + "username": "NoahMK21100", + "email": "NoahMK21100@gmail.com" + }, + "record": { + "CNAME": "NoahMK21100.github.io" + } +} From 210078b1828694af4baa7147f3853d7d8f51397e Mon Sep 17 00:00:00 2001 From: CR1KET <132535421+NoahMK21100@users.noreply.github.com> Date: Tue, 7 May 2024 20:00:02 -0400 Subject: [PATCH 38/40] Update cr1ket.json --- domains/cr1ket.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/domains/cr1ket.json b/domains/cr1ket.json index ec76d225a..2403a8e8a 100644 --- a/domains/cr1ket.json +++ b/domains/cr1ket.json @@ -1,8 +1,10 @@ { + "description": "Using for my personal site cr1ket.xyz", "repo": "https://github.com/NoahMK21100/NoahMK21100.github.io", "owner": { "username": "NoahMK21100", "email": "NoahMK21100@gmail.com" + "twitter": "@noahmk17" }, "record": { "CNAME": "NoahMK21100.github.io" From f53ec02c1548d34808c093fdc3ee2c5199733f8a Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Tue, 7 May 2024 20:16:02 -0400 Subject: [PATCH 39/40] Update cr1ket.json --- domains/cr1ket.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/cr1ket.json b/domains/cr1ket.json index 2403a8e8a..06f02b2cc 100644 --- a/domains/cr1ket.json +++ b/domains/cr1ket.json @@ -3,8 +3,8 @@ "repo": "https://github.com/NoahMK21100/NoahMK21100.github.io", "owner": { "username": "NoahMK21100", - "email": "NoahMK21100@gmail.com" - "twitter": "@noahmk17" + "email": "NoahMK21100@gmail.com", + "twitter": "noahmk17" }, "record": { "CNAME": "NoahMK21100.github.io" From d8f24ef3cc0a6ad9c3687e99f8cb97122aa800cc Mon Sep 17 00:00:00 2001 From: uuphoria <155935644+uuphoria2@users.noreply.github.com> Date: Tue, 7 May 2024 19:50:31 -0500 Subject: [PATCH 40/40] Create uuphoria2.json --- domains/uuphoria2.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/uuphoria2.json diff --git a/domains/uuphoria2.json b/domains/uuphoria2.json new file mode 100644 index 000000000..e5d7f1b6e --- /dev/null +++ b/domains/uuphoria2.json @@ -0,0 +1,11 @@ +{ + "description": "This is to be used on my blog.", + "repo": "https://github.com/uuphoria2/uuphoria2.github.io", + "owner": { + "username": "uuphoria2", + "email": "gman36147@gmail.com" + }, + "record": { + "CNAME": "uuphoria2.github.io" + } +}