From ce6028c096531448aeb9a2b58c8bfbedfca2ef4f Mon Sep 17 00:00:00 2001 From: Vaibhav Dhiman Date: Mon, 28 Mar 2022 09:48:09 +0530 Subject: [PATCH 01/10] Added mousemoosz domain and sub-domains --- domains/mc.mousemoosz.json | 10 ++++++++++ domains/mousemoosz.json | 10 ++++++++++ domains/status.mousemoosz.json | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 domains/mc.mousemoosz.json create mode 100644 domains/mousemoosz.json create mode 100644 domains/status.mousemoosz.json diff --git a/domains/mc.mousemoosz.json b/domains/mc.mousemoosz.json new file mode 100644 index 000000000..d8b760671 --- /dev/null +++ b/domains/mc.mousemoosz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "MouseMoosz", + "email": "mousemoosz@protonmail.com" + "description": "For my Minecraft server" + } + "record": { + "CNAME": "ge.terohost.com" + } +} \ No newline at end of file diff --git a/domains/mousemoosz.json b/domains/mousemoosz.json new file mode 100644 index 000000000..0efd32552 --- /dev/null +++ b/domains/mousemoosz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "MouseMoosz", + "email": "mousemoosz@protonmail.com" + "description": "For my website" + } + "record": { + "CNAME": "mousemoosz.netlify.app" + } +} \ No newline at end of file diff --git a/domains/status.mousemoosz.json b/domains/status.mousemoosz.json new file mode 100644 index 000000000..f88ed9b37 --- /dev/null +++ b/domains/status.mousemoosz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "MouseMoosz", + "email": "mousemoosz@protonmail.com" + "description": "For statuspage" + } + "record": { + "CNAME": "mousemoosz.statuspage.io" + } +} \ No newline at end of file From 097f50bb39ae15372829d5f4bb570b1059c929f4 Mon Sep 17 00:00:00 2001 From: Vaibhav Dhiman Date: Mon, 28 Mar 2022 11:25:24 +0530 Subject: [PATCH 02/10] Changed from netlify to gh pages --- domains/mousemoosz.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/mousemoosz.json b/domains/mousemoosz.json index 0efd32552..71dce0668 100644 --- a/domains/mousemoosz.json +++ b/domains/mousemoosz.json @@ -5,6 +5,6 @@ "description": "For my website" } "record": { - "CNAME": "mousemoosz.netlify.app" + "CNAME": "mousemoosz.github.io" } -} \ No newline at end of file +} From c8e904a0352593902be2fe677acca45cc7182361 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 28 Mar 2022 13:01:55 +0700 Subject: [PATCH 03/10] fix json shit --- domains/mc.mousemoosz.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/mc.mousemoosz.json b/domains/mc.mousemoosz.json index d8b760671..d9d36d418 100644 --- a/domains/mc.mousemoosz.json +++ b/domains/mc.mousemoosz.json @@ -1,10 +1,10 @@ { "owner": { "username": "MouseMoosz", - "email": "mousemoosz@protonmail.com" + "email": "mousemoosz@protonmail.com", "description": "For my Minecraft server" } "record": { "CNAME": "ge.terohost.com" } -} \ No newline at end of file +} From 03f243a794d59c42a797d01e6e95b508ee44b59f Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 28 Mar 2022 13:02:27 +0700 Subject: [PATCH 04/10] refactor json --- domains/mc.mousemoosz.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/mc.mousemoosz.json b/domains/mc.mousemoosz.json index d9d36d418..fec914126 100644 --- a/domains/mc.mousemoosz.json +++ b/domains/mc.mousemoosz.json @@ -1,8 +1,8 @@ { + "description": "For my Minecraft server" "owner": { "username": "MouseMoosz", - "email": "mousemoosz@protonmail.com", - "description": "For my Minecraft server" + "email": "mousemoosz@protonmail.com" } "record": { "CNAME": "ge.terohost.com" From adf0410da46bf33e66e327131af57c27e5b585fa Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 28 Mar 2022 13:02:58 +0700 Subject: [PATCH 05/10] refactor json v2 --- domains/mousemoosz.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/mousemoosz.json b/domains/mousemoosz.json index 71dce0668..9397ecbad 100644 --- a/domains/mousemoosz.json +++ b/domains/mousemoosz.json @@ -1,9 +1,9 @@ { + "description": "For my website" "owner": { "username": "MouseMoosz", "email": "mousemoosz@protonmail.com" - "description": "For my website" - } + }, "record": { "CNAME": "mousemoosz.github.io" } From 61cdbcd01bc87aa1f63130ef387fab92980ef499 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 28 Mar 2022 13:03:22 +0700 Subject: [PATCH 06/10] refactor json v3 --- domains/mc.mousemoosz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mc.mousemoosz.json b/domains/mc.mousemoosz.json index fec914126..0499d778a 100644 --- a/domains/mc.mousemoosz.json +++ b/domains/mc.mousemoosz.json @@ -3,7 +3,7 @@ "owner": { "username": "MouseMoosz", "email": "mousemoosz@protonmail.com" - } + }, "record": { "CNAME": "ge.terohost.com" } From d7f94089a879b7443e9b9f56cecc3a71224c5327 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 28 Mar 2022 13:04:19 +0700 Subject: [PATCH 07/10] json shit v4 --- domains/status.mousemoosz.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/status.mousemoosz.json b/domains/status.mousemoosz.json index f88ed9b37..5f0a7eafc 100644 --- a/domains/status.mousemoosz.json +++ b/domains/status.mousemoosz.json @@ -1,10 +1,10 @@ { + "description": "For statuspage" "owner": { "username": "MouseMoosz", "email": "mousemoosz@protonmail.com" - "description": "For statuspage" - } + }, "record": { "CNAME": "mousemoosz.statuspage.io" } -} \ No newline at end of file +} From d9ec202dce6380ba09d018caa56932f36c5efd18 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 28 Mar 2022 13:06:51 +0700 Subject: [PATCH 08/10] json v5 --- domains/mc.mousemoosz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mc.mousemoosz.json b/domains/mc.mousemoosz.json index 0499d778a..9aa2faa62 100644 --- a/domains/mc.mousemoosz.json +++ b/domains/mc.mousemoosz.json @@ -1,5 +1,5 @@ { - "description": "For my Minecraft server" + "description": "For my Minecraft server", "owner": { "username": "MouseMoosz", "email": "mousemoosz@protonmail.com" From 41b02cf181c7d55e16bffe47414065206e9f0ff1 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 28 Mar 2022 13:07:03 +0700 Subject: [PATCH 09/10] json v6 --- domains/mousemoosz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mousemoosz.json b/domains/mousemoosz.json index 9397ecbad..66c9d6b76 100644 --- a/domains/mousemoosz.json +++ b/domains/mousemoosz.json @@ -1,5 +1,5 @@ { - "description": "For my website" + "description": "For my website", "owner": { "username": "MouseMoosz", "email": "mousemoosz@protonmail.com" From d372f8336d34ccf43a9948fa63369c151d5a3726 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 28 Mar 2022 13:07:25 +0700 Subject: [PATCH 10/10] json *again* --- domains/status.mousemoosz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/status.mousemoosz.json b/domains/status.mousemoosz.json index 5f0a7eafc..dcbda452d 100644 --- a/domains/status.mousemoosz.json +++ b/domains/status.mousemoosz.json @@ -1,5 +1,5 @@ { - "description": "For statuspage" + "description": "For statuspage", "owner": { "username": "MouseMoosz", "email": "mousemoosz@protonmail.com"