From ba8abbd320054067e378d7535fe30f0002b549be Mon Sep 17 00:00:00 2001 From: toastyyyxd Date: Tue, 29 Aug 2023 01:49:32 +0800 Subject: [PATCH 01/24] feat(domain): toasty.is-a.dev --- domains/toasty.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/toasty.json diff --git a/domains/toasty.json b/domains/toasty.json new file mode 100644 index 000000000..92f326481 --- /dev/null +++ b/domains/toasty.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "toastyyyxd", + "email": "asaeasaeasae.x10@gmail.com", + "discord": "577480703302959104" + }, + + "record": { + "TXT": "_github-pages-challenge-toastyyyxd.toasty" + } +} From 8bd517efe9313451b2c6bc5289c268aa543d5d0a Mon Sep 17 00:00:00 2001 From: toasty <89341766+toastyyyxd@users.noreply.github.com> Date: Sat, 2 Sep 2023 16:29:46 +0800 Subject: [PATCH 02/24] Update toasty.json CNAME --- domains/toasty.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/toasty.json b/domains/toasty.json index 92f326481..b1550309f 100644 --- a/domains/toasty.json +++ b/domains/toasty.json @@ -6,6 +6,6 @@ }, "record": { - "TXT": "_github-pages-challenge-toastyyyxd.toasty" + "CNAME": "toasty.pages.dev" } } From a98dc761951c7d97de74dd2fb4037a6ef56e461e Mon Sep 17 00:00:00 2001 From: RichardKanshen Date: Sat, 14 Oct 2023 20:08:30 +0200 Subject: [PATCH 03/24] feat(domain): deadcode.is-a.dev --- domains/deadcode.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/deadcode.json diff --git a/domains/deadcode.json b/domains/deadcode.json new file mode 100644 index 000000000..b082f138e --- /dev/null +++ b/domains/deadcode.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RichardKanshen", + "email": "djmaker@centrum.sk" + }, + "record": { + "CNAME": "deadcodegames.github.io" + } +} From aeca229ed2b7507a35a6f31ec84bed54fe6c063d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Ku=C5=BEela?= Date: Sun, 15 Oct 2023 12:44:42 +0200 Subject: [PATCH 04/24] Update deadcode.json --- domains/deadcode.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/deadcode.json b/domains/deadcode.json index b082f138e..c783a3e09 100644 --- a/domains/deadcode.json +++ b/domains/deadcode.json @@ -1,7 +1,7 @@ { "owner": { "username": "RichardKanshen", - "email": "djmaker@centrum.sk" + "email": "richard@kanshen.click" }, "record": { "CNAME": "deadcodegames.github.io" From 186129682354e0e2dae53443a3624d0ed3526d45 Mon Sep 17 00:00:00 2001 From: Name=Yug <112211279+YUG38@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:08:27 -0500 Subject: [PATCH 05/24] Update yug.json --- domains/yug.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/domains/yug.json b/domains/yug.json index 87fbf0a96..57761c542 100644 --- a/domains/yug.json +++ b/domains/yug.json @@ -1,11 +1,10 @@ { "owner": { "username": "YUG38", - "email": "4yugpatel123@gmail.com" + "email": "4yugpatel123@gmail.com", + "discord": "name_yug" }, "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "YUG38.github.io" } -} \ No newline at end of file +} From eeb95830712eacf2c93d129312b095db97e1b7f6 Mon Sep 17 00:00:00 2001 From: Name=Yug <112211279+YUG38@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:01:37 -0500 Subject: [PATCH 06/24] Update yug.json --- domains/yug.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/domains/yug.json b/domains/yug.json index 57761c542..bde9266e0 100644 --- a/domains/yug.json +++ b/domains/yug.json @@ -1,4 +1,6 @@ { + "description": "My website", + "repo": "https://github.com/YUG38/YUG38.github.io", "owner": { "username": "YUG38", "email": "4yugpatel123@gmail.com", From 4fc9d5b461f356f0d21f5371f5b525ad9259fcc7 Mon Sep 17 00:00:00 2001 From: Valeron-T Date: Fri, 20 Oct 2023 13:06:12 +0530 Subject: [PATCH 07/24] feat(domain): valeron.is-a.dev --- domains/valeron.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/valeron.json diff --git a/domains/valeron.json b/domains/valeron.json new file mode 100644 index 000000000..8bbdb802c --- /dev/null +++ b/domains/valeron.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Valeron-T", + "email": "valeron.toscano@xaviers.edu.in" + }, + "record": { + "URL": "https://valwebsitedata.z29.web.core.windows.net/" + } +} From 39910f6bfc1658b83a84b0207e40ce2b4c368dbc Mon Sep 17 00:00:00 2001 From: thedtvn Date: Fri, 20 Oct 2023 17:17:33 +0700 Subject: [PATCH 08/24] feat(domain): thedt.is-a.dev --- domains/thedt.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/thedt.json diff --git a/domains/thedt.json b/domains/thedt.json new file mode 100644 index 000000000..b60cdeccf --- /dev/null +++ b/domains/thedt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thedtvn", + "email": "duongtuan30306@gmail.com" + }, + "record": { + "URL": "https://many.link/dt" + } +} From 96c0e6e36ddbc628636ae340a1a39f0c95f20746 Mon Sep 17 00:00:00 2001 From: p3nguin-kun Date: Fri, 20 Oct 2023 21:27:56 +0700 Subject: [PATCH 09/24] feat(domain): _github-pages-challenge-p3nguin-kun.p3nguin.is-a.dev --- domains/_github-pages-challenge-p3nguin-kun.p3nguin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-p3nguin-kun.p3nguin.json diff --git a/domains/_github-pages-challenge-p3nguin-kun.p3nguin.json b/domains/_github-pages-challenge-p3nguin-kun.p3nguin.json new file mode 100644 index 000000000..5e30a445b --- /dev/null +++ b/domains/_github-pages-challenge-p3nguin-kun.p3nguin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "p3nguin-kun", + "email": "p3nguinkun@proton.me" + }, + "record": { + "TXT": "5c46702c7db5dc72a476dec9da3d34" + } +} From 89b8a5b9a1fb05ab8fabe30924bca22618db1ee8 Mon Sep 17 00:00:00 2001 From: huzely Date: Sat, 21 Oct 2023 08:51:15 +0700 Subject: [PATCH 10/24] feat(domain): hieu.is-a.dev --- domains/hieu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/hieu.json diff --git a/domains/hieu.json b/domains/hieu.json new file mode 100644 index 000000000..3b872d1cb --- /dev/null +++ b/domains/hieu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "huzely", + "email": "hieu65175@gmail.com" + }, + "record": { + "A": ["161.97.168.211"] + } +} From c18177d4079191276d6e33127d07ab4bdcbcf34a Mon Sep 17 00:00:00 2001 From: ProfKrzys Date: Sat, 21 Oct 2023 15:48:32 +0200 Subject: [PATCH 11/24] feat(domain): ogor.is-a.dev --- domains/ogor.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ogor.json diff --git a/domains/ogor.json b/domains/ogor.json new file mode 100644 index 000000000..ca999f2ed --- /dev/null +++ b/domains/ogor.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ProfKrzys", + "email": "krzysztof2011@hotmail.com" + }, + "record": { + "CNAME": "xomc.pl.opts-https.redirect.center" + } +} From c7da0b7acd05c154fe37cecf3795e4c169bde74e Mon Sep 17 00:00:00 2001 From: ogorfolio Date: Sat, 21 Oct 2023 15:50:30 +0200 Subject: [PATCH 12/24] feat(domain): groznyogor.is-a.dev --- domains/groznyogor.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/groznyogor.json diff --git a/domains/groznyogor.json b/domains/groznyogor.json new file mode 100644 index 000000000..082f36a6c --- /dev/null +++ b/domains/groznyogor.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ogorfolio", + "email": "swiatpaczek@gmail.com" + }, + "record": { + "CNAME": "groznyogor.github.io.opts-https.redirect.center" + } +} From d20bd71aec8fae9f12fec1c25d58b28307eef2fe Mon Sep 17 00:00:00 2001 From: endxrmxn Date: Sat, 21 Oct 2023 22:02:50 +0200 Subject: [PATCH 13/24] feat(domain): endxrmxn.is-a.dev --- domains/endxrmxn.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/endxrmxn.json diff --git a/domains/endxrmxn.json b/domains/endxrmxn.json new file mode 100644 index 000000000..8ac205386 --- /dev/null +++ b/domains/endxrmxn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "endxrmxn", + "email": "endxrmxn@yahoo.com" + }, + "record": { + "CNAME": "endxrmxn.pages.dev" + } +} From 8e85e14fed5a999d542f102adc1261f604186c3b Mon Sep 17 00:00:00 2001 From: h4rldev Date: Sun, 22 Oct 2023 05:35:31 +0200 Subject: [PATCH 14/24] feat(domain): h4rl.is-a.dev --- domains/h4rl.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/h4rl.json diff --git a/domains/h4rl.json b/domains/h4rl.json new file mode 100644 index 000000000..5d1c36eb9 --- /dev/null +++ b/domains/h4rl.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "h4rldev", + "email": "h4rldev@proton.me" + }, + "record": { + "CNAME": "h4rldev-github-io.pages.dev" + } +} From 42f9f33eb796fa8f8c465ea4dfefeb775bb4b40b Mon Sep 17 00:00:00 2001 From: mrxehmad Date: Sun, 22 Oct 2023 09:50:49 +0500 Subject: [PATCH 15/24] feat(domain): ehmad.is-a.dev --- domains/ehmad.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ehmad.json diff --git a/domains/ehmad.json b/domains/ehmad.json new file mode 100644 index 000000000..4790085ac --- /dev/null +++ b/domains/ehmad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mrxehmad", + "email": "mrxehmad@naver.com" + }, + "record": { + "CNAME": "mrxehmad.github.io" + } +} From 2ba490dcef625110a4e6548b6db036b14e6af741 Mon Sep 17 00:00:00 2001 From: Caiden-P Date: Mon, 23 Oct 2023 02:43:52 +0300 Subject: [PATCH 16/24] feat(domain): cumcord.is-a.dev --- domains/cumcord.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/cumcord.json b/domains/cumcord.json index b4ada6215..eeaa4c360 100644 --- a/domains/cumcord.json +++ b/domains/cumcord.json @@ -4,6 +4,8 @@ "email": "iididhejejdj@gmail.com" }, "record": { - "A": ["217.174.245.249"] + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} +} \ No newline at end of file From a9d828bdbc456c61667a705c3a930d89e8f3389b Mon Sep 17 00:00:00 2001 From: Tharindu Darshana <83854250+1234Tharindu@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:51:25 +0530 Subject: [PATCH 17/24] Update tharindudarshana.json --- domains/tharindudarshana.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tharindudarshana.json b/domains/tharindudarshana.json index 2483c2ff5..d5f51b3d5 100644 --- a/domains/tharindudarshana.json +++ b/domains/tharindudarshana.json @@ -4,6 +4,6 @@ "email": "dehipitiya055@gmail.com" }, "record": { - "CNAME": "tharindudarshana.live" + "CNAME": "1234tharindu.github.io" } } From 553d32b206d7eea6b6c219294b3c5091207f95d1 Mon Sep 17 00:00:00 2001 From: Gary <40074095+TamShep@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:19:31 -0400 Subject: [PATCH 18/24] Update shep.json Updated contact details and fixed A record. --- domains/shep.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/domains/shep.json b/domains/shep.json index c5581e0a5..16bb0fc75 100644 --- a/domains/shep.json +++ b/domains/shep.json @@ -1,12 +1,12 @@ { - "description": "Callum's personal developer website", + "description": "TamShep's personal developer website", "owner": { - "username": "CallumCat", + "username": "TamShep", "email": "rocco@caseymediallc.com", - "twitter": "CallumK_Cat", - "discord": "Callum#0003" + "twitter": "Tammy_GShepherd", + "discord": "sol_999" }, "record": { - "A": ["85.209.223.240"] + "A": ["192.254.73.156"] } } From 08cbe81543da4af8141ca3a3b2660f747d51d43c Mon Sep 17 00:00:00 2001 From: thatmarcboi Date: Fri, 27 Oct 2023 19:03:49 +1100 Subject: [PATCH 19/24] feat(domain): eternal.is-a.dev --- domains/eternal.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/eternal.json diff --git a/domains/eternal.json b/domains/eternal.json new file mode 100644 index 000000000..95ef7cc3c --- /dev/null +++ b/domains/eternal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thatmarcboi", + "email": "marcacolwell@gmail.com" + }, + "record": { + "URL": "https://github.com/thatmarcboi" + } +} From 72be203fff769a5b3efc047de4daba6d782acfb4 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 27 Oct 2023 19:49:44 +0530 Subject: [PATCH 20/24] fix(script): acme challenge update workflow to use bun --- .github/workflows/wildcard.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wildcard.yml b/.github/workflows/wildcard.yml index a6a5e4b16..21bfce359 100644 --- a/.github/workflows/wildcard.yml +++ b/.github/workflows/wildcard.yml @@ -30,8 +30,11 @@ jobs: - name: test run: cat domains/_acme-challenge.json - - name: Install Yarn dependencies - run: yarn install --ignore-engines + - uses: oven-sh/setup-bun@v1 + with: + bun-version: 1.0.3 + - run: bun install + - run: bun test - name: Publishing records env: @@ -43,7 +46,7 @@ jobs: DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }} DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }} DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }} - run: yarn publish-records + run: bun run publish-records - name: Sleep run: sleep 10m shell: bash @@ -62,4 +65,4 @@ jobs: DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }} DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }} DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }} - run: yarn publish-records + run: bun run publish-records From 056da00c62abb831f63cc5db5b7c8915643b269f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 27 Oct 2023 19:55:35 +0530 Subject: [PATCH 21/24] fix(script): removes test from acme workflow --- .github/workflows/wildcard.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/wildcard.yml b/.github/workflows/wildcard.yml index 21bfce359..ef5bea78e 100644 --- a/.github/workflows/wildcard.yml +++ b/.github/workflows/wildcard.yml @@ -34,7 +34,6 @@ jobs: with: bun-version: 1.0.3 - run: bun install - - run: bun test - name: Publishing records env: From fb453cf49b88327717ebffb91a798247fe6a836b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 27 Oct 2023 20:01:16 +0530 Subject: [PATCH 22/24] fix(script): adds node_env to wildcard.yaml --- .github/workflows/wildcard.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wildcard.yml b/.github/workflows/wildcard.yml index ef5bea78e..b7622fc2d 100644 --- a/.github/workflows/wildcard.yml +++ b/.github/workflows/wildcard.yml @@ -38,6 +38,7 @@ jobs: - name: Publishing records env: CI: 1 + NODE_ENV: production ENV: production DOMAIN_USER: ${{ secrets.DOMAIN_USER }} DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }} @@ -57,6 +58,7 @@ jobs: - name: removing records env: CI: 1 + NODE_ENV: production ENV: production DOMAIN_USER: ${{ secrets.DOMAIN_USER }} DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }} From 10d0b9763a00852ad8d615263144c12cae049b9a Mon Sep 17 00:00:00 2001 From: TechnoFusionTech <142091576+TechnoFusionTech@users.noreply.github.com> Date: Fri, 27 Oct 2023 20:24:24 +0530 Subject: [PATCH 23/24] Delete domains/technofusiontech.json --- domains/technofusiontech.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/technofusiontech.json diff --git a/domains/technofusiontech.json b/domains/technofusiontech.json deleted file mode 100644 index ddeb063aa..000000000 --- a/domains/technofusiontech.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "TechnoFusionTech", - "email": "technofusiontech@techie.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file From 95c395599272c18c04f311e03a3599ab89d248fa Mon Sep 17 00:00:00 2001 From: RileCraft <48475792+RileCraft@users.noreply.github.com> Date: Sat, 28 Oct 2023 12:03:29 +0530 Subject: [PATCH 24/24] Create rilecraft.json --- domains/rilecraft.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rilecraft.json diff --git a/domains/rilecraft.json b/domains/rilecraft.json new file mode 100644 index 000000000..f3a0f0a57 --- /dev/null +++ b/domains/rilecraft.json @@ -0,0 +1,11 @@ +{ + "description": "Subdomain for my github pages site.", + "repo": "https://github.com/rilecraft/rilecraft.github.io", + "owner": { + "username": "rilecraft", + "email": "rilecraft@gmail.com" + }, + "record": { + "CNAME": "rilecraft.github.io" + } +}