From 624b5568332c6b43d3062ab94a4c749c8927a15a Mon Sep 17 00:00:00 2001 From: Piyush Bhangale Date: Sat, 16 Jan 2021 06:12:18 -0800 Subject: [PATCH 1/6] Change redirect to default github pages --- domains/piyush.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/piyush.json b/domains/piyush.json index 6c45dd23d..175077ef7 100644 --- a/domains/piyush.json +++ b/domains/piyush.json @@ -5,6 +5,6 @@ "email": "bhangalepiyush@gmail.com" }, "record": { - "URL": "https://piyush.codes" + "URL": "https://officialpiyush.github.io" } -} \ No newline at end of file +} From 92f30579455fee7c24bdbb7c7eba7644f1894d69 Mon Sep 17 00:00:00 2001 From: Joe Lee Official <70639311+joeleeofficial@users.noreply.github.com> Date: Mon, 18 Jan 2021 09:58:00 +0800 Subject: [PATCH 2/6] Create discord.json --- domains/discord.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/discord.json diff --git a/domains/discord.json b/domains/discord.json new file mode 100644 index 000000000..35a36caa8 --- /dev/null +++ b/domains/discord.json @@ -0,0 +1,11 @@ +{ + "description": "a discord bot website", + "repo": "https://github.com/botstudios", + "owner": { + "username": "BotStudios", + "email": "tojoeleeofficial@gmail.com" + }, + "record": { + "CNAME": "botstudios.github.io" + } +} From e2291f44238f74087fa58bb8872464667068292e Mon Sep 17 00:00:00 2001 From: Basilicous <59167551+LowSpecCorgi@users.noreply.github.com> Date: Mon, 18 Jan 2021 14:18:11 +0000 Subject: [PATCH 3/6] Added myself :D --- domains/basil.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/basil.json diff --git a/domains/basil.json b/domains/basil.json new file mode 100644 index 000000000..bc0a52de9 --- /dev/null +++ b/domains/basil.json @@ -0,0 +1,12 @@ +{ + "description": "Basils' website", + "repo": "https://github.com/LowSpecCorgi/LowSpecCorgi.github.io", + "owner": { + "username": "LowSpecCorgi", + "email": "haroldthesenpai@gmail.com", + "twitter": "basilicous" + }, + "record": { + "CNAME": "LowSpeCorgi.github.io" + } +} From 44a0a7c6ae9e004866ca629f80cf7efe95fa1864 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Mon, 18 Jan 2021 14:58:39 +0000 Subject: [PATCH 4/6] Create derpy.json --- domains/derpy.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/derpy.json diff --git a/domains/derpy.json b/domains/derpy.json new file mode 100644 index 000000000..89eafdaf5 --- /dev/null +++ b/domains/derpy.json @@ -0,0 +1,11 @@ +{ + "description": "Student and developer in the United Kingdom.", + "repo": "https://github.com/ohlookitsderpy", + "record": { + "URL": "https://derpyenterprises.org" + }, + "owner": { + "username": "ohlookitsderpy", + "email": "contact@derpyenterprises.org" + } +} From 454f318a60a6db0d0b5e871f25d54b501e1c719e Mon Sep 17 00:00:00 2001 From: Termonoid Date: Mon, 18 Jan 2021 22:04:04 +0300 Subject: [PATCH 5/6] Reconfigure termonoid.json to self-hosted server --- domains/termonoid.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/domains/termonoid.json b/domains/termonoid.json index e26c2af50..fd2ea03de 100644 --- a/domains/termonoid.json +++ b/domains/termonoid.json @@ -1,12 +1,14 @@ { - "description": "my nickname, for using with github pages", - "repo": "https://github.com/termonoid/termonoid.github.io", + "description": "Domain for personal server", + "repo": "https://github.com/Termonoid/", "owner": { "username": "Termonoid", "email": "termonoid@cumallover.me", "telegram": "termonoid" }, "record": { - "CNAME": "termonoid.github.io" + "A": [ + "51.75.248.116" + ] } -} \ No newline at end of file +} From f81fb5c5637e5afdfbe5d7893df687738090cd49 Mon Sep 17 00:00:00 2001 From: TymanWasTaken <32660892+TymanWasTaken@users.noreply.github.com> Date: Mon, 18 Jan 2021 13:41:15 -0700 Subject: [PATCH 6/6] Create tyman.json --- domains/tyman.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/tyman.json diff --git a/domains/tyman.json b/domains/tyman.json new file mode 100644 index 000000000..3cf33620d --- /dev/null +++ b/domains/tyman.json @@ -0,0 +1,12 @@ +{ + "description": "Tyman's personal developer website", + "repo": "https://github.com/TymanWasTaken/tyman.tech", + "owner": { + "username": "TymanWasTaken", + "email": "", + "discord": "Tyman#7318" + }, + "record": { + "CNAME": "tyman.tech" + } +}