From 73d2285c56b1ea94d8e1259860a4095fd692f939 Mon Sep 17 00:00:00 2001 From: Harshad Bhandwaldar <89623135+hb0313@users.noreply.github.com> Date: Wed, 11 Jan 2023 14:53:03 -0500 Subject: [PATCH 1/4] Added picloud --- domains/picloud.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/picloud.json diff --git a/domains/picloud.json b/domains/picloud.json new file mode 100644 index 000000000..5cdfc3a15 --- /dev/null +++ b/domains/picloud.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "hb0313", + "email": "hbhandwaldar@gmail.com" + }, + "record": { + "CNAME": "https://sites.google.com/view/pihome1/home" + } + } + \ No newline at end of file From f1c3e66e566d5d2d8e4e9540062c596a9d7d4ffb Mon Sep 17 00:00:00 2001 From: hb0313 Date: Sat, 28 Jan 2023 14:26:32 -0500 Subject: [PATCH 2/4] feat(domain): harshad.is-a.dev --- domains/harshad.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/harshad.json diff --git a/domains/harshad.json b/domains/harshad.json new file mode 100644 index 000000000..24e7ab42e --- /dev/null +++ b/domains/harshad.json @@ -0,0 +1,11 @@ + +{ + "owner": { + "username": "hb0313", + "email": "hbhandwaldar@gmail.com" + }, + "record": { + "CNAME": "https://hb0313.github.io/home/" + } +} + \ No newline at end of file From 12c8be7595fc623b5198c3b1fb4817aebb8635c1 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 29 Jan 2023 06:42:02 +0800 Subject: [PATCH 3/4] Update harshad.json --- domains/harshad.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/harshad.json b/domains/harshad.json index 24e7ab42e..f062c7a37 100644 --- a/domains/harshad.json +++ b/domains/harshad.json @@ -1,11 +1,9 @@ - { "owner": { "username": "hb0313", "email": "hbhandwaldar@gmail.com" }, "record": { - "CNAME": "https://hb0313.github.io/home/" + "CNAME": "hb0313.github.io" } } - \ No newline at end of file From 0e537ee9fe7bd0c4f570879baec19de9b6c63276 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 29 Jan 2023 06:42:51 +0800 Subject: [PATCH 4/4] fix record --- domains/picloud.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/picloud.json b/domains/picloud.json index 5cdfc3a15..0f5bc2e1e 100644 --- a/domains/picloud.json +++ b/domains/picloud.json @@ -5,7 +5,7 @@ "email": "hbhandwaldar@gmail.com" }, "record": { - "CNAME": "https://sites.google.com/view/pihome1/home" + "URL": "https://sites.google.com/view/pihome1/home" } } - \ No newline at end of file +