From d2f1649a3b4ac6d963ed3d5476592ffceb6e026c Mon Sep 17 00:00:00 2001 From: mackrz Date: Mon, 16 Oct 2023 10:27:20 +0200 Subject: [PATCH 1/6] feat(domain): mackrz.is-a.dev --- domains/mackrz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mackrz.json diff --git a/domains/mackrz.json b/domains/mackrz.json new file mode 100644 index 000000000..3257f9276 --- /dev/null +++ b/domains/mackrz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mackrz", + "email": "macio181@gmail.com" + }, + "record": { + "CNAME": "mackrz.github.io" + } +} From d645b7520517ace47b5ea981f36b859e29df74d7 Mon Sep 17 00:00:00 2001 From: mackrz Date: Mon, 16 Oct 2023 14:26:50 +0200 Subject: [PATCH 2/6] Add TXT record for domain verification --- .idea/.gitignore | 8 ++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/register.iml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ domains/frost.json | 5 ++++- 7 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/register.iml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..13566b81b --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 000000000..105ce2da2 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 000000000..700c18d54 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..a4ca902b4 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/register.iml b/.idea/register.iml new file mode 100644 index 000000000..d0876a78d --- /dev/null +++ b/.idea/register.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..35eb1ddfb --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/domains/frost.json b/domains/frost.json index 86b6dc7dd..f7f3e29e6 100644 --- a/domains/frost.json +++ b/domains/frost.json @@ -6,6 +6,9 @@ "record": { "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "TXT": [ + "v=spf1 a mx ip4:217.174.245.249 ~all", + "_github-pages-challenge-mackrz.frost.is-a.dev=def12fb95f33931df81e99f8e01c5c" + ] } } \ No newline at end of file From 08083b520ae2233a484d9e646997231e2c0b9a03 Mon Sep 17 00:00:00 2001 From: Frost <62436370+mackrz@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:27:32 +0200 Subject: [PATCH 3/6] Delete .idea directory --- .idea/.gitignore | 8 -------- .idea/inspectionProfiles/profiles_settings.xml | 6 ------ .idea/misc.xml | 7 ------- .idea/modules.xml | 8 -------- .idea/register.iml | 8 -------- .idea/vcs.xml | 6 ------ 6 files changed, 43 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/register.iml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b81b..000000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2da2..000000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 700c18d54..000000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index a4ca902b4..000000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/register.iml b/.idea/register.iml deleted file mode 100644 index d0876a78d..000000000 --- a/.idea/register.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddfb..000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file From 388bf34e5c699ceb2a5863c56fabda1717a52813 Mon Sep 17 00:00:00 2001 From: mackrz Date: Mon, 16 Oct 2023 14:30:52 +0200 Subject: [PATCH 4/6] Add TXT record for domain verification and remove additional request for new domain --- domains/mackrz.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/mackrz.json diff --git a/domains/mackrz.json b/domains/mackrz.json deleted file mode 100644 index 3257f9276..000000000 --- a/domains/mackrz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mackrz", - "email": "macio181@gmail.com" - }, - "record": { - "CNAME": "mackrz.github.io" - } -} From b1d98eea9438e5e3886764dc407f4b2f533ad3a5 Mon Sep 17 00:00:00 2001 From: mackrz Date: Mon, 16 Oct 2023 14:31:59 +0200 Subject: [PATCH 5/6] Add TXT record for domain verification and remove additional request for new domain --- .idea/workspace.xml | 54 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 000000000..48acde8de --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + 1697458920265 + + + + + + \ No newline at end of file From 074abb75aed1b7e21d916cad359735a24344660b Mon Sep 17 00:00:00 2001 From: Frost <62436370+mackrz@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:32:25 +0200 Subject: [PATCH 6/6] Delete .idea directory --- .idea/workspace.xml | 54 --------------------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 48acde8de..000000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - 1697458920265 - - - - - - \ No newline at end of file