From b41c2c9213c5fc6c734aa172522c305f923f3a4b Mon Sep 17 00:00:00 2001 From: Gal Abra Date: Thu, 20 Feb 2025 09:47:07 +0200 Subject: [PATCH 01/49] Added the "galabra" subdomain --- domains/galabra.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/galabra.json diff --git a/domains/galabra.json b/domains/galabra.json new file mode 100644 index 000000000..afe92d20d --- /dev/null +++ b/domains/galabra.json @@ -0,0 +1,9 @@ +{ + "description": "I'm a dev.", + "owner": { + "username": "galabra" + }, + "record": { + "CNAME": "https://github.com/galabra" + } +} From ffe72135437a8102cb3ec32215df493a139308c2 Mon Sep 17 00:00:00 2001 From: Gal Abra Date: Thu, 20 Feb 2025 09:51:39 +0200 Subject: [PATCH 02/49] Added an email address to galabra.json --- domains/galabra.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/galabra.json b/domains/galabra.json index afe92d20d..7486f1d0a 100644 --- a/domains/galabra.json +++ b/domains/galabra.json @@ -1,7 +1,8 @@ { "description": "I'm a dev.", "owner": { - "username": "galabra" + "username": "galabra", + "email": "galabra.dev@gmail.com" }, "record": { "CNAME": "https://github.com/galabra" From adc38e8d9ee3aaef7ee9c9cad4320c88bdeb8b25 Mon Sep 17 00:00:00 2001 From: Gal Abra Date: Sun, 23 Feb 2025 23:29:56 +0200 Subject: [PATCH 03/49] Update galabra.json to use a URL key when connecting a GitHub profile --- domains/galabra.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/galabra.json b/domains/galabra.json index 7486f1d0a..aa819d542 100644 --- a/domains/galabra.json +++ b/domains/galabra.json @@ -5,6 +5,6 @@ "email": "galabra.dev@gmail.com" }, "record": { - "CNAME": "https://github.com/galabra" + "URL": "https://github.com/galabra" } } From 18823dc3491358566132ba669e4c8c4bc525272c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:35:37 +0100 Subject: [PATCH 04/49] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..dd464f38e --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +thorito.is-a.dev \ No newline at end of file From 6819a64cba84528f86d90ef94e193f8cf889b496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:36:04 +0100 Subject: [PATCH 05/49] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index dd464f38e..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -thorito.is-a.dev \ No newline at end of file From 2f1f6f57f27bd1ca3c7c7fcfdc6512235540b164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:38:11 +0100 Subject: [PATCH 06/49] Create static.yml --- .github/workflows/static.yml | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/workflows/static.yml diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml new file mode 100644 index 000000000..f2c9e97c9 --- /dev/null +++ b/.github/workflows/static.yml @@ -0,0 +1,43 @@ +# Simple workflow for deploying static content to GitHub Pages +name: Deploy static content to Pages + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Single deploy job since we're just deploying + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Pages + uses: actions/configure-pages@v5 + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + # Upload entire repository + path: '.' + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 From 8301df5754bccc2ccdb3f74bccdb1f36fc01a586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:47:05 +0100 Subject: [PATCH 07/49] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..dd464f38e --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +thorito.is-a.dev \ No newline at end of file From 8548a135498d7c8f9eefb1e2d476060e6e965b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Enrique=20Villar=20Misa?= Date: Mon, 24 Feb 2025 08:48:10 +0100 Subject: [PATCH 08/49] add domain --- .idea/.gitignore | 3 +++ .idea/vcs.xml | 6 ++++++ domains/thorito.json | 12 ++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/vcs.xml create mode 100644 domains/thorito.json diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..26d33521a --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml 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/thorito.json b/domains/thorito.json new file mode 100644 index 000000000..352138b5e --- /dev/null +++ b/domains/thorito.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Portfolio Website", + "repo": "https://github.com/thorito/thorito", + "owner": { + "username": "thorito", + "email": "victor.villar.misa@gmail.com", + "linkedin": "https://www.linkedin.com/in/victor-villar-misa" + }, + "record": { + "CNAME": "thorito.github.io" + } +} \ No newline at end of file From b210c54b82626efcdc20b10c083f06c29dafa228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Enrique=20Villar=20Misa?= Date: Mon, 24 Feb 2025 08:48:10 +0100 Subject: [PATCH 09/49] add domain --- .idea/.gitignore | 3 + .idea/caches/deviceStreaming.xml | 509 +++++++++++++++++++++++++++++++ .idea/misc.xml | 6 + .idea/modules.xml | 8 + .idea/register.iml | 9 + .idea/vcs.xml | 6 + domains/thorito.json | 12 + 7 files changed, 553 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/caches/deviceStreaming.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 create mode 100644 domains/thorito.json diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..26d33521a --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/caches/deviceStreaming.xml b/.idea/caches/deviceStreaming.xml new file mode 100644 index 000000000..f37d0c543 --- /dev/null +++ b/.idea/caches/deviceStreaming.xml @@ -0,0 +1,509 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 000000000..1945ce5fd --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ 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..d6ebd4805 --- /dev/null +++ b/.idea/register.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ 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/thorito.json b/domains/thorito.json new file mode 100644 index 000000000..352138b5e --- /dev/null +++ b/domains/thorito.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Portfolio Website", + "repo": "https://github.com/thorito/thorito", + "owner": { + "username": "thorito", + "email": "victor.villar.misa@gmail.com", + "linkedin": "https://www.linkedin.com/in/victor-villar-misa" + }, + "record": { + "CNAME": "thorito.github.io" + } +} \ No newline at end of file From b460856b81adb00a4e32489b3cc45c406bd05c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:52:56 +0100 Subject: [PATCH 10/49] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index dd464f38e..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -thorito.is-a.dev \ No newline at end of file From 35f6f7478f601e5824ffa9f12574f3aa5c1dcc5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Mon, 24 Feb 2025 11:54:07 +0100 Subject: [PATCH 11/49] Delete .idea directory --- .idea/.gitignore | 3 - .idea/caches/deviceStreaming.xml | 509 ------------------------------- .idea/misc.xml | 6 - .idea/modules.xml | 8 - .idea/register.iml | 9 - .idea/vcs.xml | 6 - 6 files changed, 541 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/caches/deviceStreaming.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 26d33521a..000000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/caches/deviceStreaming.xml b/.idea/caches/deviceStreaming.xml deleted file mode 100644 index f37d0c543..000000000 --- a/.idea/caches/deviceStreaming.xml +++ /dev/null @@ -1,509 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 1945ce5fd..000000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +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 d6ebd4805..000000000 --- a/.idea/register.iml +++ /dev/null @@ -1,9 +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 ec97a8eccb657294a9e4eb83946cf226ba764f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Mon, 24 Feb 2025 11:59:09 +0100 Subject: [PATCH 12/49] Delete .github/workflows/static.yml --- .github/workflows/static.yml | 43 ------------------------------------ 1 file changed, 43 deletions(-) delete mode 100644 .github/workflows/static.yml diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml deleted file mode 100644 index f2c9e97c9..000000000 --- a/.github/workflows/static.yml +++ /dev/null @@ -1,43 +0,0 @@ -# Simple workflow for deploying static content to GitHub Pages -name: Deploy static content to Pages - -on: - # Runs on pushes targeting the default branch - push: - branches: ["main"] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages -permissions: - contents: read - pages: write - id-token: write - -# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. -# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. -concurrency: - group: "pages" - cancel-in-progress: false - -jobs: - # Single deploy job since we're just deploying - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Setup Pages - uses: actions/configure-pages@v5 - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - with: - # Upload entire repository - path: '.' - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 From ac48456d9ce498e86c3ea64e73c80d5aa1846d2e Mon Sep 17 00:00:00 2001 From: Thai Nguyen Hung Date: Tue, 25 Feb 2025 09:41:09 +0700 Subject: [PATCH 13/49] feat: add subdomain --- domains/_github-pages-challenge-hungthai1401.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-hungthai1401.json diff --git a/domains/_github-pages-challenge-hungthai1401.json b/domains/_github-pages-challenge-hungthai1401.json new file mode 100644 index 000000000..13abbc273 --- /dev/null +++ b/domains/_github-pages-challenge-hungthai1401.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hungthai1401", + "email": "hungthai1401.it@gmail.com" + }, + "record": { + "TXT": "693e3be4f1121fc00f2fbad65439d0" + } +} \ No newline at end of file From 6fa28df1bbd74d5ee1e0ed5133c3f08f2502c1e7 Mon Sep 17 00:00:00 2001 From: Jer <88963373+i-Jer@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:15:35 +0700 Subject: [PATCH 14/49] Update jer.json --- domains/jer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/jer.json b/domains/jer.json index be66faf1a..bc4ea8f0c 100644 --- a/domains/jer.json +++ b/domains/jer.json @@ -1,9 +1,9 @@ { "owner": { - "username": "JerBlox", + "username": "i-Jer", "email": "chen.fuyuan07@gmail.com" }, "record": { - "CNAME": "cbx3ryr6.up.railway.app" + "URL": "https://www.i-jer.com/" } } From 19ac10fdd61d3221c8001e537357dec127a9af85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:33:02 +0100 Subject: [PATCH 15/49] Update thorito.json --- domains/thorito.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/thorito.json b/domains/thorito.json index 352138b5e..d8859cbca 100644 --- a/domains/thorito.json +++ b/domains/thorito.json @@ -1,12 +1,10 @@ { "description": "Personal Portfolio Website", - "repo": "https://github.com/thorito/thorito", "owner": { "username": "thorito", - "email": "victor.villar.misa@gmail.com", - "linkedin": "https://www.linkedin.com/in/victor-villar-misa" + "email": "victor.villar.misa@gmail.com" }, "record": { "CNAME": "thorito.github.io" } -} \ No newline at end of file +} From b6ccba385727994cb4f7f75489cf0258a279250a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:39:12 +0100 Subject: [PATCH 16/49] Update thorito.json --- domains/thorito.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/thorito.json b/domains/thorito.json index d8859cbca..f9b31b22d 100644 --- a/domains/thorito.json +++ b/domains/thorito.json @@ -1,5 +1,6 @@ { "description": "Personal Portfolio Website", + "repo": "https://github.com/thorito/thorito.github.io", "owner": { "username": "thorito", "email": "victor.villar.misa@gmail.com" From 2bf3ccd3e548ac3c0c8eb324a946729a4c087f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:42:18 +0100 Subject: [PATCH 17/49] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..dd464f38e --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +thorito.is-a.dev \ No newline at end of file From e840b9010c4633ac11109e7b1cc77565ea11cba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:43:10 +0100 Subject: [PATCH 18/49] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index dd464f38e..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -thorito.is-a.dev \ No newline at end of file From 2cf53d477c205da3fec0b2d930d455060c085f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:49:00 +0100 Subject: [PATCH 19/49] Update thorito.json --- domains/thorito.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/thorito.json b/domains/thorito.json index f9b31b22d..b91e362e9 100644 --- a/domains/thorito.json +++ b/domains/thorito.json @@ -6,6 +6,6 @@ "email": "victor.villar.misa@gmail.com" }, "record": { - "CNAME": "thorito.github.io" + "TXT": "900d61c3e5e63880bf2f15832064bc" } } From 95500c150aadf4939729ee8c0a3318eeff3c293e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:55:32 +0100 Subject: [PATCH 20/49] Rename thorito.json to _github-pages-challenge-thorito.json --- domains/{thorito.json => _github-pages-challenge-thorito.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{thorito.json => _github-pages-challenge-thorito.json} (100%) diff --git a/domains/thorito.json b/domains/_github-pages-challenge-thorito.json similarity index 100% rename from domains/thorito.json rename to domains/_github-pages-challenge-thorito.json From b33579dbf4755bf78f1467eadf049f55b031467d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:57:03 +0100 Subject: [PATCH 21/49] Update _github-pages-challenge-thorito.json --- domains/_github-pages-challenge-thorito.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-thorito.json b/domains/_github-pages-challenge-thorito.json index b91e362e9..55bb8a9dd 100644 --- a/domains/_github-pages-challenge-thorito.json +++ b/domains/_github-pages-challenge-thorito.json @@ -3,7 +3,8 @@ "repo": "https://github.com/thorito/thorito.github.io", "owner": { "username": "thorito", - "email": "victor.villar.misa@gmail.com" + "email": "victor.villar.misa@gmail.com", + "linkedin": "https://www.linkedin.com/in/victor-villar-misa" }, "record": { "TXT": "900d61c3e5e63880bf2f15832064bc" From b1f82144ebcabeb2d75c32a638d65d589288da2e Mon Sep 17 00:00:00 2001 From: Syakhisk Al Azmi Date: Tue, 25 Feb 2025 17:32:34 +0700 Subject: [PATCH 22/49] add sakis.is-a.dev --- domains/sakis.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sakis.json diff --git a/domains/sakis.json b/domains/sakis.json new file mode 100644 index 000000000..a6e1c94db --- /dev/null +++ b/domains/sakis.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "syakhisk", + "email": "syakhisks@gmail.com" + }, + "record": { + "URL": "https://al-az.me" + } +} From 20e954221ae3f62a88d1c43c095f05cd315f07ee Mon Sep 17 00:00:00 2001 From: Aryan Kushwaha Date: Tue, 25 Feb 2025 16:28:59 +0530 Subject: [PATCH 23/49] Create funinkina.json --- domains/funinkina.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/funinkina.json diff --git a/domains/funinkina.json b/domains/funinkina.json new file mode 100644 index 000000000..8ebcbeaf6 --- /dev/null +++ b/domains/funinkina.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "funinkina", + "email": "aryankushwaha3101@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=funinkina.is-a.dev,8581bc99ee19dbb2326b" + } +} From e2b2e288a704e07880b86ac90461eda772aa551f Mon Sep 17 00:00:00 2001 From: Aryan Kushwaha Date: Tue, 25 Feb 2025 16:37:03 +0530 Subject: [PATCH 24/49] Rename funinkina.json to _vercel.funinkina.json --- domains/{funinkina.json => _vercel.funinkina.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{funinkina.json => _vercel.funinkina.json} (100%) diff --git a/domains/funinkina.json b/domains/_vercel.funinkina.json similarity index 100% rename from domains/funinkina.json rename to domains/_vercel.funinkina.json From c084893b9e8b1d787abf7fcb40d96afa5e4f4fcb Mon Sep 17 00:00:00 2001 From: Aryan Kushwaha Date: Tue, 25 Feb 2025 16:40:44 +0530 Subject: [PATCH 25/49] Create funinkina.json --- domains/funinkina.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/funinkina.json diff --git a/domains/funinkina.json b/domains/funinkina.json new file mode 100644 index 000000000..95986c38b --- /dev/null +++ b/domains/funinkina.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "funinkina", + "email": "aryankushwaha3101@gmail.com" + }, + "record": { + "CNAME": "funinkina.vercel.app" + } +} From 2206332df3f1cfdfd462580eaebe6f47e05a9f74 Mon Sep 17 00:00:00 2001 From: Moiz Rehman <124293457+mrtspeedy@users.noreply.github.com> Date: Tue, 25 Feb 2025 18:11:25 +0000 Subject: [PATCH 26/49] Add mrtspeedy domain + vercel --- domains/_vercel.mrtspeedy.json | 9 +++++++++ domains/mrtspeedy.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.mrtspeedy.json create mode 100644 domains/mrtspeedy.json diff --git a/domains/_vercel.mrtspeedy.json b/domains/_vercel.mrtspeedy.json new file mode 100644 index 000000000..69a2e32a5 --- /dev/null +++ b/domains/_vercel.mrtspeedy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mrtspeedy", + "email": "toxicspeedytv@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=mrtspeedy.is-a.dev,c168ba7b9bdca5dd1be8" + } +} \ No newline at end of file diff --git a/domains/mrtspeedy.json b/domains/mrtspeedy.json new file mode 100644 index 000000000..814a5edfb --- /dev/null +++ b/domains/mrtspeedy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mrtspeedy", + "email": "toxicspeedytv@gmail.com" + }, + "record": { + "CNAME": "portfolio-mrtspeedy.vercel.app" + } +} \ No newline at end of file From f37ff3bb8e849f43ccaaeb25f92fd31344d26618 Mon Sep 17 00:00:00 2001 From: Moiz Rehman <124293457+mrtspeedy@users.noreply.github.com> Date: Tue, 25 Feb 2025 18:17:34 +0000 Subject: [PATCH 27/49] Added discord user id for contact --- domains/_vercel.mrtspeedy.json | 3 ++- domains/mrtspeedy.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/_vercel.mrtspeedy.json b/domains/_vercel.mrtspeedy.json index 69a2e32a5..bb5aed1e9 100644 --- a/domains/_vercel.mrtspeedy.json +++ b/domains/_vercel.mrtspeedy.json @@ -1,7 +1,8 @@ { "owner": { "username": "mrtspeedy", - "email": "toxicspeedytv@gmail.com" + "email": "toxicspeedytv@gmail.com", + "discord": "1095502790534627348" }, "record": { "TXT": "vc-domain-verify=mrtspeedy.is-a.dev,c168ba7b9bdca5dd1be8" diff --git a/domains/mrtspeedy.json b/domains/mrtspeedy.json index 814a5edfb..c41b41107 100644 --- a/domains/mrtspeedy.json +++ b/domains/mrtspeedy.json @@ -1,7 +1,8 @@ { "owner": { "username": "mrtspeedy", - "email": "toxicspeedytv@gmail.com" + "email": "toxicspeedytv@gmail.com", + "discord": "1095502790534627348" }, "record": { "CNAME": "portfolio-mrtspeedy.vercel.app" From 8273f450eccbc57b9047f1dcf2b7235c488018da Mon Sep 17 00:00:00 2001 From: Berk <67962407+berkkaradalan@users.noreply.github.com> Date: Wed, 26 Feb 2025 00:54:40 +0300 Subject: [PATCH 28/49] Create berkk.json --- domains/berkk.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/berkk.json diff --git a/domains/berkk.json b/domains/berkk.json new file mode 100644 index 000000000..9271fcc40 --- /dev/null +++ b/domains/berkk.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "berkkaradalan", + "email": "berkkaradalan@gmail.com" + }, + "record": { + "CNAME": "https://berkkaradalan.github.io/" + } +} From a11c3298206ae7a20cb7d3f9e54693c4526c32f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 12:55:00 +0100 Subject: [PATCH 29/49] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..dd464f38e --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +thorito.is-a.dev \ No newline at end of file From f45a8fbfbc09d90c753998cd117e71a6697c6320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 12:55:24 +0100 Subject: [PATCH 30/49] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index dd464f38e..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -thorito.is-a.dev \ No newline at end of file From 029b48cc566ee3b50ba723efc706de8871bc738d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 13:00:06 +0100 Subject: [PATCH 31/49] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..dd464f38e --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +thorito.is-a.dev \ No newline at end of file From 5f5619003092211e41f8d8970b471667dc9c0f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 13:00:29 +0100 Subject: [PATCH 32/49] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index dd464f38e..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -thorito.is-a.dev \ No newline at end of file From 86d48a72cf6d9ff346a50898a4487a18d720f767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 13:28:39 +0100 Subject: [PATCH 33/49] Update _github-pages-challenge-thorito.json --- domains/_github-pages-challenge-thorito.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/domains/_github-pages-challenge-thorito.json b/domains/_github-pages-challenge-thorito.json index 55bb8a9dd..517999f9c 100644 --- a/domains/_github-pages-challenge-thorito.json +++ b/domains/_github-pages-challenge-thorito.json @@ -1,10 +1,7 @@ { - "description": "Personal Portfolio Website", - "repo": "https://github.com/thorito/thorito.github.io", "owner": { "username": "thorito", - "email": "victor.villar.misa@gmail.com", - "linkedin": "https://www.linkedin.com/in/victor-villar-misa" + "email": "victor.villar.misa@gmail.com" }, "record": { "TXT": "900d61c3e5e63880bf2f15832064bc" From 28f5fac0a3d91ab93f06396db29042cf83225874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 13:32:01 +0100 Subject: [PATCH 34/49] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..dd464f38e --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +thorito.is-a.dev \ No newline at end of file From d68c742431b61fbe891ad2cf5f5f0836dad419df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:01:56 +0100 Subject: [PATCH 35/49] Update _github-pages-challenge-thorito.json --- domains/_github-pages-challenge-thorito.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/_github-pages-challenge-thorito.json b/domains/_github-pages-challenge-thorito.json index 517999f9c..6a54ef30f 100644 --- a/domains/_github-pages-challenge-thorito.json +++ b/domains/_github-pages-challenge-thorito.json @@ -1,4 +1,5 @@ { + "domain": "thorito.is-a.dev", "owner": { "username": "thorito", "email": "victor.villar.misa@gmail.com" From c616c321c9d13f0488825e70df7a000971173f72 Mon Sep 17 00:00:00 2001 From: Berk <67962407+berkkaradalan@users.noreply.github.com> Date: Wed, 26 Feb 2025 21:02:17 +0300 Subject: [PATCH 36/49] Apply suggestions from code review Co-authored-by: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> --- domains/berkk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/berkk.json b/domains/berkk.json index 9271fcc40..e4af0c6d3 100644 --- a/domains/berkk.json +++ b/domains/berkk.json @@ -4,6 +4,6 @@ "email": "berkkaradalan@gmail.com" }, "record": { - "CNAME": "https://berkkaradalan.github.io/" + "CNAME": "berkkaradalan.github.io" } } From 83a5c984597bd3ea435e6dcc4b1e9fb9ea79883c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:15:57 +0100 Subject: [PATCH 37/49] Update _github-pages-challenge-thorito.json --- domains/_github-pages-challenge-thorito.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/_github-pages-challenge-thorito.json b/domains/_github-pages-challenge-thorito.json index 6a54ef30f..517999f9c 100644 --- a/domains/_github-pages-challenge-thorito.json +++ b/domains/_github-pages-challenge-thorito.json @@ -1,5 +1,4 @@ { - "domain": "thorito.is-a.dev", "owner": { "username": "thorito", "email": "victor.villar.misa@gmail.com" From 152e165bb5fcaf3fc82e1a9f59f810949cd86f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Villar?= <594395+thorito@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:18:01 +0100 Subject: [PATCH 38/49] Create thorito.json --- domains/thorito.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/thorito.json diff --git a/domains/thorito.json b/domains/thorito.json new file mode 100644 index 000000000..4e348830c --- /dev/null +++ b/domains/thorito.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio Website", + "repo": "https://github.com/thorito/thorito.github.io", + "owner": { + "username": "thorito", + "email": "victor.villar.misa@gmail.com" + }, + "record": { + "CNAME": "thorito.github.io" + } +} From 62e3fa5a5ad3d3e5cc57348b5cb98a3a61d28fdd Mon Sep 17 00:00:00 2001 From: Zane Holbrooke-Jones <67561520+Loomeh@users.noreply.github.com> Date: Thu, 27 Feb 2025 00:59:49 +0000 Subject: [PATCH 39/49] Add zoho domainkey for loomeh --- domains/zmail._domainkey.loomeh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/zmail._domainkey.loomeh.json diff --git a/domains/zmail._domainkey.loomeh.json b/domains/zmail._domainkey.loomeh.json new file mode 100644 index 000000000..d6cf72b5d --- /dev/null +++ b/domains/zmail._domainkey.loomeh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "loomeh", + "bluesky": "loomeh.bsky.social" + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrWUZ5Vfigr20ye1jk/A8BprQadj0d0ry2cd64fKfh+8r28UkocwQeIFFQ0CYq6vCzeaKHb1ejJh5PZG+C+8J/q152wkerLLgb6+l0FrDC1e7oN5dvIpy4oDvbzAg4dTyG5h3T5W12zFLp58EagAXLC9FLikxer2VstZYBxcUFCQIDAQAB" + } +} From 1809f0e5d459db3ad30139be0b8bf5b013f37fdd Mon Sep 17 00:00:00 2001 From: Zane Holbrooke-Jones <67561520+Loomeh@users.noreply.github.com> Date: Thu, 27 Feb 2025 01:07:07 +0000 Subject: [PATCH 40/49] Add description for loomeh zmail domainkey --- domains/zmail._domainkey.loomeh.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/zmail._domainkey.loomeh.json b/domains/zmail._domainkey.loomeh.json index d6cf72b5d..20b5d4dd5 100644 --- a/domains/zmail._domainkey.loomeh.json +++ b/domains/zmail._domainkey.loomeh.json @@ -1,4 +1,5 @@ { + "description": "zoho mail for loomeh.is-a.dev", "owner": { "username": "loomeh", "bluesky": "loomeh.bsky.social" From 0710d3f95b51ad82a8162a69a71b045bcb0f2906 Mon Sep 17 00:00:00 2001 From: Isaac Robert Date: Thu, 27 Feb 2025 04:35:42 +0100 Subject: [PATCH 41/49] Create _vercel.isaacrobert33.json --- domains/_vercel.isaacrobert33.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.isaacrobert33.json diff --git a/domains/_vercel.isaacrobert33.json b/domains/_vercel.isaacrobert33.json new file mode 100644 index 000000000..b4cd6007d --- /dev/null +++ b/domains/_vercel.isaacrobert33.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "isaacrobert33", + "email": "isaacrobertoluwaseun@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=isaacrobert33.is-a.dev,1688a3dfda585e08298e" + } +} From 5c65cb42e4d440e04dfaf4a40905310d10803ec4 Mon Sep 17 00:00:00 2001 From: Isaac Robert Date: Thu, 27 Feb 2025 04:41:49 +0100 Subject: [PATCH 42/49] Create isaacrobert33.json --- domains/isaacrobert33.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/isaacrobert33.json diff --git a/domains/isaacrobert33.json b/domains/isaacrobert33.json new file mode 100644 index 000000000..53d087fb0 --- /dev/null +++ b/domains/isaacrobert33.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "isaacrobert33", + "email": "isaacrobertoluwaseun@gmail.com" + }, + "record": { + "CNAME": "isaacrobert-is-adev.vercel.app" + } +} From 57c96e908ed92e43803281622d130d0c2aeb6d13 Mon Sep 17 00:00:00 2001 From: Thai Nguyen Hung Date: Thu, 27 Feb 2025 10:58:17 +0700 Subject: [PATCH 43/49] fix: correct filename with subdomain --- ...01.json => _github-pages-challenge-hungthai1401.hungthai.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-hungthai1401.json => _github-pages-challenge-hungthai1401.hungthai.json} (100%) diff --git a/domains/_github-pages-challenge-hungthai1401.json b/domains/_github-pages-challenge-hungthai1401.hungthai.json similarity index 100% rename from domains/_github-pages-challenge-hungthai1401.json rename to domains/_github-pages-challenge-hungthai1401.hungthai.json From 91e52396e992f5ad0739c834910b179aecf6c226 Mon Sep 17 00:00:00 2001 From: Arhan Ansari Date: Thu, 27 Feb 2025 16:05:47 +0530 Subject: [PATCH 44/49] Create clipgen-ai --- domains/clipgen-ai | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/clipgen-ai diff --git a/domains/clipgen-ai b/domains/clipgen-ai new file mode 100644 index 000000000..5d790e1cb --- /dev/null +++ b/domains/clipgen-ai @@ -0,0 +1,13 @@ +{ + "description": "ClipGen AI is a YouTube Video AI Agent which is build during Sonny Sangha's Challenge.", + "repo": "https://github.com/ArhanAnsari/clipgen-ai", + "owner": { + "username": "ArhanAnsari", + "email": "arhanansari2009@gmail.com", + "x": "https://x.com/codewitharhan", + "discord": "@codewitharhan" + }, + "record": { + "CNAME": "arhans-clipgen-ai.vercel.app" + } +} From bee0167dd5a352172e14181c42f90025ddc366ff Mon Sep 17 00:00:00 2001 From: Arhan Ansari Date: Thu, 27 Feb 2025 16:07:59 +0530 Subject: [PATCH 45/49] Create _vercel.clipgen-ai.json --- domains/_vercel.clipgen-ai.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.clipgen-ai.json diff --git a/domains/_vercel.clipgen-ai.json b/domains/_vercel.clipgen-ai.json new file mode 100644 index 000000000..bfd43cc49 --- /dev/null +++ b/domains/_vercel.clipgen-ai.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ArhanAnsari", + "email": "arhanansari2009@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=clipgen-ai.is-a.dev,cc29b5e3741c1c7dc9db" + } +} From 5b64a202e6c037a2f52476fd5032377ffd6d25bc Mon Sep 17 00:00:00 2001 From: Arhan Ansari Date: Thu, 27 Feb 2025 16:11:51 +0530 Subject: [PATCH 46/49] Rename clipgen-ai to clipgen-ai.json --- domains/{clipgen-ai => clipgen-ai.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{clipgen-ai => clipgen-ai.json} (100%) diff --git a/domains/clipgen-ai b/domains/clipgen-ai.json similarity index 100% rename from domains/clipgen-ai rename to domains/clipgen-ai.json From 165b2b5c48436665caa6554141c5aa5f809e5757 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Thu, 27 Feb 2025 14:58:09 +0400 Subject: [PATCH 47/49] Delete domains/clipgen-ai.json --- domains/clipgen-ai.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 domains/clipgen-ai.json diff --git a/domains/clipgen-ai.json b/domains/clipgen-ai.json deleted file mode 100644 index 5d790e1cb..000000000 --- a/domains/clipgen-ai.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "ClipGen AI is a YouTube Video AI Agent which is build during Sonny Sangha's Challenge.", - "repo": "https://github.com/ArhanAnsari/clipgen-ai", - "owner": { - "username": "ArhanAnsari", - "email": "arhanansari2009@gmail.com", - "x": "https://x.com/codewitharhan", - "discord": "@codewitharhan" - }, - "record": { - "CNAME": "arhans-clipgen-ai.vercel.app" - } -} From 17a6356634c70e0532289fdca18e72b0ac6130d9 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Thu, 27 Feb 2025 15:00:20 +0400 Subject: [PATCH 48/49] Delete domains/_vercel.clipgen-ai.json --- domains/_vercel.clipgen-ai.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_vercel.clipgen-ai.json diff --git a/domains/_vercel.clipgen-ai.json b/domains/_vercel.clipgen-ai.json deleted file mode 100644 index bfd43cc49..000000000 --- a/domains/_vercel.clipgen-ai.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ArhanAnsari", - "email": "arhanansari2009@gmail.com" - }, - "record": { - "TXT": "vc-domain-verify=clipgen-ai.is-a.dev,cc29b5e3741c1c7dc9db" - } -} From 6bc5111bf4e70f3d9f416397eaa2c7e97d891abd Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Thu, 27 Feb 2025 15:36:06 +0400 Subject: [PATCH 49/49] fix: files --- CNAME | 1 - ...thorito.json => _github-pages-challenge-thorito.thorito.json} | 0 2 files changed, 1 deletion(-) delete mode 100644 CNAME rename domains/{_github-pages-challenge-thorito.json => _github-pages-challenge-thorito.thorito.json} (100%) diff --git a/CNAME b/CNAME deleted file mode 100644 index dd464f38e..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -thorito.is-a.dev \ No newline at end of file diff --git a/domains/_github-pages-challenge-thorito.json b/domains/_github-pages-challenge-thorito.thorito.json similarity index 100% rename from domains/_github-pages-challenge-thorito.json rename to domains/_github-pages-challenge-thorito.thorito.json