From 0f5446f672269a4a561ef2cfe5fd5a1f295c96d7 Mon Sep 17 00:00:00 2001 From: omxpro Date: Mon, 11 Jul 2022 17:21:44 -0700 Subject: [PATCH 01/40] feat: Added domain programatically --- domains/beta.om.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/beta.om.json diff --git a/domains/beta.om.json b/domains/beta.om.json new file mode 100644 index 000000000..ab1d996b8 --- /dev/null +++ b/domains/beta.om.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "omxpro", + "email": "omsenjalia@gmail.com" + }, + "record": { + "CNAME": "omxpro.github.io" + } + } + \ No newline at end of file From 35c6f96e4c89051d0ac2e5de1aff3a4949c85010 Mon Sep 17 00:00:00 2001 From: AhmedrAshraf Date: Tue, 12 Jul 2022 18:35:33 +0500 Subject: [PATCH 02/40] feat: Added domain programatically --- domains/ahmedashraf.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ahmedashraf.json diff --git a/domains/ahmedashraf.json b/domains/ahmedashraf.json new file mode 100644 index 000000000..1a54339a0 --- /dev/null +++ b/domains/ahmedashraf.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "AhmedrAshraf", + "email": "ahmedr.0331@gmail.com" + }, + "record": { + "": "" + } + } + \ No newline at end of file From d3e8facb1fb1168ee77de432d850521818e017a8 Mon Sep 17 00:00:00 2001 From: Ahmed Raza Date: Wed, 13 Jul 2022 05:16:08 +0500 Subject: [PATCH 03/40] Add my portfollio --- domains/ahmedashraf.is-a.dev | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ahmedashraf.is-a.dev diff --git a/domains/ahmedashraf.is-a.dev b/domains/ahmedashraf.is-a.dev new file mode 100644 index 000000000..382661f1f --- /dev/null +++ b/domains/ahmedashraf.is-a.dev @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio", + "repo": "https://github.com/AhmedrAshraf/ahmedrashraf", + "owner": { + "username": "ahmedrashraf", + "email": "ahmedr.0331@gmail.com" + }, + "record": { + "CNAME": "ahmedrashraf.github.io" + } +} From b22e67e1c2ba7088de11f43dc203536b57104080 Mon Sep 17 00:00:00 2001 From: Ahmed Raza Date: Wed, 13 Jul 2022 05:19:02 +0500 Subject: [PATCH 04/40] Delete ahmedashraf.is-a.dev --- domains/ahmedashraf.is-a.dev | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/ahmedashraf.is-a.dev diff --git a/domains/ahmedashraf.is-a.dev b/domains/ahmedashraf.is-a.dev deleted file mode 100644 index 382661f1f..000000000 --- a/domains/ahmedashraf.is-a.dev +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My Portfolio", - "repo": "https://github.com/AhmedrAshraf/ahmedrashraf", - "owner": { - "username": "ahmedrashraf", - "email": "ahmedr.0331@gmail.com" - }, - "record": { - "CNAME": "ahmedrashraf.github.io" - } -} From f5d365ef01de05b3fd8bcb475bc820e14ae4c1d9 Mon Sep 17 00:00:00 2001 From: Ahmed Raza Date: Wed, 13 Jul 2022 05:19:21 +0500 Subject: [PATCH 05/40] add portfolio website --- domains/ahmedashraf.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/domains/ahmedashraf.json b/domains/ahmedashraf.json index 1a54339a0..382661f1f 100644 --- a/domains/ahmedashraf.json +++ b/domains/ahmedashraf.json @@ -1,11 +1,11 @@ - - { - "owner": { - "username": "AhmedrAshraf", - "email": "ahmedr.0331@gmail.com" - }, - "record": { - "": "" - } - } - \ No newline at end of file +{ + "description": "My Portfolio", + "repo": "https://github.com/AhmedrAshraf/ahmedrashraf", + "owner": { + "username": "ahmedrashraf", + "email": "ahmedr.0331@gmail.com" + }, + "record": { + "CNAME": "ahmedrashraf.github.io" + } +} From 22fe40b0b7d97997994527a145455d11343283d4 Mon Sep 17 00:00:00 2001 From: Gornostay <36516130+gornostay25@users.noreply.github.com> Date: Thu, 14 Jul 2022 15:55:27 +0200 Subject: [PATCH 06/40] create a presonal mail --- domains/gornostay25.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/domains/gornostay25.json b/domains/gornostay25.json index 4de2d7fc3..482386f70 100644 --- a/domains/gornostay25.json +++ b/domains/gornostay25.json @@ -1,9 +1,14 @@ { "owner": { "username": "gornostay25", - "email": "volodia.palamar25+github@gmail.com" + "email": "me@gornostay25.is-a.dev" }, "record": { - "CNAME": "gornostay25.github.io" + "CNAME": "gornostay25.github.io", + "TXT":"v=spf1 include:spf.improvmx.com ~all", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] } } From e56293ecdd5ed2f2e9d66f5ed2f067d3d9fec770 Mon Sep 17 00:00:00 2001 From: Gornostay <36516130+gornostay25@users.noreply.github.com> Date: Thu, 14 Jul 2022 15:56:24 +0200 Subject: [PATCH 07/40] change to my new mail --- domains/pay.gornostay25.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/pay.gornostay25.json b/domains/pay.gornostay25.json index d8972af28..e884103ae 100644 --- a/domains/pay.gornostay25.json +++ b/domains/pay.gornostay25.json @@ -1,7 +1,7 @@ { "owner": { "username": "gornostay25", - "email": "volodia.palamar25+github@gmail.com" + "email": "me@gornostay25.is-a.dev" }, "record": { "CNAME": "d3ef8e32-cbba-4a23-a450-08aa46054a6b.repl.co" From e56cac33bda0d845c3db0e27db422d17f9b08e1a Mon Sep 17 00:00:00 2001 From: Gornostay <36516130+gornostay25@users.noreply.github.com> Date: Thu, 14 Jul 2022 15:59:44 +0200 Subject: [PATCH 08/40] create a donate subdomain --- domains/donate.gornostay25.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/donate.gornostay25.json diff --git a/domains/donate.gornostay25.json b/domains/donate.gornostay25.json new file mode 100644 index 000000000..6553b8500 --- /dev/null +++ b/domains/donate.gornostay25.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gornostay25", + "email": "me@gornostay25.is-a.dev" + }, + "record": { + "CNAME": "gornostay25.github.io" + } +} From b9f53a0e327b84162fe518d2fe0b661d2dff12ee Mon Sep 17 00:00:00 2001 From: Gornostay <36516130+gornostay25@users.noreply.github.com> Date: Thu, 14 Jul 2022 16:15:32 +0200 Subject: [PATCH 09/40] change cname to ip's --- domains/donate.gornostay25.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/domains/donate.gornostay25.json b/domains/donate.gornostay25.json index 6553b8500..2b66adcd3 100644 --- a/domains/donate.gornostay25.json +++ b/domains/donate.gornostay25.json @@ -1,9 +1,14 @@ { - "owner": { - "username": "gornostay25", - "email": "me@gornostay25.is-a.dev" - }, - "record": { - "CNAME": "gornostay25.github.io" - } + "owner": { + "username": "gornostay25", + "email": "me@gornostay25.is-a.dev" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } } From 8e479318589d238017e235cd816e96b42ee5b427 Mon Sep 17 00:00:00 2001 From: SamDev-7 Date: Fri, 15 Jul 2022 11:05:19 -0400 Subject: [PATCH 10/40] Create api.saml.json --- domains/api.saml.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/api.saml.json diff --git a/domains/api.saml.json b/domains/api.saml.json new file mode 100644 index 000000000..69d2334e1 --- /dev/null +++ b/domains/api.saml.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Website's API", + "owner": { + "username": "SamDev-7", + "email": "", + "discord": "SamDev7#1767" + }, + "record": { + "CNAME": "bfc09d50-652a-454d-8135-5f3b323998bd.id.repl.co" + } +} \ No newline at end of file From 183245e58048857ea1974e56280738b38bd62de2 Mon Sep 17 00:00:00 2001 From: Kyouka Hashiba <91820453+Yuri-Neko@users.noreply.github.com> Date: Sat, 16 Jul 2022 14:18:45 +0700 Subject: [PATCH 11/40] Update api-kyouka.json --- domains/api-kyouka.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/api-kyouka.json b/domains/api-kyouka.json index b0e5ce44d..bbe4a625e 100644 --- a/domains/api-kyouka.json +++ b/domains/api-kyouka.json @@ -6,6 +6,6 @@ "email": "apikeykyouka@gmail.com" }, "record": { - "CNAME": "my-apikey-kyouka-id.herokuapp.com" + "CNAME": "kyouka-apis.herokuapp.com" } } From 341ec3eb722a252ec42a89d0b21a52edabc20308 Mon Sep 17 00:00:00 2001 From: Gornostay25 <36516130+gornostay25@users.noreply.github.com> Date: Sat, 16 Jul 2022 10:08:13 +0200 Subject: [PATCH 12/40] Update gornostay25.json https://docs.is-a.dev/domain_structure/ > CNAME record cannot be used in conjunction with any other record types --- domains/gornostay25.json | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/domains/gornostay25.json b/domains/gornostay25.json index 482386f70..48cc451dc 100644 --- a/domains/gornostay25.json +++ b/domains/gornostay25.json @@ -1,14 +1,19 @@ { - "owner": { - "username": "gornostay25", - "email": "me@gornostay25.is-a.dev" - }, - "record": { - "CNAME": "gornostay25.github.io", - "TXT":"v=spf1 include:spf.improvmx.com ~all", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] - } + "owner":{ + "username":"gornostay25", + "email":"me@gornostay25.is-a.dev" + }, + "record":{ + "A":[ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "TXT":"v=spf1 include:spf.improvmx.com ~all", + "MX":[ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } } From 399a4c03f97a6338e7b107473341c24f74fac00f Mon Sep 17 00:00:00 2001 From: Ishan <66240773+D3OXY@users.noreply.github.com> Date: Sat, 16 Jul 2022 21:05:36 +0530 Subject: [PATCH 13/40] Create deoxy --- domains/deoxy | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/deoxy diff --git a/domains/deoxy b/domains/deoxy new file mode 100644 index 000000000..83e5f9108 --- /dev/null +++ b/domains/deoxy @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Deoxy", + "email": "deoxy@deoxy.tech" + }, + "record": { + "CNAME": "deoxy.tech" + } +} From 3d0f8f7f85032de18a85d5a31e2036e82f035023 Mon Sep 17 00:00:00 2001 From: Kaivalyamani Tripathi <60978175+Kaivalya4@users.noreply.github.com> Date: Sat, 16 Jul 2022 23:05:18 +0530 Subject: [PATCH 14/40] Delete ktportfolio.json --- domains/ktportfolio.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/ktportfolio.json diff --git a/domains/ktportfolio.json b/domains/ktportfolio.json deleted file mode 100644 index c2135f7a4..000000000 --- a/domains/ktportfolio.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "I will use it for my Portfolio website", - "repo": "https://github.com/Kaivalya4/Kaivalya4.github.io", - "owner": { - "username": "Kaivalya4", - "email": "kaivalya8674@gmail.com" - }, - "record": { - "CNAME": "Kaivalya4.github.io" - } -} From 398d2c70af741fef307d0216dd3cb2e3765434cd Mon Sep 17 00:00:00 2001 From: DominicFilice Date: Sat, 16 Jul 2022 15:38:13 -0700 Subject: [PATCH 15/40] feat: Added domain programatically --- domains/dom.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dom.json diff --git a/domains/dom.json b/domains/dom.json new file mode 100644 index 000000000..2d948c212 --- /dev/null +++ b/domains/dom.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "DominicFilice", + "email": "dominic@filiceenterprises.com" + }, + "record": { + "CNAME": "dsc.gg/minecraftanarchy" + } + } + \ No newline at end of file From 8baf73d9ab00556d82e78fcd977bc3e2bc252781 Mon Sep 17 00:00:00 2001 From: Edge <69719569+omxpro@users.noreply.github.com> Date: Sun, 17 Jul 2022 17:07:48 +0530 Subject: [PATCH 16/40] Added Domain with mail --- domains/om.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/om.json b/domains/om.json index dc15cda02..f35fefb7a 100644 --- a/domains/om.json +++ b/domains/om.json @@ -1,5 +1,5 @@ { - "description": "Portfolio - a simple portfolio website for Omxpro. It's in Beta Stages. Thanks for visiting my Portfolio! I hope to see you again.", + "description": "Portfolio - a simple portfolio website for Omxpro. It's in Beta Stages. Thanks for visiting my Portfolio! I hope to see you again. This also serves as a mail for my domain", "repo": "https://github.com/omxpro/portfolio-cf", "owner": { "username": "omxpro", @@ -7,6 +7,8 @@ "twitter": "DaRealOmxpro" }, "record": { - "CNAME": "portfolio-cf.pages.dev" + "A": ["172.66.44.237","172.66.47.19"], + "MX": ["mx1.improvmx.com","mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 112795dda17e6444fbd461daaa8de6bb5ecb5098 Mon Sep 17 00:00:00 2001 From: omxpro Date: Sun, 17 Jul 2022 12:27:54 +0000 Subject: [PATCH 17/40] removed un needed domains --- domains/beta.om.json | 11 ----------- domains/mail.om.json | 19 ------------------- 2 files changed, 30 deletions(-) delete mode 100644 domains/beta.om.json delete mode 100644 domains/mail.om.json diff --git a/domains/beta.om.json b/domains/beta.om.json deleted file mode 100644 index ab1d996b8..000000000 --- a/domains/beta.om.json +++ /dev/null @@ -1,11 +0,0 @@ - - { - "owner": { - "username": "omxpro", - "email": "omsenjalia@gmail.com" - }, - "record": { - "CNAME": "omxpro.github.io" - } - } - \ No newline at end of file diff --git a/domains/mail.om.json b/domains/mail.om.json deleted file mode 100644 index 2cb45d699..000000000 --- a/domains/mail.om.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "repo": "https://github.com/omxpro/portfolio-cf", - "description": "My email forwarder to discord", - "owner": { - "username": "omxpro", - "email": "omsenjalia+email@gmail.com", - "discord": "OmxproYT#1165" - }, - "record": { - "A": [ - "198.27.83.178" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} From 1b9b39f1a9c2da77e33bce7bd89171648e452ea2 Mon Sep 17 00:00:00 2001 From: George <88823233+Georgee1337@users.noreply.github.com> Date: Sun, 17 Jul 2022 15:28:53 +0300 Subject: [PATCH 18/40] Add files via upload --- domains/georgee.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/georgee.json diff --git a/domains/georgee.json b/domains/georgee.json new file mode 100644 index 000000000..6c9eda88c --- /dev/null +++ b/domains/georgee.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "George", + "email": "contact@georgexv.ru" + }, + "record": { + "URL": "https://georgexv.ru/" + } +} \ No newline at end of file From 96caa103137f7e6296d70a7a66b73a551be125cd Mon Sep 17 00:00:00 2001 From: eaxly <62254492+eaxly@users.noreply.github.com> Date: Sun, 17 Jul 2022 16:48:01 +0200 Subject: [PATCH 19/40] switch from github pages to codeberg.page just gonna try this out. https://codeberg.page is the official site --- domains/eax.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/eax.json b/domains/eax.json index e3af4cf06..8b49879e6 100644 --- a/domains/eax.json +++ b/domains/eax.json @@ -1,11 +1,11 @@ { "description": "is-a.dev website of eaxly", - "repo": "https://github.com/eaxly/eaxly.github.io", + "repo": "https://codeberg.org/eax/website", "owner": { "username": "eaxly", "email": "extinctaxolotl@protonmail.com" }, "record": { - "CNAME": "eaxly.github.io" + "CNAME": "eax.codeberg.page" } } From 5a4aaad5b7108252534405d809d97df125434041 Mon Sep 17 00:00:00 2001 From: win11bot Date: Sun, 17 Jul 2022 17:33:30 +0100 Subject: [PATCH 20/40] feat: Added domain programatically --- domains/mx.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mx.json diff --git a/domains/mx.json b/domains/mx.json new file mode 100644 index 000000000..f2570da36 --- /dev/null +++ b/domains/mx.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "win11bot", + "email": "w11bot@andrewstech.me" + }, + "record": { + "A": ["178.128.174.110"] + } + } + \ No newline at end of file From 4676fa5879e7ccd9cc1f2c1586c837ed75cd17dc Mon Sep 17 00:00:00 2001 From: Win11 in React Bot Date: Sun, 17 Jul 2022 18:55:51 +0100 Subject: [PATCH 21/40] Rename mx.json to s.json --- domains/{mx.json => s.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{mx.json => s.json} (98%) diff --git a/domains/mx.json b/domains/s.json similarity index 98% rename from domains/mx.json rename to domains/s.json index f2570da36..e05cdddb7 100644 --- a/domains/mx.json +++ b/domains/s.json @@ -8,4 +8,4 @@ "A": ["178.128.174.110"] } } - \ No newline at end of file + From 261c2f3781e603cbb84e6c1d62eaa10fa9640590 Mon Sep 17 00:00:00 2001 From: Win11 in React Bot Date: Sun, 17 Jul 2022 18:58:01 +0100 Subject: [PATCH 22/40] Rename short.json to _s.json --- domains/{s.json => _s.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{s.json => _s.json} (100%) diff --git a/domains/s.json b/domains/_s.json similarity index 100% rename from domains/s.json rename to domains/_s.json From 34f29983ce9ca5692664e6c455d29d32e5dbf12d Mon Sep 17 00:00:00 2001 From: Win11 in React Bot Date: Sun, 17 Jul 2022 18:59:30 +0100 Subject: [PATCH 23/40] Rename _s.json to ss.json --- domains/{_s.json => ss.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_s.json => ss.json} (100%) diff --git a/domains/_s.json b/domains/ss.json similarity index 100% rename from domains/_s.json rename to domains/ss.json From c992fc70f141635226fd2a187b4780d41586c5e8 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Mon, 18 Jul 2022 08:57:57 +0100 Subject: [PATCH 24/40] Fix --- domains/dom.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/dom.json b/domains/dom.json index 2d948c212..a213fd9bc 100644 --- a/domains/dom.json +++ b/domains/dom.json @@ -5,7 +5,7 @@ "email": "dominic@filiceenterprises.com" }, "record": { - "CNAME": "dsc.gg/minecraftanarchy" + "URL": "https://dsc.gg/minecraftanarchy" } } - \ No newline at end of file + From 7e8b2bc9b4e6506d8fffa6a3e6f3442ea181fc23 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 18 Jul 2022 17:02:43 +0800 Subject: [PATCH 25/40] Change from CNAME to URL --- domains/william.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/william.json b/domains/william.json index 42483e170..e8a991c9c 100644 --- a/domains/william.json +++ b/domains/william.json @@ -5,6 +5,6 @@ }, "record": { - "CNAME": "edge.redirect.pizza" + "URL": "https://williamharrison.dev" } } From a3a754423929d6d6c5175a4d68243cd9d25d8a93 Mon Sep 17 00:00:00 2001 From: Levani Vashadze <100613979+LevaniVashadze@users.noreply.github.com> Date: Mon, 18 Jul 2022 14:23:32 +0400 Subject: [PATCH 26/40] change CNAME --- domains/levani.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/levani.json b/domains/levani.json index 9960ff9d3..d90435947 100644 --- a/domains/levani.json +++ b/domains/levani.json @@ -4,6 +4,6 @@ "email": "vashadzelevani11@gmail.com" }, "record": { - "CNAME": "levani.herokuapp.com" + "CNAME": "levani.github.io" } } From 55284c503dfe9be4603e4db4d7f744b15a6d3825 Mon Sep 17 00:00:00 2001 From: Levani Vashadze <100613979+LevaniVashadze@users.noreply.github.com> Date: Mon, 18 Jul 2022 14:47:02 +0400 Subject: [PATCH 27/40] change CNAME --- domains/levani.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/levani.json b/domains/levani.json index d90435947..de5c18571 100644 --- a/domains/levani.json +++ b/domains/levani.json @@ -4,6 +4,6 @@ "email": "vashadzelevani11@gmail.com" }, "record": { - "CNAME": "levani.github.io" + "CNAME": "LevaniVashadze.github.io" } } From d17e791cd9950c10128918c8ecbaf472f0009830 Mon Sep 17 00:00:00 2001 From: Mai1ii Date: Mon, 18 Jul 2022 20:11:46 +0800 Subject: [PATCH 28/40] feat: Added domain programatically --- domains/yurihsq.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/yurihsq.json diff --git a/domains/yurihsq.json b/domains/yurihsq.json new file mode 100644 index 000000000..3694e7044 --- /dev/null +++ b/domains/yurihsq.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Mai1ii", + "email": "micomacabali14@gmail.com" + }, + "record": { + "CNAME": "mai1ii.github.io" + } + } + \ No newline at end of file From f033c14f7f321f3e53779807201e633ba604a377 Mon Sep 17 00:00:00 2001 From: TianTcl <49802993+TianTcl@users.noreply.github.com> Date: Tue, 19 Jul 2022 08:29:20 +0700 Subject: [PATCH 29/40] Add TianTcl subdomain --- domains/tcl.json | 11 +++++++++++ domains/tiantcl.json | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 domains/tcl.json create mode 100644 domains/tiantcl.json diff --git a/domains/tcl.json b/domains/tcl.json new file mode 100644 index 000000000..171d2270d --- /dev/null +++ b/domains/tcl.json @@ -0,0 +1,11 @@ +{ + "description": "TianTcl infosite.", + "repo": "https://github.com/TianTcl/TianTcl", + "owner": { + "username": "TianTcl", + "email": "", + "twitter": "TianTcl" + }, "record": { + "CNAME": "info.TianTcl.net" + }, "proxied": false +} \ No newline at end of file diff --git a/domains/tiantcl.json b/domains/tiantcl.json new file mode 100644 index 000000000..171d2270d --- /dev/null +++ b/domains/tiantcl.json @@ -0,0 +1,11 @@ +{ + "description": "TianTcl infosite.", + "repo": "https://github.com/TianTcl/TianTcl", + "owner": { + "username": "TianTcl", + "email": "", + "twitter": "TianTcl" + }, "record": { + "CNAME": "info.TianTcl.net" + }, "proxied": false +} \ No newline at end of file From 50a964347ef92d8ef13be5f5ada232d30d47fb3e Mon Sep 17 00:00:00 2001 From: TianTcl <49802993+TianTcl@users.noreply.github.com> Date: Tue, 19 Jul 2022 08:34:57 +0700 Subject: [PATCH 30/40] Update TianTcl's owner information --- domains/tcl.json | 5 ++--- domains/tiantcl.json | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/domains/tcl.json b/domains/tcl.json index 171d2270d..849650cdc 100644 --- a/domains/tcl.json +++ b/domains/tcl.json @@ -3,9 +3,8 @@ "repo": "https://github.com/TianTcl/TianTcl", "owner": { "username": "TianTcl", - "email": "", - "twitter": "TianTcl" + "email": "tclwebguest@gmail.com" }, "record": { "CNAME": "info.TianTcl.net" - }, "proxied": false + } } \ No newline at end of file diff --git a/domains/tiantcl.json b/domains/tiantcl.json index 171d2270d..849650cdc 100644 --- a/domains/tiantcl.json +++ b/domains/tiantcl.json @@ -3,9 +3,8 @@ "repo": "https://github.com/TianTcl/TianTcl", "owner": { "username": "TianTcl", - "email": "", - "twitter": "TianTcl" + "email": "tclwebguest@gmail.com" }, "record": { "CNAME": "info.TianTcl.net" - }, "proxied": false + } } \ No newline at end of file From 0267ffa4031380e17c2a19e49db7ae7eda0f8aa0 Mon Sep 17 00:00:00 2001 From: "Tecillium (UFDT)" <49802993+TianTcl@users.noreply.github.com> Date: Tue, 19 Jul 2022 10:39:14 +0700 Subject: [PATCH 31/40] Update TianTcl's subdomain --- domains/tcl.json | 2 +- domains/tiantcl.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/tcl.json b/domains/tcl.json index 849650cdc..c694e78f1 100644 --- a/domains/tcl.json +++ b/domains/tcl.json @@ -1,5 +1,5 @@ { - "description": "TianTcl infosite.", + "description": "TianTcl's profile", "repo": "https://github.com/TianTcl/TianTcl", "owner": { "username": "TianTcl", diff --git a/domains/tiantcl.json b/domains/tiantcl.json index 849650cdc..c694e78f1 100644 --- a/domains/tiantcl.json +++ b/domains/tiantcl.json @@ -1,5 +1,5 @@ { - "description": "TianTcl infosite.", + "description": "TianTcl's profile", "repo": "https://github.com/TianTcl/TianTcl", "owner": { "username": "TianTcl", From 6512fedcb09c4c99656018de0d680c6ee843f854 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Tue, 19 Jul 2022 10:50:53 +0700 Subject: [PATCH 32/40] Update domains/tiantcl.json --- domains/tiantcl.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/tiantcl.json b/domains/tiantcl.json index c694e78f1..9c66dd642 100644 --- a/domains/tiantcl.json +++ b/domains/tiantcl.json @@ -5,6 +5,7 @@ "username": "TianTcl", "email": "tclwebguest@gmail.com" }, "record": { - "CNAME": "info.TianTcl.net" + "CNAME": "info.tiantcl.net" + } } \ No newline at end of file From aa5e9a40e4ede1830fd47b14beb21f0d6a91966f Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Tue, 19 Jul 2022 10:50:58 +0700 Subject: [PATCH 33/40] Update domains/tcl.json --- domains/tcl.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/tcl.json b/domains/tcl.json index c694e78f1..9c66dd642 100644 --- a/domains/tcl.json +++ b/domains/tcl.json @@ -5,6 +5,7 @@ "username": "TianTcl", "email": "tclwebguest@gmail.com" }, "record": { - "CNAME": "info.TianTcl.net" + "CNAME": "info.tiantcl.net" + } } \ No newline at end of file From 0251ee342f817465aec154eb4cc66d75a9c243bc Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Tue, 19 Jul 2022 10:55:15 +0700 Subject: [PATCH 34/40] Update and rename deoxy to deoxy.json --- domains/{deoxy => deoxy.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{deoxy => deoxy.json} (79%) diff --git a/domains/deoxy b/domains/deoxy.json similarity index 79% rename from domains/deoxy rename to domains/deoxy.json index 83e5f9108..cb1adf33f 100644 --- a/domains/deoxy +++ b/domains/deoxy.json @@ -1,6 +1,6 @@ { "owner": { - "username": "Deoxy", + "username": "D3oxy", "email": "deoxy@deoxy.tech" }, "record": { From eeb196e2fccc36ad131a3acb6b255756f9debb43 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Tue, 19 Jul 2022 10:58:25 +0700 Subject: [PATCH 35/40] Update domains/georgee.json --- domains/georgee.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/georgee.json b/domains/georgee.json index 6c9eda88c..174a78729 100644 --- a/domains/georgee.json +++ b/domains/georgee.json @@ -1,6 +1,7 @@ { "owner": { - "username": "George", + "username": "Georgee1337", + "email": "contact@georgexv.ru" }, "record": { From c8b32680262c3b2e159ca6656bf274f8da8f9750 Mon Sep 17 00:00:00 2001 From: CYCNO Date: Tue, 19 Jul 2022 15:34:40 +0530 Subject: [PATCH 36/40] feat: Added domain programatically --- domains/cycno.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/cycno.json diff --git a/domains/cycno.json b/domains/cycno.json new file mode 100644 index 000000000..ff6543c4f --- /dev/null +++ b/domains/cycno.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "CYCNO", + "email": "daniyalchunna2@gmail.com" + }, + "record": { + "CNAME": "cycno.github.io" + } + } + \ No newline at end of file From d59a6953fc8d2e97ec7bcb46346c5d91b7024add Mon Sep 17 00:00:00 2001 From: saya Date: Tue, 19 Jul 2022 16:35:26 +0500 Subject: [PATCH 37/40] Update and rename yan.json to saya.json --- domains/{yan.json => saya.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{yan.json => saya.json} (87%) diff --git a/domains/yan.json b/domains/saya.json similarity index 87% rename from domains/yan.json rename to domains/saya.json index 08e410caf..1fa51a57e 100644 --- a/domains/yan.json +++ b/domains/saya.json @@ -1,5 +1,5 @@ { - "description": "yan's site", + "description": "saya's site", "repo": "https://github.com/yanNotDev/yanNotDev.github.io", "owner": { "username": "yanNotDev", From 26fd948bacf4b8f88fcd6c6177027e7d6b4128fa Mon Sep 17 00:00:00 2001 From: Cucusise Date: Tue, 19 Jul 2022 23:59:41 +0200 Subject: [PATCH 38/40] feat: Added domain programatically --- domains/cucusise.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/cucusise.json diff --git a/domains/cucusise.json b/domains/cucusise.json new file mode 100644 index 000000000..9d55e8185 --- /dev/null +++ b/domains/cucusise.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Cucusise", + "email": "cucusise@gmail.com" + }, + "record": { + "CNAME": "cucusise.github.io" + } + } + \ No newline at end of file From 3cd2d5acf5ab43859aecd94681f35bacc89350fc Mon Sep 17 00:00:00 2001 From: Cucusise Date: Wed, 20 Jul 2022 00:00:07 +0200 Subject: [PATCH 39/40] feat: Added domain programatically --- domains/cucusise.is-a.dev.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/cucusise.is-a.dev.json diff --git a/domains/cucusise.is-a.dev.json b/domains/cucusise.is-a.dev.json new file mode 100644 index 000000000..9d55e8185 --- /dev/null +++ b/domains/cucusise.is-a.dev.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Cucusise", + "email": "cucusise@gmail.com" + }, + "record": { + "CNAME": "cucusise.github.io" + } + } + \ No newline at end of file From 6aa2f6efb335730ce8c42bd201e8a2a3f8336207 Mon Sep 17 00:00:00 2001 From: Hackermon <60828015+hackermondev@users.noreply.github.com> Date: Tue, 19 Jul 2022 18:42:33 -0400 Subject: [PATCH 40/40] Delete cucusise.is-a.dev.json --- domains/cucusise.is-a.dev.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/cucusise.is-a.dev.json diff --git a/domains/cucusise.is-a.dev.json b/domains/cucusise.is-a.dev.json deleted file mode 100644 index 9d55e8185..000000000 --- a/domains/cucusise.is-a.dev.json +++ /dev/null @@ -1,11 +0,0 @@ - - { - "owner": { - "username": "Cucusise", - "email": "cucusise@gmail.com" - }, - "record": { - "CNAME": "cucusise.github.io" - } - } - \ No newline at end of file