From 44a0a7c6ae9e004866ca629f80cf7efe95fa1864 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Mon, 18 Jan 2021 14:58:39 +0000 Subject: [PATCH 1/4] 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 1c116e1e334140425016ae562ef345d5d1976516 Mon Sep 17 00:00:00 2001 From: chandrakant Date: Mon, 18 Jan 2021 22:58:26 +0530 Subject: [PATCH 2/4] Created chandrakant.json --- domains/chandrakant.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/chandrakant.json diff --git a/domains/chandrakant.json b/domains/chandrakant.json new file mode 100644 index 000000000..d32d25b34 --- /dev/null +++ b/domains/chandrakant.json @@ -0,0 +1,10 @@ +{ + "description": "Chandrakant's Work", + "owner": { + "username": "chandrakaant", + "email": "chandrakantpatel23@gmail.com" + }, + "record": { + "CNAME": "chandrakaant.github.io" + } +} \ No newline at end of file From 454f318a60a6db0d0b5e871f25d54b501e1c719e Mon Sep 17 00:00:00 2001 From: Termonoid Date: Mon, 18 Jan 2021 22:04:04 +0300 Subject: [PATCH 3/4] 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 4/4] 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" + } +}