From 9823ea29a86662c80cd3f235698adbca7e234736 Mon Sep 17 00:00:00 2001 From: Joshua Hargreaves Date: Wed, 26 Feb 2025 10:21:12 +0000 Subject: [PATCH 1/5] Create josh.json --- domains/josh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/josh.json diff --git a/domains/josh.json b/domains/josh.json new file mode 100644 index 000000000..8dd0b3ee8 --- /dev/null +++ b/domains/josh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "joshhargreaves", + "email": "me@joshhargreaves.co.uk" + }, + "CNAME": { + "URL": "joshhargreaves.co.uk" + } +} From 16f9995fed4d21b49dd2cbd022d74d010b7ac4d2 Mon Sep 17 00:00:00 2001 From: Joshua Hargreaves Date: Thu, 27 Feb 2025 08:45:31 +0000 Subject: [PATCH 2/5] Update domains/josh.json Co-authored-by: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> --- domains/josh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/josh.json b/domains/josh.json index 8dd0b3ee8..5fdf74fa9 100644 --- a/domains/josh.json +++ b/domains/josh.json @@ -4,6 +4,6 @@ "email": "me@joshhargreaves.co.uk" }, "CNAME": { - "URL": "joshhargreaves.co.uk" + "URL": "http://joshhargreaves.co.uk" } } From b04a59c8fe77f9cb9a55210f9b51320ab3c0af23 Mon Sep 17 00:00:00 2001 From: Joshua Hargreaves Date: Thu, 27 Feb 2025 11:00:12 +0000 Subject: [PATCH 3/5] Update josh.json --- domains/josh.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/josh.json b/domains/josh.json index 5fdf74fa9..40b563016 100644 --- a/domains/josh.json +++ b/domains/josh.json @@ -3,7 +3,7 @@ "username": "joshhargreaves", "email": "me@joshhargreaves.co.uk" }, - "CNAME": { - "URL": "http://joshhargreaves.co.uk" - } + "record": { + "CNAME": "http://joshhargreaves.co.uk" + } } From 6632db517053936fd55c68be9fe80b11faa136c4 Mon Sep 17 00:00:00 2001 From: Joshua Hargreaves Date: Thu, 27 Feb 2025 13:13:16 +0000 Subject: [PATCH 4/5] Update josh.json --- domains/josh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/josh.json b/domains/josh.json index 40b563016..5ecec70d2 100644 --- a/domains/josh.json +++ b/domains/josh.json @@ -4,6 +4,6 @@ "email": "me@joshhargreaves.co.uk" }, "record": { - "CNAME": "http://joshhargreaves.co.uk" + "URL": "http://joshhargreaves.co.uk" } } From 437d64881ff1f332cc046cdbeb33e31a099ef181 Mon Sep 17 00:00:00 2001 From: Joshua Hargreaves Date: Thu, 27 Feb 2025 13:19:28 +0000 Subject: [PATCH 5/5] Update josh.json --- domains/josh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/josh.json b/domains/josh.json index 5ecec70d2..cd8aa496e 100644 --- a/domains/josh.json +++ b/domains/josh.json @@ -4,6 +4,6 @@ "email": "me@joshhargreaves.co.uk" }, "record": { - "URL": "http://joshhargreaves.co.uk" + "URL": "https://joshhargreaves.co.uk" } }