From c5faa954a0d8358c9bcc3578af149f8d4565592f Mon Sep 17 00:00:00 2001 From: alas Date: Fri, 31 Jan 2025 17:57:30 +0100 Subject: [PATCH 1/5] Create alas.json --- domains/alas.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/alas.json diff --git a/domains/alas.json b/domains/alas.json new file mode 100644 index 000000000..4831db9b5 --- /dev/null +++ b/domains/alas.json @@ -0,0 +1,16 @@ +{ + "description": "better domain for a portfolio website and email", + "repo": "https://github.com/alastrantia/alastrantia.github.io", + "owner": { + "username": "alastrantia", + "email": "niklasnoneedtoknow@gmail.com" + }, + "record": { + "CNAME": "alastrantia.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + }, + "proxied": true +} From b5a82f48e23f9f9532e47d5d1a6746760e2d19c8 Mon Sep 17 00:00:00 2001 From: alas Date: Sat, 1 Feb 2025 18:28:15 +0100 Subject: [PATCH 2/5] Update alas.json --- domains/alas.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/alas.json b/domains/alas.json index 4831db9b5..ce825184d 100644 --- a/domains/alas.json +++ b/domains/alas.json @@ -6,10 +6,10 @@ "email": "niklasnoneedtoknow@gmail.com" }, "record": { - "CNAME": "alastrantia.github.io", + "URL": "alastrantia.github.io", "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" + "mx1.improvmx.com", + "mx2.improvmx.com" ] }, "proxied": true From 624035ec20a426c9cac22fa1b57596e8cd8fc63f Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 1 Feb 2025 20:10:23 +0200 Subject: [PATCH 3/5] Username has to be exact. --- domains/alas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/alas.json b/domains/alas.json index ce825184d..cccdc17c9 100644 --- a/domains/alas.json +++ b/domains/alas.json @@ -2,7 +2,7 @@ "description": "better domain for a portfolio website and email", "repo": "https://github.com/alastrantia/alastrantia.github.io", "owner": { - "username": "alastrantia", + "username": "Alastrantia", "email": "niklasnoneedtoknow@gmail.com" }, "record": { From 7071c5241177580d3e19f9c65f08e2d5b61c42d8 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 1 Feb 2025 20:11:09 +0200 Subject: [PATCH 4/5] Welp, I'm dumb --- domains/alas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/alas.json b/domains/alas.json index cccdc17c9..122577b37 100644 --- a/domains/alas.json +++ b/domains/alas.json @@ -6,7 +6,7 @@ "email": "niklasnoneedtoknow@gmail.com" }, "record": { - "URL": "alastrantia.github.io", + "URL": "https://alastrantia.github.io", "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" From 038e3b04b2d3eca4e6a85be73bf0cbc01e1b7f8c Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 1 Feb 2025 20:12:09 +0200 Subject: [PATCH 5/5] Thanks proxied line --- domains/alas.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/alas.json b/domains/alas.json index 122577b37..372591b1d 100644 --- a/domains/alas.json +++ b/domains/alas.json @@ -11,6 +11,5 @@ "mx1.improvmx.com", "mx2.improvmx.com" ] - }, - "proxied": true + } }