From 36a13147d30b3b6ef5cd41e8a566cf3503298667 Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Fri, 24 Jan 2025 21:08:00 +0500 Subject: [PATCH 001/170] Added "umar.json" as domain --- domains/umar.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/umar.json diff --git a/domains/umar.json b/domains/umar.json new file mode 100644 index 000000000..b716237d9 --- /dev/null +++ b/domains/umar.json @@ -0,0 +1,11 @@ +{ + "description": "Describe the use of this subdomain", + "repo": "https://github.com/UmarSidiki/JS-practice", + "owner": { + "username": "umarsidiki", + "email": "siddiquiumar0007@gmail.com" + }, + "record": { + "CNAME": "umarsidiki.github.io" + } +} \ No newline at end of file From ff2a2e63d0950a8d631dff8b4031010db286487f Mon Sep 17 00:00:00 2001 From: Faaiz Ahmad <130361851+FaaizAhmad6420@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:57:36 +0500 Subject: [PATCH 002/170] Create faaiz.json --- domains/faaiz.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/faaiz.json diff --git a/domains/faaiz.json b/domains/faaiz.json new file mode 100644 index 000000000..80a8db772 --- /dev/null +++ b/domains/faaiz.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "FaaizAhmad6420" + }, + "record": { + "CNAME": "faaizahmad6420.github.io" + } +} From c9d3473dfbf78150179aa8f731d537e05fdee47d Mon Sep 17 00:00:00 2001 From: Kayden Lee Date: Fri, 31 Jan 2025 07:55:20 +0800 Subject: [PATCH 003/170] Update kayden.json --- domains/kayden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kayden.json b/domains/kayden.json index 7b01d8916..42ab43640 100644 --- a/domains/kayden.json +++ b/domains/kayden.json @@ -4,6 +4,6 @@ "email": "kaydenleefale@gmail.com" }, "record": { - "A": ["103.7.8.238"] + "A": ["178.128.124.89"] } } From 2c812f5ca613a803f629ad446e090422fd6198df Mon Sep 17 00:00:00 2001 From: Abdul Razzaq <39210426+algo-encoders@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:20:03 +0500 Subject: [PATCH 004/170] Create abdulrazzaq.json This would my portfolio website --- domains/abdulrazzaq.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/abdulrazzaq.json diff --git a/domains/abdulrazzaq.json b/domains/abdulrazzaq.json new file mode 100644 index 000000000..78390d11a --- /dev/null +++ b/domains/abdulrazzaq.json @@ -0,0 +1,10 @@ +{ + "description": "Portfolio Website", + "owner": { + "username": "algo-encoders", + "email": "a.razzaq4085@gmail.com" + }, + "record": { + "A": "75.119.140.170" + } +} From d2907299e546bb61141c585e6ce9632965907c46 Mon Sep 17 00:00:00 2001 From: Abdul Razzaq <39210426+algo-encoders@users.noreply.github.com> Date: Sun, 2 Feb 2025 00:37:36 +0500 Subject: [PATCH 005/170] Update abdulrazzaq.json Convert A Record to array --- domains/abdulrazzaq.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/abdulrazzaq.json b/domains/abdulrazzaq.json index 78390d11a..f8296566f 100644 --- a/domains/abdulrazzaq.json +++ b/domains/abdulrazzaq.json @@ -5,6 +5,6 @@ "email": "a.razzaq4085@gmail.com" }, "record": { - "A": "75.119.140.170" + "A": ["75.119.140.170"] } } From 91aa67adb034819594a14fd9bafe5f4ad9782f23 Mon Sep 17 00:00:00 2001 From: Sri Krishna Date: Sun, 2 Feb 2025 06:58:39 +1000 Subject: [PATCH 006/170] feat: new sub-domain --- domains/sri.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 domains/sri.json diff --git a/domains/sri.json b/domains/sri.json new file mode 100644 index 000000000..71d589d12 --- /dev/null +++ b/domains/sri.json @@ -0,0 +1,6 @@ +{ + "repo": "https://github.com/srikrishna180/portfolio", + "owner": { + "username": "srikrishna180" + } +} From 4ba42fbce11670bd29701503947977e4d82f452c Mon Sep 17 00:00:00 2001 From: YFFKJB <43834557+YFFKJB@users.noreply.github.com> Date: Sun, 2 Feb 2025 08:52:15 +0800 Subject: [PATCH 007/170] Update pilotseye.json --- domains/pilotseye.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/domains/pilotseye.json b/domains/pilotseye.json index 8b00f2138..30706a506 100644 --- a/domains/pilotseye.json +++ b/domains/pilotseye.json @@ -4,7 +4,13 @@ "email": "1261546255@qq.com" }, "record": { - "CNAME": "cname.vercel-dns.com" + "CNAME": "cname.vercel-dns.com", + "TXT": [ + { + "name": "_vercel", + "value": "vc-domain-verify=pilotseye.is-a.dev,4b9b047c169b50ff424b" + } + ] }, "description": "PilotsEYE Studio Accounting System - A web-based accounting system for PilotsEYE Studio" } From 5e6e621aef71f436f197a44c8756999dd3ba03d3 Mon Sep 17 00:00:00 2001 From: YFFKJB <43834557+YFFKJB@users.noreply.github.com> Date: Sun, 2 Feb 2025 09:07:05 +0800 Subject: [PATCH 008/170] Update pilotseye.json --- domains/pilotseye.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/domains/pilotseye.json b/domains/pilotseye.json index 30706a506..21c7b0ea7 100644 --- a/domains/pilotseye.json +++ b/domains/pilotseye.json @@ -5,12 +5,9 @@ }, "record": { "CNAME": "cname.vercel-dns.com", - "TXT": [ - { - "name": "_vercel", - "value": "vc-domain-verify=pilotseye.is-a.dev,4b9b047c169b50ff424b" - } - ] + "TXT": { + "_vercel": "vc-domain-verify=pilotseye.is-a.dev,4b9b047c169b50ff424b" + } }, - "description": "PilotsEYE Studio Accounting System - A web-based accounting system for PilotsEYE Studio" + "description": "PilotsEYE Studio 会计系统 - PilotsEYE Studio 的基于 Web 的会计系统" } From 4a8a4f5c61bdfddca1a0377ed800eacad2fc86af Mon Sep 17 00:00:00 2001 From: YFFKJB <43834557+YFFKJB@users.noreply.github.com> Date: Sun, 2 Feb 2025 09:13:13 +0800 Subject: [PATCH 009/170] Update pilotseye.json --- domains/pilotseye.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/pilotseye.json b/domains/pilotseye.json index 21c7b0ea7..a994a746b 100644 --- a/domains/pilotseye.json +++ b/domains/pilotseye.json @@ -6,7 +6,7 @@ "record": { "CNAME": "cname.vercel-dns.com", "TXT": { - "_vercel": "vc-domain-verify=pilotseye.is-a.dev,4b9b047c169b50ff424b" + "_vercel.pilotseye": "vc-domain-verify=pilotseye.is-a.dev,4b9b047c169b50ff424b" } }, "description": "PilotsEYE Studio 会计系统 - PilotsEYE Studio 的基于 Web 的会计系统" From 54e2fe88d49f3d401350c57537acced13b4a8e8a Mon Sep 17 00:00:00 2001 From: YFFKJB <43834557+YFFKJB@users.noreply.github.com> Date: Sun, 2 Feb 2025 09:15:05 +0800 Subject: [PATCH 010/170] Update pilotseye.json --- domains/pilotseye.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/pilotseye.json b/domains/pilotseye.json index a994a746b..0c1224cea 100644 --- a/domains/pilotseye.json +++ b/domains/pilotseye.json @@ -5,9 +5,7 @@ }, "record": { "CNAME": "cname.vercel-dns.com", - "TXT": { - "_vercel.pilotseye": "vc-domain-verify=pilotseye.is-a.dev,4b9b047c169b50ff424b" - } + "proxied": true }, "description": "PilotsEYE Studio 会计系统 - PilotsEYE Studio 的基于 Web 的会计系统" } From bf627741d0da1c1d7e37df14d5412b533125f3ac Mon Sep 17 00:00:00 2001 From: YFFKJB <43834557+YFFKJB@users.noreply.github.com> Date: Sun, 2 Feb 2025 09:31:37 +0800 Subject: [PATCH 011/170] Update pilotseye.json --- domains/pilotseye.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/pilotseye.json b/domains/pilotseye.json index 0c1224cea..7fc47675f 100644 --- a/domains/pilotseye.json +++ b/domains/pilotseye.json @@ -4,8 +4,8 @@ "email": "1261546255@qq.com" }, "record": { - "CNAME": "cname.vercel-dns.com", - "proxied": true + "CNAME": "cname.vercel-dns.com" }, + "proxy": true, "description": "PilotsEYE Studio 会计系统 - PilotsEYE Studio 的基于 Web 的会计系统" } From eca1682d4ecd7f3e61a6f84d271309f3fea55e6a Mon Sep 17 00:00:00 2001 From: Srcpranav <152841944+Srcpranav@users.noreply.github.com> Date: Sun, 2 Feb 2025 16:48:15 +0530 Subject: [PATCH 012/170] Update domains registeration --- domains/pranav.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/pranav.json diff --git a/domains/pranav.json b/domains/pranav.json new file mode 100644 index 000000000..b766412f8 --- /dev/null +++ b/domains/pranav.json @@ -0,0 +1 @@ +//empty \ No newline at end of file From 893887b1bf44703d1ef2874d97e128b5635bba23 Mon Sep 17 00:00:00 2001 From: Jason Wohlgemuth Date: Sun, 2 Feb 2025 15:55:14 -0500 Subject: [PATCH 013/170] Create jhw.json --- domains/jhw.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jhw.json diff --git a/domains/jhw.json b/domains/jhw.json new file mode 100644 index 000000000..d50875bf6 --- /dev/null +++ b/domains/jhw.json @@ -0,0 +1,11 @@ +{ + "description": "Jason Wohlgemuth's resume", + "repo": "https://github.com/jhwohlgemuth/resume", + "owner": { + "username": "jhwohlgemuth", + "twitter": "jhwohlgemuth" + }, + "record": { + "CNAME": "jhwohlgemuth.github.io/resume" + } +} From f3ccf30ecdd053ed23208c21cee11ab480cec1c3 Mon Sep 17 00:00:00 2001 From: Minecradt <89748404+Minecradt@users.noreply.github.com> Date: Sun, 2 Feb 2025 19:09:53 -0500 Subject: [PATCH 014/170] NEETLIFY --- domains/soccer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/soccer.json b/domains/soccer.json index 527705b07..6b57b42a1 100644 --- a/domains/soccer.json +++ b/domains/soccer.json @@ -4,7 +4,9 @@ "email": "soccer1992.is.a.dev@gmail.com" }, "record": { - "CNAME": "minecradt.github.io" + "CNAME": "minecradt.github.io", + "A": ["75.2.60.5"] + } } From 9c92e2d95de6d745223c21c17219831d752cbd5b Mon Sep 17 00:00:00 2001 From: Minecradt <89748404+Minecradt@users.noreply.github.com> Date: Sun, 2 Feb 2025 19:12:11 -0500 Subject: [PATCH 015/170] Update soccer.json --- domains/soccer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/soccer.json b/domains/soccer.json index 6b57b42a1..19006bc72 100644 --- a/domains/soccer.json +++ b/domains/soccer.json @@ -4,7 +4,6 @@ "email": "soccer1992.is.a.dev@gmail.com" }, "record": { - "CNAME": "minecradt.github.io", "A": ["75.2.60.5"] } From b0ae0f23c9caa394a50e97e88f00d29617b42a7e Mon Sep 17 00:00:00 2001 From: Nabeel Molham Date: Mon, 3 Feb 2025 11:48:44 +1100 Subject: [PATCH 016/170] Define nabeel subdomain --- domains/nabeel.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/nabeel.json diff --git a/domains/nabeel.json b/domains/nabeel.json new file mode 100644 index 000000000..34fa5784d --- /dev/null +++ b/domains/nabeel.json @@ -0,0 +1,12 @@ +{ + "repo": "https://nabeel.molham.me/links/github", + "owner": { + "username": "N-Molham", + "email": "nmolham@duck.com", + "twitter": "https://nabeel.molham.me/links/twitter", + "links": "https://nabeel.molham.me/links/", + }, + "record": { + "CNAME": "nabeel.molham.me" + } +} From 22f9d3773b29304649a6c8073eedb71ef56e3f2a Mon Sep 17 00:00:00 2001 From: Donald Wu <38281146+donald001@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:18:33 +0800 Subject: [PATCH 017/170] Create donald.json --- domains/donald.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/donald.json diff --git a/domains/donald.json b/domains/donald.json new file mode 100644 index 000000000..114aec71f --- /dev/null +++ b/domains/donald.json @@ -0,0 +1,10 @@ +{ + "description": "Donald's personal developer website", + "owner": { + "email": "dawntop@126.com", + "username": "donald" + }, + "record": { + "CNAME": "donald001.github.io" + } +} From 36de7915b4ad4f5de86bd046b6a9ee20b1334d2f Mon Sep 17 00:00:00 2001 From: Axo! <63465951+Verygafanhot@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:13:31 +0000 Subject: [PATCH 018/170] Create Axo.json --- domains/Axo.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/Axo.json diff --git a/domains/Axo.json b/domains/Axo.json new file mode 100644 index 000000000..4fcc7a654 --- /dev/null +++ b/domains/Axo.json @@ -0,0 +1,13 @@ +{ + "description": "My personal homepage!", + "repo": "https://github.com/verygafanhot", + "owner": { + "username": "Verygafanhot", + "email": "verygafanhot@gmail.com" + "twitter": "verygafanhot", + "discord": "Verygafanhot" + }, + "record": { + "CNAME": "verygafanhot.github.io" + } +} From f5b18c2d7301a41d8c14cc47117710bc2927d6f2 Mon Sep 17 00:00:00 2001 From: Axo! <63465951+Verygafanhot@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:16:04 +0000 Subject: [PATCH 019/170] Rename Axo.json to heyaxo.json --- domains/{Axo.json => heyaxo.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{Axo.json => heyaxo.json} (100%) diff --git a/domains/Axo.json b/domains/heyaxo.json similarity index 100% rename from domains/Axo.json rename to domains/heyaxo.json From e8f53aa855a98a59d142fa56b43aa0c178cdb334 Mon Sep 17 00:00:00 2001 From: Axo! <63465951+Verygafanhot@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:24:00 +0000 Subject: [PATCH 020/170] Create _github-pages-challenge-Verygafanhot.json --- domains/_github-pages-challenge-Verygafanhot.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Verygafanhot.json diff --git a/domains/_github-pages-challenge-Verygafanhot.json b/domains/_github-pages-challenge-Verygafanhot.json new file mode 100644 index 000000000..5c94016f9 --- /dev/null +++ b/domains/_github-pages-challenge-Verygafanhot.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "verygafanhot", + "email": "verygafanhot@gmail.com" + }, + "record": { + "TXT": "e3ae5ee11a576cc86f89140043ca2b" + } +} From 637b925168383c97e7e578550f1265c822ce3791 Mon Sep 17 00:00:00 2001 From: Axo! <63465951+Verygafanhot@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:26:15 +0000 Subject: [PATCH 021/170] Create _discord.heyaxo.json --- domains/_discord.heyaxo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.heyaxo.json diff --git a/domains/_discord.heyaxo.json b/domains/_discord.heyaxo.json new file mode 100644 index 000000000..2f93a079e --- /dev/null +++ b/domains/_discord.heyaxo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "verygafanhot", + "email": "verygafanhot@gmail.com" + }, + "record": { + "TXT": "dh=772e8981e6a0b8bc4e30ac4af5160be7fd175c8a" + } +} From 7bed23df89b32a831b42a84b63b5c4d108f8a4f3 Mon Sep 17 00:00:00 2001 From: Axo! <63465951+Verygafanhot@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:33:10 +0000 Subject: [PATCH 022/170] Rename _github-pages-challenge-Verygafanhot.json to _github-pages-challenge-verygafanhot.json --- ...erygafanhot.json => _github-pages-challenge-verygafanhot.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Verygafanhot.json => _github-pages-challenge-verygafanhot.json} (100%) diff --git a/domains/_github-pages-challenge-Verygafanhot.json b/domains/_github-pages-challenge-verygafanhot.json similarity index 100% rename from domains/_github-pages-challenge-Verygafanhot.json rename to domains/_github-pages-challenge-verygafanhot.json From 03d5eabbf5d1ff808a3b0814535e2cb9059b3bca Mon Sep 17 00:00:00 2001 From: rogerHuntGauntlet Date: Mon, 3 Feb 2025 08:47:58 -0500 Subject: [PATCH 023/170] Create rogerbhuntiii.json --- domains/rogerbhuntiii.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/rogerbhuntiii.json diff --git a/domains/rogerbhuntiii.json b/domains/rogerbhuntiii.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/rogerbhuntiii.json @@ -0,0 +1 @@ + From f2eeab0dbbcebef9b93cdb568e4e43ba60583385 Mon Sep 17 00:00:00 2001 From: rogerHuntGauntlet Date: Mon, 3 Feb 2025 08:50:27 -0500 Subject: [PATCH 024/170] Create ohfpartners.json --- domains/ohfpartners.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/ohfpartners.json diff --git a/domains/ohfpartners.json b/domains/ohfpartners.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/ohfpartners.json @@ -0,0 +1 @@ + From 25b22b75e66ec99a4442607a74b1ddc186e0d1b1 Mon Sep 17 00:00:00 2001 From: rogerHuntGauntlet Date: Mon, 3 Feb 2025 08:50:37 -0500 Subject: [PATCH 025/170] Create ohfuck.json --- domains/ohfuck.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/ohfuck.json diff --git a/domains/ohfuck.json b/domains/ohfuck.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/ohfuck.json @@ -0,0 +1 @@ + From df0ca90a526fad1e8b6438aecd3a3be0aa5f0892 Mon Sep 17 00:00:00 2001 From: rogerHuntGauntlet Date: Mon, 3 Feb 2025 09:02:37 -0500 Subject: [PATCH 026/170] Create roger.json --- domains/roger.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/roger.json diff --git a/domains/roger.json b/domains/roger.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/roger.json @@ -0,0 +1 @@ + From 2206bb206d76eed9b8f7d9bc76f8d93e7ca8993d Mon Sep 17 00:00:00 2001 From: rogerHuntGauntlet Date: Mon, 3 Feb 2025 09:02:56 -0500 Subject: [PATCH 027/170] Delete domains/rogerbhuntiii.json --- domains/rogerbhuntiii.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 domains/rogerbhuntiii.json diff --git a/domains/rogerbhuntiii.json b/domains/rogerbhuntiii.json deleted file mode 100644 index 8b1378917..000000000 --- a/domains/rogerbhuntiii.json +++ /dev/null @@ -1 +0,0 @@ - From 09284916e52225b1eb23fb8c2b6e58020bf47f5a Mon Sep 17 00:00:00 2001 From: rogerHuntGauntlet Date: Mon, 3 Feb 2025 09:09:08 -0500 Subject: [PATCH 028/170] Update roger.json --- domains/roger.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/domains/roger.json b/domains/roger.json index 8b1378917..bd57065af 100644 --- a/domains/roger.json +++ b/domains/roger.json @@ -1 +1,9 @@ - +{ + "owner": { + "username": "rogerbhuntiii", + "email": "regorhunt02052@gmail.com" + }, + "record": { + "CNAME": "rogerbhuntiii.vercel.app" + } +} From fbb6b67876d8e22e03c663ee962ffccc344b4fc4 Mon Sep 17 00:00:00 2001 From: btleffler Date: Mon, 3 Feb 2025 09:30:48 -0500 Subject: [PATCH 029/170] Create GH Pages verification record for btleffler.is-a.dev --- domains/_github-pages-challenge-btleffler.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-btleffler.json diff --git a/domains/_github-pages-challenge-btleffler.json b/domains/_github-pages-challenge-btleffler.json new file mode 100644 index 000000000..0bd8aecb0 --- /dev/null +++ b/domains/_github-pages-challenge-btleffler.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "btleffler", + "email": "btleffler@github.com" + }, + "record": { + "TXT": "6c3fe486c491afe19b9ba3bbb03d2a" + } +} From 5d6fbd8ed2e31abff0ed5145fa566a773441a7b3 Mon Sep 17 00:00:00 2001 From: helloromero Date: Mon, 3 Feb 2025 14:39:26 +0000 Subject: [PATCH 030/170] add romero domain adding romero! aka me. --- domains/romero.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/romero.json diff --git a/domains/romero.json b/domains/romero.json new file mode 100644 index 000000000..fc4cac431 --- /dev/null +++ b/domains/romero.json @@ -0,0 +1,10 @@ +{ + "your-subdomain": { + "owner": { + "username": "helloromero" + }, + "records": { + "CNAME": "helloromero.co.uk" + } + } +} From 194c53edb2a485be7b5154d12197333065fe31ca Mon Sep 17 00:00:00 2001 From: btleffler Date: Mon, 3 Feb 2025 10:02:52 -0500 Subject: [PATCH 031/170] Rename verification file for btleffler --- ...fler.json => _github-pages-challenge-btleffler.btleffler.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-btleffler.json => _github-pages-challenge-btleffler.btleffler.json} (100%) diff --git a/domains/_github-pages-challenge-btleffler.json b/domains/_github-pages-challenge-btleffler.btleffler.json similarity index 100% rename from domains/_github-pages-challenge-btleffler.json rename to domains/_github-pages-challenge-btleffler.btleffler.json From b06ae517187d83c392d03a62b59ff9de6991983e Mon Sep 17 00:00:00 2001 From: Benjamin <117060315+Aurumdev952@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:59:39 +0200 Subject: [PATCH 032/170] Create benjamin.ish.json --- domains/benjamin.ish.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/benjamin.ish.json diff --git a/domains/benjamin.ish.json b/domains/benjamin.ish.json new file mode 100644 index 000000000..f5d7c88f0 --- /dev/null +++ b/domains/benjamin.ish.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Aurumdev952", + "email": "benjamugi20072@gmail.com" + }, + "record": { + "CNAME": "benjamin-bay.vercel.app" + } +} From 7da5b25e5f51788af7b4721fd84c6244800bfe2e Mon Sep 17 00:00:00 2001 From: Benjamin <117060315+Aurumdev952@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:59:44 +0200 Subject: [PATCH 033/170] Create _vercel.benjamin.ish.json --- domains/_vercel.benjamin.ish.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.benjamin.ish.json diff --git a/domains/_vercel.benjamin.ish.json b/domains/_vercel.benjamin.ish.json new file mode 100644 index 000000000..18d3a13ef --- /dev/null +++ b/domains/_vercel.benjamin.ish.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Aurumdev952", + "email": "benjamugi20072@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=benjamin.ish.is-a.dev,0ecec2654297e08209c0" + } +} From 1dc22606993d8d0fffe859c127f730d2d83d09f2 Mon Sep 17 00:00:00 2001 From: PAVAN SAI TEJA K <84830460+pavan-k-teja@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:52:40 +0530 Subject: [PATCH 034/170] request for subdomain for github pages --- domains/pavankteja.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/pavankteja.json diff --git a/domains/pavankteja.json b/domains/pavankteja.json new file mode 100644 index 000000000..e7890a8b0 --- /dev/null +++ b/domains/pavankteja.json @@ -0,0 +1,11 @@ +{ + "description": "Want to use it to showcase my portfolio", + "repo": "https://github.com/pavan-k-teja/pavan-k-teja.github.io", + "owner": { + "username": "pavan-k-teja", + "email": "pavan@pavan.gg" + }, + "record": { + "CNAME": "pavan-k-teja.github.io" + } +} \ No newline at end of file From 15989c59a67271e3f62086f475aca5cf7a4b9c84 Mon Sep 17 00:00:00 2001 From: Wyatt Smith Date: Mon, 3 Feb 2025 11:27:12 -0500 Subject: [PATCH 035/170] Create wyatt.json --- domains/wyatt.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/wyatt.json diff --git a/domains/wyatt.json b/domains/wyatt.json new file mode 100644 index 000000000..6b60e5792 --- /dev/null +++ b/domains/wyatt.json @@ -0,0 +1,11 @@ +{ + "description": "Blog", + "repo": "https://github.com/ws998116/ws998116.github.io", + "owner": { + "username": "ws998116", + "email": "ws998116@gmail.com" + }, + "record": { + "CNAME": "https://ws998116.github.io/" + } +} From 006150b088b04c30cff37ae8c1cb1b32c26f0c75 Mon Sep 17 00:00:00 2001 From: Rishabh Chhabra Date: Mon, 3 Feb 2025 22:00:00 +0530 Subject: [PATCH 036/170] Create rishabh.json --- domains/rishabh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rishabh.json diff --git a/domains/rishabh.json b/domains/rishabh.json new file mode 100644 index 000000000..21756d41e --- /dev/null +++ b/domains/rishabh.json @@ -0,0 +1,11 @@ +{ + "description": "Is a dev subdomain for rishabh", + "repo": "https://github.com/rishabhc/rishabhc.github.io", + "owner": { + "username": "rishabhc", + "email": "me@rishabh.ch" + }, + "record": { + "CNAME": "rishabhc.github.io" + } +} From 4bf727accdbebe796f9e45c2d0ea2bfd146dab1b Mon Sep 17 00:00:00 2001 From: Sairaj Pai <140620251+gegendepressed@users.noreply.github.com> Date: Mon, 3 Feb 2025 22:07:15 +0530 Subject: [PATCH 037/170] Create sairaj.json --- domains/sairaj.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sairaj.json diff --git a/domains/sairaj.json b/domains/sairaj.json new file mode 100644 index 000000000..eb24b7cd1 --- /dev/null +++ b/domains/sairaj.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio Website", + "repo": "https://github.com/gegendepressed/gegendepressed.github.io", + "owner": { + "username": "gegendepressed", + "email": "sairaj09pai@gmail.com" + }, + "record": { + "CNAME": "gegendepressed.github.io" + } +} From 63da5994799214d152d46df77f55298eef27e04d Mon Sep 17 00:00:00 2001 From: Srcpranav <152841944+Srcpranav@users.noreply.github.com> Date: Mon, 3 Feb 2025 22:20:53 +0530 Subject: [PATCH 038/170] Update domain. --- domains/pranav.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/domains/pranav.json b/domains/pranav.json index b766412f8..1b7c0a6e0 100644 --- a/domains/pranav.json +++ b/domains/pranav.json @@ -1 +1,12 @@ -//empty \ No newline at end of file +{ + "description": "Documentation website for is-a.dev", + "repo": "https://github.com/is-a-dev/docs", + "owner": { + "username": "Srcpranav", + "email": "[zoldyckzoldyck41@gmail.com]" + }, + "record": { + "CNAME": "https://pranav-portfolio-sigma.vercel.app/" + }, + "proxied": true +} From 99752ab38d3e090c89851f5ac073166f50737c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Kaln=C3=BD?= <41711263+totalolage@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:56:28 +0000 Subject: [PATCH 039/170] Add filip subdomain --- domains/filip.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/filip.json diff --git a/domains/filip.json b/domains/filip.json new file mode 100644 index 000000000..0fa90b1db --- /dev/null +++ b/domains/filip.json @@ -0,0 +1,11 @@ +{ + "description": "Filip's personal site and/or CV", + "repo": "https://github.com/totalolage/totalolage.github.io", + "owner": { + "username": "totalolage", + "email": "filip@kalny.net" + }, + "record": { + "CNAME": "totalolage.github.io" + } +} \ No newline at end of file From a2f6974a9e081c8a9c9ab4c632568ea3be4029a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=AA=C9=80=EA=AA=8A=E1=B4=8D=CE=B9=EA=AB=80=20=E1=A5=8A?= =?UTF-8?q?=EA=AB=80=EA=AA=80=CF=81=EA=AA=96=CE=B9?= <103162659+LexisMate@users.noreply.github.com> Date: Tue, 4 Feb 2025 00:32:56 +0530 Subject: [PATCH 040/170] Create izumie.json --- domains/izumie.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 domains/izumie.json diff --git a/domains/izumie.json b/domains/izumie.json new file mode 100644 index 000000000..8c3cf521b --- /dev/null +++ b/domains/izumie.json @@ -0,0 +1,3 @@ +{ + "cname": "https://mr-izumie.vercel.app" +} From 67258b1a64410c678d50186f9171ab4f725b2b1a Mon Sep 17 00:00:00 2001 From: Juan Carlos <155624350+LacruzJSDev@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:26:19 +0100 Subject: [PATCH 041/170] Create juancarloslacruz.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 🚀 Domain Registration Request ## ✅ Requirements Checklist - [x] The file is in the `domains` folder and is in JSON format. - [x] The file name is all lowercase and alphanumeric. - [x] The website is completed. - [x] The website is reachable. - [ ] I'm not using Vercel. *(Not applicable, as I'm using a CNAME record with Vercel.)* - [x] The CNAME record does not contain `https://` or `/`. - [x] The `owner` field contains sufficient information (includes email and Discord). ## 🌐 Website Link/Preview 🔗 [portafolio-weld-three.vercel.app](https://portafolio-weld-three.vercel.app) The website is fully developed and accessible via the provided link. If any modifications are needed, please let me know. 🚀 --- domains/juancarloslacruz.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/juancarloslacruz.json diff --git a/domains/juancarloslacruz.json b/domains/juancarloslacruz.json new file mode 100644 index 000000000..77de78413 --- /dev/null +++ b/domains/juancarloslacruz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "LacruzJSDev", + "email": "", + "discord": "1336068820661567489" + }, + "record": { + "CNAME": "portafolio-weld-three.vercel.app" + } +} From 650bdaf6859653575d69edcb234cef1ac12e8c32 Mon Sep 17 00:00:00 2001 From: rogerHuntGauntlet Date: Mon, 3 Feb 2025 17:29:19 -0600 Subject: [PATCH 042/170] Delete domains/ohfuck.json --- domains/ohfuck.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 domains/ohfuck.json diff --git a/domains/ohfuck.json b/domains/ohfuck.json deleted file mode 100644 index 8b1378917..000000000 --- a/domains/ohfuck.json +++ /dev/null @@ -1 +0,0 @@ - From 66087e2fa9d4e1b1c6b5eddaf8fef38c749881d7 Mon Sep 17 00:00:00 2001 From: rogerHuntGauntlet Date: Mon, 3 Feb 2025 17:29:42 -0600 Subject: [PATCH 043/170] Delete domains/ohfpartners.json --- domains/ohfpartners.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 domains/ohfpartners.json diff --git a/domains/ohfpartners.json b/domains/ohfpartners.json deleted file mode 100644 index 8b1378917..000000000 --- a/domains/ohfpartners.json +++ /dev/null @@ -1 +0,0 @@ - From cf608959e5ef1a3c59656e8071d2ddba90977739 Mon Sep 17 00:00:00 2001 From: rogerHuntGauntlet Date: Mon, 3 Feb 2025 17:31:24 -0600 Subject: [PATCH 044/170] Update roger.json --- domains/roger.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/domains/roger.json b/domains/roger.json index bd57065af..9cb87113b 100644 --- a/domains/roger.json +++ b/domains/roger.json @@ -1,4 +1,6 @@ { + "description": "Documentation website for is-a.dev", + "repo": "https://github.com/rogerHuntGauntlet/registerisadev", "owner": { "username": "rogerbhuntiii", "email": "regorhunt02052@gmail.com" @@ -7,3 +9,5 @@ "CNAME": "rogerbhuntiii.vercel.app" } } + + From f28e0f61a237711a261742573bad254714ab1709 Mon Sep 17 00:00:00 2001 From: Axo! <63465951+Verygafanhot@users.noreply.github.com> Date: Tue, 4 Feb 2025 00:43:50 +0000 Subject: [PATCH 045/170] Rename _github-pages-challenge-verygafanhot.json to _github-pages-challenge-verygafanhot.heyaxo.json --- ...nhot.json => _github-pages-challenge-verygafanhot.heyaxo.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-verygafanhot.json => _github-pages-challenge-verygafanhot.heyaxo.json} (100%) diff --git a/domains/_github-pages-challenge-verygafanhot.json b/domains/_github-pages-challenge-verygafanhot.heyaxo.json similarity index 100% rename from domains/_github-pages-challenge-verygafanhot.json rename to domains/_github-pages-challenge-verygafanhot.heyaxo.json From 48339a3a7240f3627036dea42fcff6d8c8b69ea0 Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Tue, 4 Feb 2025 05:56:54 +0500 Subject: [PATCH 046/170] added umar.json --- domains/umar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/umar.json b/domains/umar.json index b716237d9..077622020 100644 --- a/domains/umar.json +++ b/domains/umar.json @@ -1,6 +1,6 @@ { "description": "Describe the use of this subdomain", - "repo": "https://github.com/UmarSidiki/JS-practice", + "repo": "https://github.com/UmarSidiki/me", "owner": { "username": "umarsidiki", "email": "siddiquiumar0007@gmail.com" From 0f809a780b58182b6f466b7179aa94ed0d78d2db Mon Sep 17 00:00:00 2001 From: Srcpranav <152841944+Srcpranav@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:54:28 +0530 Subject: [PATCH 047/170] Update Domain --- domains/pranav.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/pranav.json b/domains/pranav.json index 1b7c0a6e0..aae98d65f 100644 --- a/domains/pranav.json +++ b/domains/pranav.json @@ -6,7 +6,7 @@ "email": "[zoldyckzoldyck41@gmail.com]" }, "record": { - "CNAME": "https://pranav-portfolio-sigma.vercel.app/" + "CNAME": "pranav-portfolio-sigma.vercel.app" }, "proxied": true } From 71b7353b00abab13a24b644e377a726d17caef8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=AA=C9=80=EA=AA=8A=E1=B4=8D=CE=B9=EA=AB=80=20=E1=A5=8A?= =?UTF-8?q?=EA=AB=80=EA=AA=80=CF=81=EA=AA=96=CE=B9?= <103162659+LexisMate@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:07:17 +0530 Subject: [PATCH 048/170] Update izumie.json --- domains/izumie.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/domains/izumie.json b/domains/izumie.json index 8c3cf521b..97ce5892e 100644 --- a/domains/izumie.json +++ b/domains/izumie.json @@ -1,3 +1,11 @@ { - "cname": "https://mr-izumie.vercel.app" + "description": "izumie.is-a.dev subdomain", + "repo": "https://github.com/LexisMate/register", + "owner": { + "username": "LexisMate" + }, + "record": { + "CNAME": "mr-izumie.vercel.app" + }, + "proxied": true } From ae26931b4180b9545227969c3e80f00f66cc0fc5 Mon Sep 17 00:00:00 2001 From: "P.Bala kishore" <129872649+Kishore0122@users.noreply.github.com> Date: Tue, 4 Feb 2025 13:19:12 +0530 Subject: [PATCH 049/170] Create kishore.json --- domains/kishore.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kishore.json diff --git a/domains/kishore.json b/domains/kishore.json new file mode 100644 index 000000000..f90374f96 --- /dev/null +++ b/domains/kishore.json @@ -0,0 +1,11 @@ +{ + "description": "personal portfolio", + "repo": "https://github.com/Kishore0122/portfolio", + "owner": { + "username": "Kishore0122", + "email": "kishorepanuganti278@gmail.com" + }, + "record": { + "CNAME": "kishore0122.github.io/portfolio/" + } +} From 4dda974ba0b8f4f36cf14c60f6b8f396a79714d6 Mon Sep 17 00:00:00 2001 From: Abdelhamied Mostafa <75527583+abdelhamied403@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:05:35 +0200 Subject: [PATCH 050/170] Create abdelhamied.json --- domains/abdelhamied.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/abdelhamied.json diff --git a/domains/abdelhamied.json b/domains/abdelhamied.json new file mode 100644 index 000000000..7364a6ada --- /dev/null +++ b/domains/abdelhamied.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "abdelhamied403" + }, + "record": { + "CNAME": "abdelhamied.vercel.app" + } +} From 87e9aac43fdc2ec7922713c5ba2b37ea1b80ad9d Mon Sep 17 00:00:00 2001 From: Dipesh Khanal <63183800+Dipesh79@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:20:04 +0545 Subject: [PATCH 051/170] Create dipesh.json --- domains/dipesh.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/dipesh.json diff --git a/domains/dipesh.json b/domains/dipesh.json new file mode 100644 index 000000000..b407f212b --- /dev/null +++ b/domains/dipesh.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "dipesh79" + }, + "record": { + "A": "192.250.235.27" + } +} From b7b8fcf690857807c2aff257e7886e82e608b64d Mon Sep 17 00:00:00 2001 From: ajay sathvik <111119810+ajaysathvik@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:30:05 +0530 Subject: [PATCH 052/170] Create ajaysathvik.json --- ajaysathvik.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ajaysathvik.json diff --git a/ajaysathvik.json b/ajaysathvik.json new file mode 100644 index 000000000..0338a6502 --- /dev/null +++ b/ajaysathvik.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ajaysathvik", + "email": "ajaysathviksu@gmail.com", + }, + "record": { + "CNAME": "ajaysathvik.vercel.app" + } +} From 8d4b470bd6c2bcb96fdbcd15fba0d159dc5e4b13 Mon Sep 17 00:00:00 2001 From: Chung Hei Tse Date: Tue, 4 Feb 2025 21:24:48 +0800 Subject: [PATCH 053/170] Add Jones Tse's portfolio website configuration --- domains/jones.tse.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jones.tse.json diff --git a/domains/jones.tse.json b/domains/jones.tse.json new file mode 100644 index 000000000..cd27d31e6 --- /dev/null +++ b/domains/jones.tse.json @@ -0,0 +1,11 @@ +{ + "description": "Jones Tse's Portfolio Website", + "repo": "https://github.com/chunghei0116/portfolio", + "owner": { + "username": "chunghei0116", + "email": "chungheibrad@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} From ad03211f5c8ff2d5994ec18cd771f8dd4d1558da Mon Sep 17 00:00:00 2001 From: Chung Hei Tse Date: Tue, 4 Feb 2025 21:25:57 +0800 Subject: [PATCH 054/170] Add Jones Tse's portfolio website configuration --- domains/{jones.tse.json => jonestse.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{jones.tse.json => jonestse.json} (100%) diff --git a/domains/jones.tse.json b/domains/jonestse.json similarity index 100% rename from domains/jones.tse.json rename to domains/jonestse.json From 85301e2ee71d0bae7b171d18eb9e4270bbd835b6 Mon Sep 17 00:00:00 2001 From: Hong Jiarong Date: Tue, 4 Feb 2025 22:31:05 +0800 Subject: [PATCH 055/170] Create hjr.json --- domains/hjr.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/hjr.json diff --git a/domains/hjr.json b/domains/hjr.json new file mode 100644 index 000000000..fbb47b802 --- /dev/null +++ b/domains/hjr.json @@ -0,0 +1,10 @@ +{ + "description": "Personal website for JrHimself.", + "owner": { + "username": "hongjr03", + "email": "me@jrhim.com" + }, + "record": { + "CNAME": "hongjr03-github-io.vercel.app" + }, +} From c5eba8b07be0abc74c0a1260f3c142ba99f57ad8 Mon Sep 17 00:00:00 2001 From: Pedro Henrique Pires Date: Tue, 4 Feb 2025 11:44:14 -0300 Subject: [PATCH 056/170] Create php.json --- domains/php.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/php.json diff --git a/domains/php.json b/domains/php.json new file mode 100644 index 000000000..391bff798 --- /dev/null +++ b/domains/php.json @@ -0,0 +1,10 @@ +{ + "description": "Personal website for Pedro Henrique Pires (PHP)", + "owner": { + "username": "pedrohenriquepirs", + "email": "pdrhenriquepires@gmail.com" + }, + "record": { + "CNAME": "pedrohenriquepires.com.br" + }, +} From 605a690cbd6ccced1deef457ebadc865f804c8c2 Mon Sep 17 00:00:00 2001 From: Pedro Henrique Pires Date: Tue, 4 Feb 2025 11:50:27 -0300 Subject: [PATCH 057/170] Update php.json --- domains/php.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/php.json b/domains/php.json index 391bff798..f3d6a20b0 100644 --- a/domains/php.json +++ b/domains/php.json @@ -1,7 +1,7 @@ { "description": "Personal website for Pedro Henrique Pires (PHP)", "owner": { - "username": "pedrohenriquepirs", + "username": "pedrohenriquepires", "email": "pdrhenriquepires@gmail.com" }, "record": { From f630f1cc40877343a36cd8672d249d603f84b0fd Mon Sep 17 00:00:00 2001 From: IMXNOOBX <69653071+IMXNOOBX@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:01:46 +0100 Subject: [PATCH 058/170] Added noob.bio portfolio into registered subdomains for is-a.dev --- domains/_discord.noob.json | 9 +++++++++ domains/noob.json | 12 ++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 domains/_discord.noob.json create mode 100644 domains/noob.json diff --git a/domains/_discord.noob.json b/domains/_discord.noob.json new file mode 100644 index 000000000..e2d192999 --- /dev/null +++ b/domains/_discord.noob.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "IMXNOOBX", + "email": "me@noob.bio" + }, + "record": { + "TXT": "dh=4bda89987e4e232aac78bb9d0a0e973c96166119" + } +} \ No newline at end of file diff --git a/domains/noob.json b/domains/noob.json new file mode 100644 index 000000000..fb0b0a9f1 --- /dev/null +++ b/domains/noob.json @@ -0,0 +1,12 @@ +{ + "description": "My personal portfolio site, made in nextjs", + "repo": "https://github.com/is-a-dev/docs", + "owner": { + "username": "IMXNOOBX", + "email": "me@noob.bio" + }, + "record": { + "CNAME": "noob.bio" + }, + "proxied": false + } \ No newline at end of file From 30c88fcea10498e9804819fb0a1907d120a7295e Mon Sep 17 00:00:00 2001 From: IMXNOOBX <69653071+IMXNOOBX@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:08:39 +0100 Subject: [PATCH 059/170] Updated repo url --- domains/noob.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/noob.json b/domains/noob.json index fb0b0a9f1..5f359b803 100644 --- a/domains/noob.json +++ b/domains/noob.json @@ -1,6 +1,6 @@ { "description": "My personal portfolio site, made in nextjs", - "repo": "https://github.com/is-a-dev/docs", + "repo": "https://github.com/IMXNOOBX/universe", "owner": { "username": "IMXNOOBX", "email": "me@noob.bio" From c8e5a60261068d68367350c58eb96812b91e43a5 Mon Sep 17 00:00:00 2001 From: Jigar Bhoye <84662430+jigarbhoye04@users.noreply.github.com> Date: Tue, 4 Feb 2025 21:48:59 +0530 Subject: [PATCH 060/170] Create jigarbhoye.json --- domains/jigarbhoye.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/jigarbhoye.json diff --git a/domains/jigarbhoye.json b/domains/jigarbhoye.json new file mode 100644 index 000000000..b8a8bc5ef --- /dev/null +++ b/domains/jigarbhoye.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "jigarbhoye04", + "discord": "jigx.04", + "email": "jigarbhoye04@gmail.com" + }, + "record": { + "CNAME": "jigarbhoye.vercel.app" + } +} From 485d86f763a7b0dbdbb192c6c606117832c6fb11 Mon Sep 17 00:00:00 2001 From: jigar Date: Tue, 4 Feb 2025 22:01:04 +0530 Subject: [PATCH 061/170] Add jigarbhoye.json for domain verification details --- domains/_vercel.jigarbhoye.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.jigarbhoye.json diff --git a/domains/_vercel.jigarbhoye.json b/domains/_vercel.jigarbhoye.json new file mode 100644 index 000000000..fe1869dc4 --- /dev/null +++ b/domains/_vercel.jigarbhoye.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "jigarbhoye04", + "discord": "jigx.04", + "email": "jigarbhoye04@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=jigarbhoye.is-a.dev,194424ab5762042e64fa" + } + } \ No newline at end of file From 3ad84639442771e57a119fb3e62b5d9a84c0f07b Mon Sep 17 00:00:00 2001 From: Mahdi Hazrati <127740921+Mahdi-Hazrati@users.noreply.github.com> Date: Tue, 4 Feb 2025 20:33:49 +0330 Subject: [PATCH 062/170] Create mahdi.json --- domains/mahdi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mahdi.json diff --git a/domains/mahdi.json b/domains/mahdi.json new file mode 100644 index 000000000..b4b460fc9 --- /dev/null +++ b/domains/mahdi.json @@ -0,0 +1,11 @@ +{ + "description": "my dev portfolio website", + "repo": "https://github.com/Mahdi-Hazrati/mahdi.is-a.dev", + "owner": { + "username": "mahdi-hazrati", + "email": "[email protected]" + }, + "record": { + "CNAME": "mahdi-hazrati.github.io" + } +} From 1fd0d7204c5500eb6bf894372854af936c5677d0 Mon Sep 17 00:00:00 2001 From: Adil Mohammed Date: Tue, 4 Feb 2025 22:42:11 +0530 Subject: [PATCH 063/170] Create adil.json --- domains/adil.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/adil.json diff --git a/domains/adil.json b/domains/adil.json new file mode 100644 index 000000000..7be245ab3 --- /dev/null +++ b/domains/adil.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "adil-uddin" + }, + "record": { + "CNAME": "adil-uddin.github.io" + } +} From 126061bbd95c570260391e31918df2cb2bc15e1f Mon Sep 17 00:00:00 2001 From: Adil Mohammed Date: Tue, 4 Feb 2025 22:45:44 +0530 Subject: [PATCH 064/170] Update adil.json add details --- domains/adil.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/domains/adil.json b/domains/adil.json index 7be245ab3..b689f3b68 100644 --- a/domains/adil.json +++ b/domains/adil.json @@ -1,7 +1,10 @@ { - "owner": { - "username": "adil-uddin" - }, + "description": "Adil Mohammed's Home Page", + "repo": "https://github.com/adil-uddin", + "owner": { + "username": "adil-uddin", + "email": "adilaryan786@gmail.com" + }, "record": { "CNAME": "adil-uddin.github.io" } From 27ef8239f4764d8699eb929c1591bd7083e940a0 Mon Sep 17 00:00:00 2001 From: Benjamin <117060315+Aurumdev952@users.noreply.github.com> Date: Tue, 4 Feb 2025 19:25:24 +0200 Subject: [PATCH 065/170] Rename domains/benjamin.ish.json to domains/ish/ishbenjamin.json --- domains/{benjamin.ish.json => ish/ishbenjamin.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{benjamin.ish.json => ish/ishbenjamin.json} (100%) diff --git a/domains/benjamin.ish.json b/domains/ish/ishbenjamin.json similarity index 100% rename from domains/benjamin.ish.json rename to domains/ish/ishbenjamin.json From 380c3546c85ae5d90b980c6ebd89587bc3dccb1a Mon Sep 17 00:00:00 2001 From: Benjamin <117060315+Aurumdev952@users.noreply.github.com> Date: Tue, 4 Feb 2025 19:26:37 +0200 Subject: [PATCH 066/170] Update and rename _vercel.benjamin.ish.json to _vercel.ishbenjamin.json --- domains/{_vercel.benjamin.ish.json => _vercel.ishbenjamin.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_vercel.benjamin.ish.json => _vercel.ishbenjamin.json} (62%) diff --git a/domains/_vercel.benjamin.ish.json b/domains/_vercel.ishbenjamin.json similarity index 62% rename from domains/_vercel.benjamin.ish.json rename to domains/_vercel.ishbenjamin.json index 18d3a13ef..ff9d84cea 100644 --- a/domains/_vercel.benjamin.ish.json +++ b/domains/_vercel.ishbenjamin.json @@ -4,6 +4,6 @@ "email": "benjamugi20072@gmail.com" }, "record": { - "TXT": "vc-domain-verify=benjamin.ish.is-a.dev,0ecec2654297e08209c0" + "TXT": "vc-domain-verify=ishbenjamin.is-a.dev,787c8741716d7d7ae200" } } From 0cccd96ce94a4048765e7232dd7b27222e411ad5 Mon Sep 17 00:00:00 2001 From: Basile Cassiers Date: Tue, 4 Feb 2025 18:30:28 +0100 Subject: [PATCH 067/170] feat: add base domain --- domains/base.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/base.json diff --git a/domains/base.json b/domains/base.json new file mode 100644 index 000000000..cc20db89f --- /dev/null +++ b/domains/base.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bcassiers", + "discord": "base08875" + }, + "record": { + "CNAME": "adbc.be" + } +} \ No newline at end of file From 0fb2bd3f19f12b3ba406cc205b92985e262099bc Mon Sep 17 00:00:00 2001 From: Cas <72042903+caswantsanap@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:56:22 -0700 Subject: [PATCH 068/170] Create cas.json --- domains/cas.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/cas.json diff --git a/domains/cas.json b/domains/cas.json new file mode 100644 index 000000000..940b8011e --- /dev/null +++ b/domains/cas.json @@ -0,0 +1,11 @@ +{ + "description": "lil bio", + "repo": "https://github.com/caswantsanap/bio", + "owner": { + "username": "caswantsanap", + "email": "caswantsanap@gmail.com" + }, + "record": { + "CNAME": "caswantsanap.github.io\bio" + } +} From 41bd36c17595b5c02d4f77bec33960b31f1d6226 Mon Sep 17 00:00:00 2001 From: Pritam Das <40018547+ImDarkShadow@users.noreply.github.com> Date: Tue, 4 Feb 2025 23:30:11 +0530 Subject: [PATCH 069/170] vercel TXT add --- domains/_vercel.pritam.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.pritam.json diff --git a/domains/_vercel.pritam.json b/domains/_vercel.pritam.json new file mode 100644 index 000000000..48cd95f8f --- /dev/null +++ b/domains/_vercel.pritam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ImDarkShadow", + "email": "itspritam@proton.me" + }, + "record": { + "TXT": "pvc-domain-verify=pritam.is-a.dev,8deacca92e10a3d2f865" + } +} \ No newline at end of file From 038f8c9823ea31b536e9d8b356b05a9a83cbde18 Mon Sep 17 00:00:00 2001 From: David Valdivia Date: Tue, 4 Feb 2025 13:00:37 -0600 Subject: [PATCH 070/170] Create david.json --- domains/david.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/david.json diff --git a/domains/david.json b/domains/david.json new file mode 100644 index 000000000..828fc832f --- /dev/null +++ b/domains/david.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "david-valdivia", + "email": "dev@dvaldivia.com" + }, + "record": { + "CNAME": "dvaldivia.com" + } +} From d4d9aec8de1d81dfa5c38ba6c26c52867c3ce394 Mon Sep 17 00:00:00 2001 From: Nir Chen Date: Tue, 4 Feb 2025 21:28:56 +0200 Subject: [PATCH 071/170] Created thecommandcat.json --- domains/thecommandcat.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/thecommandcat.json diff --git a/domains/thecommandcat.json b/domains/thecommandcat.json new file mode 100644 index 000000000..ca8387ad6 --- /dev/null +++ b/domains/thecommandcat.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/TheCommandCat/TheCommandCat.github.io", + "owner": { + "username": "TheCommandCat", + "email": "bhrtkhvji@gmail.com" + }, + "record": { + "CNAME": "thecommandcat.github.io" + } +} From 9edaee42ffe335db48649a8b4f74c218999b0a1d Mon Sep 17 00:00:00 2001 From: Nathan Anderson Date: Tue, 4 Feb 2025 12:48:52 -0700 Subject: [PATCH 072/170] Create nd24.json --- domains/nd24.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/nd24.json diff --git a/domains/nd24.json b/domains/nd24.json new file mode 100644 index 000000000..eff10a971 --- /dev/null +++ b/domains/nd24.json @@ -0,0 +1,11 @@ +{ + "description": "natedog2424's portfolio website", + "repo": "https://github.com/natedog2424/natedog2424.github.io", + "owner": { + "username": "natedog2424", + "email": "natedog2424mail@gmail.com" + }, + "record": { + "CNAME": "natedog2424.github.io" + } +} From de3611964ae320be7ca5a20bd97130372fe6b2cb Mon Sep 17 00:00:00 2001 From: Avis Lowha Date: Wed, 5 Feb 2025 02:43:25 +0530 Subject: [PATCH 073/170] added txt for vercel --- domains/_vercel.awhvish.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/_vercel.awhvish.json diff --git a/domains/_vercel.awhvish.json b/domains/_vercel.awhvish.json new file mode 100644 index 000000000..287cce65b --- /dev/null +++ b/domains/_vercel.awhvish.json @@ -0,0 +1,13 @@ +{ + "description": "Personal Portfolio Website", + "owner": { + "username": "awhvish", + "email": "avislowha9@gmail.com", + }, + "record": { + "TXT": ["vc-domain-verify=awhvish.is-a.dev,f4fbe002837b72638f88"] + } +} + + + From e489e9b39a5867da70272be564d1ca3bb48d5c7e Mon Sep 17 00:00:00 2001 From: JesusVala <78124966+JesusVala@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:45:30 -0600 Subject: [PATCH 074/170] Create jesus-valadez.json A github page to show a personal portfolio --- domains/jesus-valadez.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jesus-valadez.json diff --git a/domains/jesus-valadez.json b/domains/jesus-valadez.json new file mode 100644 index 000000000..2bbde1841 --- /dev/null +++ b/domains/jesus-valadez.json @@ -0,0 +1,11 @@ +{ + "description": "Use to show a personal portfolio", + "repo": "https://github.com/JesusVala/JesusValadez.github.io.git" , + "owner": { + "username": "JesusVala", + "email": "jesusvaladezf@outlook.com" + }, + "record": { + "CNAME": "JesusValadez.github.io" + } +} From 9f5e263b484c69f5d77014521f693b202d75c66a Mon Sep 17 00:00:00 2001 From: JesusVala <78124966+JesusVala@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:48:18 -0600 Subject: [PATCH 075/170] Rename jesus-valadez.json to jesusvaladez.json --- domains/{jesus-valadez.json => jesusvaladez.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{jesus-valadez.json => jesusvaladez.json} (100%) diff --git a/domains/jesus-valadez.json b/domains/jesusvaladez.json similarity index 100% rename from domains/jesus-valadez.json rename to domains/jesusvaladez.json From 5f426cb17c3697e1c1adfdb5b941085bf9112a03 Mon Sep 17 00:00:00 2001 From: "Mubarak H. Alketbi" <2147851+MubarakHAlketbi@users.noreply.github.com> Date: Wed, 5 Feb 2025 02:24:35 +0400 Subject: [PATCH 076/170] Create mubarak.json --- domains/mubarak.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mubarak.json diff --git a/domains/mubarak.json b/domains/mubarak.json new file mode 100644 index 000000000..d5a9106ee --- /dev/null +++ b/domains/mubarak.json @@ -0,0 +1,11 @@ +{ + "description": "link to Mubarak H. Alketbi Github profile", + "repo": "https://github.com/MubarakHAlketbi", + "owner": { + "username": "MubarakHAlketbi", + "email": "mubarak.harran@gmail.com" + }, + "record": { + "URL": "https://mubarakhalketbi.com" + } +} From a45c7b0d69b4a3e413457ec9f91ab29ee5ce521f Mon Sep 17 00:00:00 2001 From: Flavio <118379452+Ciao287@users.noreply.github.com> Date: Tue, 4 Feb 2025 23:30:53 +0100 Subject: [PATCH 077/170] Update ciao287.json --- domains/ciao287.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ciao287.json b/domains/ciao287.json index af3721626..6e1582f7e 100644 --- a/domains/ciao287.json +++ b/domains/ciao287.json @@ -4,6 +4,6 @@ "discord": "687333016921440317" }, "record": { - "CNAME": "ciao287.github.io" + "A": ["144.91.115.195"] } } From 5785e35b69ebe177f60c8d5b171cebc27de9cc80 Mon Sep 17 00:00:00 2001 From: Abdallah BARI <37937958+Abdallah01win@users.noreply.github.com> Date: Tue, 4 Feb 2025 23:43:13 +0100 Subject: [PATCH 078/170] Create abdallahbari.json --- domains/abdallahbari.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/abdallahbari.json diff --git a/domains/abdallahbari.json b/domains/abdallahbari.json new file mode 100644 index 000000000..d006f40f9 --- /dev/null +++ b/domains/abdallahbari.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Abdallah01win", + "email": "abdellah01win@gmail.com" + }, + "record": { + "CNAME": "https://portfolio-bf2.pages.dev/" + } +} From add79001a1a79b1519fb11b6bc4e37ce2ab79dff Mon Sep 17 00:00:00 2001 From: FrancoDurand <106925453+FrancoDurand@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:53:22 -0500 Subject: [PATCH 079/170] vercel domain --- domains/_vercel.francodurand.json | 8 ++++++++ domains/francodurand.json | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 domains/_vercel.francodurand.json create mode 100644 domains/francodurand.json diff --git a/domains/_vercel.francodurand.json b/domains/_vercel.francodurand.json new file mode 100644 index 000000000..1a2c0f66d --- /dev/null +++ b/domains/_vercel.francodurand.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "FrancoDurand" + }, + "record": { + "TXT": "vc-domain-verify=francodurand.is-a.dev,ad7840fa5cb01e5d90c1" + } +} \ No newline at end of file diff --git a/domains/francodurand.json b/domains/francodurand.json new file mode 100644 index 000000000..a6baa5690 --- /dev/null +++ b/domains/francodurand.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "FrancoDurand" + }, + "record": { + "CNAME": "devfolio-franco.vercel.app" + } +} \ No newline at end of file From fb6c4e7cae1a4665a5cebc4137f474bf4784b9a9 Mon Sep 17 00:00:00 2001 From: FrancoDurand <106925453+FrancoDurand@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:56:33 -0500 Subject: [PATCH 080/170] add email --- domains/francodurand.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/francodurand.json b/domains/francodurand.json index a6baa5690..8f68c5397 100644 --- a/domains/francodurand.json +++ b/domains/francodurand.json @@ -1,6 +1,7 @@ { "owner": { - "username": "FrancoDurand" + "username": "FrancoDurand", + "email": "francoduve.25@gmail.com" }, "record": { "CNAME": "devfolio-franco.vercel.app" From 7dd30e2ea6304adb10758ab97f33c66e2e34f390 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Tue, 4 Feb 2025 23:15:12 +0000 Subject: [PATCH 081/170] feat: add 1995parham domain --- domains/1995parham.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/1995parham.json diff --git a/domains/1995parham.json b/domains/1995parham.json new file mode 100644 index 000000000..a5dbabef4 --- /dev/null +++ b/domains/1995parham.json @@ -0,0 +1,10 @@ +{ + "description": "Personal website", + "owner": { + "username": "1995parham", + "email": "parham.alvani@gmail.com" + }, + "record": { + "CNAME": "1995parham.github.io" + } +} From 50d20bbf2309e4cc21b41a225ee19a60025bf123 Mon Sep 17 00:00:00 2001 From: Mohit Kumar <45988483+kumar-mohit-dev@users.noreply.github.com> Date: Wed, 5 Feb 2025 05:37:01 +0530 Subject: [PATCH 082/170] Create mohit --- domains/mohit | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mohit diff --git a/domains/mohit b/domains/mohit new file mode 100644 index 000000000..d62cb6e66 --- /dev/null +++ b/domains/mohit @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kumar-mohit-dev", + "email": "mohitgoswami.work@gmail.com" + }, + "record": { + "CNAME": "kumar-mohit-dev.github.io" + } +} From b7ba5fed0eff2b3e3782e5931707702e19beb70e Mon Sep 17 00:00:00 2001 From: "While True: learn()" Date: Wed, 5 Feb 2025 09:10:02 +0800 Subject: [PATCH 083/170] Create battlehawk --- domains/battlehawk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/battlehawk diff --git a/domains/battlehawk b/domains/battlehawk new file mode 100644 index 000000000..5322ce2a2 --- /dev/null +++ b/domains/battlehawk @@ -0,0 +1,11 @@ +{ + "description": "is-a.dev domain for BATTLEHAWK00(redirecting to https://code1024.icu)", + "owner": { + "username": "BATTLEHAWK00", + "email": "yxlk2oi@gmail.com" + }, + "record": { + "URL": "https://code1024.icu" + }, + "proxied": true +} From 100122b87d5a435bd50701ba070bc941cbd6681a Mon Sep 17 00:00:00 2001 From: "While True: learn()" Date: Wed, 5 Feb 2025 09:15:36 +0800 Subject: [PATCH 084/170] Rename battlehawk to battlehawk.json --- domains/{battlehawk => battlehawk.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{battlehawk => battlehawk.json} (100%) diff --git a/domains/battlehawk b/domains/battlehawk.json similarity index 100% rename from domains/battlehawk rename to domains/battlehawk.json From 8fbc0c362e9a093b69468e27d63fa57e35d11866 Mon Sep 17 00:00:00 2001 From: Sri Krishna Date: Wed, 5 Feb 2025 11:22:01 +1000 Subject: [PATCH 085/170] add portfolio --- domains/sri.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/domains/sri.json b/domains/sri.json index 71d589d12..575e8234a 100644 --- a/domains/sri.json +++ b/domains/sri.json @@ -1,6 +1,10 @@ { "repo": "https://github.com/srikrishna180/portfolio", "owner": { - "username": "srikrishna180" + "username": "srikrishna180", + "email": "srikrishnak.dev@gmail.com" + }, + "record": { + "CNAME": "irs.dev" } } From bac13932de07d7d874a3ad9a24ff0061e2970229 Mon Sep 17 00:00:00 2001 From: Warren Wong Date: Wed, 5 Feb 2025 11:11:01 +0800 Subject: [PATCH 086/170] add warren --- domains/warren.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/warren.json diff --git a/domains/warren.json b/domains/warren.json new file mode 100644 index 000000000..f67152f1d --- /dev/null +++ b/domains/warren.json @@ -0,0 +1,11 @@ +{ + "description": "GitHub profile of Warren", + "repo": "https://github.com/somethingwentwell/somethingwentwell.github.io", + "owner": { + "username": "somethingwentwell", + "email": "wwwc@outlook.com" + }, + "record": { + "CNAME": "somethingwentwell.github.io" + } +} From 046248d5e78224dce2840e750dc2ff9868fa7493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=AA=C9=80=EA=AA=8A=E1=B4=8D=CE=B9=EA=AB=80=20=E1=A5=8A?= =?UTF-8?q?=EA=AB=80=EA=AA=80=CF=81=EA=AA=96=CE=B9?= <103162659+LexisMate@users.noreply.github.com> Date: Wed, 5 Feb 2025 08:50:29 +0530 Subject: [PATCH 087/170] Update izumie.json --- domains/izumie.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/izumie.json b/domains/izumie.json index 97ce5892e..f34fb3a83 100644 --- a/domains/izumie.json +++ b/domains/izumie.json @@ -2,7 +2,8 @@ "description": "izumie.is-a.dev subdomain", "repo": "https://github.com/LexisMate/register", "owner": { - "username": "LexisMate" + "username": "LexisMate", + "email": "izumieprivateltd@gmail.com" }, "record": { "CNAME": "mr-izumie.vercel.app" From 2570043042887dde451fe2830c0c6d8dedbe0609 Mon Sep 17 00:00:00 2001 From: Lachlan Teale <8567647+MrTeale@users.noreply.github.com> Date: Wed, 5 Feb 2025 03:59:56 +0000 Subject: [PATCH 088/170] Add Lachlan.json --- domains/lachlan.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/lachlan.json diff --git a/domains/lachlan.json b/domains/lachlan.json new file mode 100644 index 000000000..916392b08 --- /dev/null +++ b/domains/lachlan.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "mrteale" + }, + "record": { + "CNAME": "lachlanteale.com" + } +} \ No newline at end of file From a25f90958a4f8bf0f130f7ee056d3822bda12cec Mon Sep 17 00:00:00 2001 From: Eric Dahl Date: Tue, 4 Feb 2025 23:01:19 -0500 Subject: [PATCH 089/170] Create eric-dahl.json --- domains/eric-dahl.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/eric-dahl.json diff --git a/domains/eric-dahl.json b/domains/eric-dahl.json new file mode 100644 index 000000000..97437b50a --- /dev/null +++ b/domains/eric-dahl.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Skeyelab" + }, + "record": { + "URL": "https://vc.ericdahl.dev" + } +} From d79ffa0fae5e480c9e847fe931c8a6b92a4564dc Mon Sep 17 00:00:00 2001 From: Eric Dahl Date: Tue, 4 Feb 2025 23:04:03 -0500 Subject: [PATCH 090/170] Update eric-dahl.json --- domains/eric-dahl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/eric-dahl.json b/domains/eric-dahl.json index 97437b50a..615d7ac7a 100644 --- a/domains/eric-dahl.json +++ b/domains/eric-dahl.json @@ -3,6 +3,6 @@ "username": "Skeyelab" }, "record": { - "URL": "https://vc.ericdahl.dev" + "URL": "https://cv.ericdahl.dev" } } From e2ead048a8eb830f97d25f2cac4cf214b991c4c8 Mon Sep 17 00:00:00 2001 From: rogerHuntGauntlet Date: Tue, 4 Feb 2025 22:21:01 -0600 Subject: [PATCH 091/170] Create _vercel.roger.json --- domains/_vercel.roger.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.roger.json diff --git a/domains/_vercel.roger.json b/domains/_vercel.roger.json new file mode 100644 index 000000000..fe2c25d29 --- /dev/null +++ b/domains/_vercel.roger.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "rogerHuntGauntlet", + "email": "regorhunt02052@gmail.com", + "discord": "roger_jgs404040" + }, + "record": { + "TXT": "vc-domain-verify=roger.is-a.dev,3c1580f4736931662645" + } +} From ab33c0c0016d8670dd1337cda8887ffebab76934 Mon Sep 17 00:00:00 2001 From: rogerHuntGauntlet Date: Tue, 4 Feb 2025 22:24:03 -0600 Subject: [PATCH 092/170] Update roger.json --- domains/roger.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/roger.json b/domains/roger.json index 9cb87113b..dd32fb8a5 100644 --- a/domains/roger.json +++ b/domains/roger.json @@ -2,8 +2,9 @@ "description": "Documentation website for is-a.dev", "repo": "https://github.com/rogerHuntGauntlet/registerisadev", "owner": { - "username": "rogerbhuntiii", - "email": "regorhunt02052@gmail.com" + "username": "rogerHuntGauntlet", + "email": "regorhunt02052@gmail.com", + "discord": "roger_jgs404040" }, "record": { "CNAME": "rogerbhuntiii.vercel.app" @@ -11,3 +12,5 @@ } + + From 6ad63a57b5ed5555c32229444b289f532940ff9c Mon Sep 17 00:00:00 2001 From: Cloudie <158478884+hirwko@users.noreply.github.com> Date: Wed, 5 Feb 2025 13:27:52 +0900 Subject: [PATCH 093/170] Update and rename rzt5.json to cloudie.json --- domains/{rzt5.json => cloudie.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{rzt5.json => cloudie.json} (68%) diff --git a/domains/rzt5.json b/domains/cloudie.json similarity index 68% rename from domains/rzt5.json rename to domains/cloudie.json index 4e7fd0630..f6d323cbb 100644 --- a/domains/rzt5.json +++ b/domains/cloudie.json @@ -4,6 +4,6 @@ "discord": "rzt5" }, "record": { - "CNAME": "hirako-is-dead.pages.dev" + "CNAME": "website-5zt-53r.pages.dev" } } From 50e9ba28fd353cdac6185414dd485eea2736f5dd Mon Sep 17 00:00:00 2001 From: josedevian <54906576+josedevian@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:04:09 +0700 Subject: [PATCH 094/170] Create josedevian.json --- domains/josedevian.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/josedevian.json diff --git a/domains/josedevian.json b/domains/josedevian.json new file mode 100644 index 000000000..bded9efeb --- /dev/null +++ b/domains/josedevian.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "josedevian", + "email": "josedevian@gmail.com" + }, + "record": { + "URL": "https://josedevian.xyz" + } +} From 5d5baf28a08262ea72925a6fac5c4de53e125da7 Mon Sep 17 00:00:00 2001 From: Arash Hatami Date: Wed, 5 Feb 2025 09:43:24 +0330 Subject: [PATCH 095/170] arash.is-a.dev --- domains/arash.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/arash.json diff --git a/domains/arash.json b/domains/arash.json new file mode 100644 index 000000000..bc7da01e8 --- /dev/null +++ b/domains/arash.json @@ -0,0 +1,13 @@ +{ + "description": "My personal website/blog", + "repo": "https://github.com/hatamiarash7", + "owner": { + "username": "hatamiarash7", + "email": "hatamiarash7@gmail.com", + "twitter": "hatamiarash7" + }, + "record": { + "URL": "https://arash-hatami.ir" + }, + "proxied": true +} From 3ebd8dc8a7019927a70d028269c82aa8e8b02121 Mon Sep 17 00:00:00 2001 From: Arash Hatami Date: Wed, 5 Feb 2025 09:43:40 +0330 Subject: [PATCH 096/170] portfolio.arash.is-a.dev --- domains/portfolio.arash.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/portfolio.arash.json diff --git a/domains/portfolio.arash.json b/domains/portfolio.arash.json new file mode 100644 index 000000000..138e40a55 --- /dev/null +++ b/domains/portfolio.arash.json @@ -0,0 +1,13 @@ +{ + "description": "My personal portfolio", + "repo": "https://github.com/hatamiarash7", + "owner": { + "username": "hatamiarash7", + "email": "hatamiarash7@gmail.com", + "twitter": "hatamiarash7" + }, + "record": { + "URL": "https://portfolio.arash-hatami.ir" + }, + "proxied": true +} From f61a7720d9006649d56056bf18662164e9385357 Mon Sep 17 00:00:00 2001 From: Kriemseeley <156440486+Kriemseeley@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:34:45 +0800 Subject: [PATCH 097/170] Create hyr1nk.json --- domains/hyr1nk.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/hyr1nk.json diff --git a/domains/hyr1nk.json b/domains/hyr1nk.json new file mode 100644 index 000000000..b2c11be8b --- /dev/null +++ b/domains/hyr1nk.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Kriemseeley", + "email": "adamseeley112250@gmail.com" + }, + "record": { + "A": ["39.101.73.144"] + } +} From a835c0ff115dd528c8e30b25106771c324b6b768 Mon Sep 17 00:00:00 2001 From: Anamay Date: Wed, 5 Feb 2025 12:43:37 +0530 Subject: [PATCH 098/170] Update anamay.json --- domains/anamay.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/anamay.json b/domains/anamay.json index 8479cdb5d..4516f24e9 100644 --- a/domains/anamay.json +++ b/domains/anamay.json @@ -1,11 +1,10 @@ { "description": "Anamay's .is-a.dev domain", - "repo": "https://github.com/anamaykashiv/anamaykashiv.github.io", "owner": { "username": "anamaykashiv", "email": "kashiv.anamay002@gmail.com" }, "record": { - "CNAME": "anamaykashiv.github.io" + "CNAME": "anamay.eu.org" } -} \ No newline at end of file +} From 02b958ce854f62ae779d472f0126c6d7684f8580 Mon Sep 17 00:00:00 2001 From: Adil Mohammed Date: Wed, 5 Feb 2025 13:01:03 +0530 Subject: [PATCH 099/170] Update adil.json repo --- domains/adil.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/adil.json b/domains/adil.json index b689f3b68..68c515476 100644 --- a/domains/adil.json +++ b/domains/adil.json @@ -1,6 +1,6 @@ { - "description": "Adil Mohammed's Home Page", - "repo": "https://github.com/adil-uddin", + "description": "Adil Mohammed's Dev Portfolio", + "repo": "https://github.com/adil-uddin/adil-uddin.github.io", "owner": { "username": "adil-uddin", "email": "adilaryan786@gmail.com" From 8b125e2cbaa723039f6502b940fc473967077de4 Mon Sep 17 00:00:00 2001 From: Jacques Marais <88091427+Jacques2Marais@users.noreply.github.com> Date: Wed, 5 Feb 2025 09:44:42 +0200 Subject: [PATCH 100/170] Create _vercel.jacques.json --- domains/_vercel.jacques.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.jacques.json diff --git a/domains/_vercel.jacques.json b/domains/_vercel.jacques.json new file mode 100644 index 000000000..875df6bda --- /dev/null +++ b/domains/_vercel.jacques.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Jacques2Marais", + "email": "", + "discord": "itsmejackmorris#0787" + }, + "record": { + "TXT": "vc-domain-verify=jacques.is-a.dev,99cb4c27dc634df28742" + } +} From 306fb8779e9864649f0a1c4b2aed58ce79c6cfba Mon Sep 17 00:00:00 2001 From: Aaqif Shafi <63208372+aaqifshafi@users.noreply.github.com> Date: Wed, 5 Feb 2025 13:19:46 +0530 Subject: [PATCH 101/170] Update _vercel.pdf.aaqif.json --- domains/_vercel.pdf.aaqif.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.pdf.aaqif.json b/domains/_vercel.pdf.aaqif.json index 68f3a14b1..d509db3b4 100644 --- a/domains/_vercel.pdf.aaqif.json +++ b/domains/_vercel.pdf.aaqif.json @@ -5,6 +5,6 @@ "email": "aaqifshafi@gmail.com" }, "record": { - "TXT": ["vc-domain-verify=gcet.aaqif.is-a.dev,51f4e956bd2e1a1f9160"] + "TXT": ["vc-domain-verify=pdf.aaqif.is-a.dev,a494cb00a704dae80483"] } } From edc67832569da6820fcab8c29d3854f68494046b Mon Sep 17 00:00:00 2001 From: Jacques Marais <88091427+Jacques2Marais@users.noreply.github.com> Date: Wed, 5 Feb 2025 09:49:57 +0200 Subject: [PATCH 102/170] Create jacques.json --- domains/jacques.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/jacques.json diff --git a/domains/jacques.json b/domains/jacques.json new file mode 100644 index 000000000..22c79b1d2 --- /dev/null +++ b/domains/jacques.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Jacques2Marais", + "email": "", + "discord": "itsmejackmorris#0787" + }, + "record": { + "CNAME": "portfolio-jade-eta-63.vercel.app" + } +} From 5a2ee6298e97b65b2e99639e84bb5daaa0a241e6 Mon Sep 17 00:00:00 2001 From: "bd." Date: Wed, 5 Feb 2025 16:11:22 +0800 Subject: [PATCH 103/170] Create bd.json --- domains/bd.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/bd.json diff --git a/domains/bd.json b/domains/bd.json new file mode 100644 index 000000000..b3cc2ccdf --- /dev/null +++ b/domains/bd.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "CantCode023", + "email": "cantcode023@gmail.com", + "discord": "bd8344" + }, + "record": { + "CNAME": "https://cantcode023.github.io/bd.is-a.dev/" + } +} From 58b416cd03198b6afee3c6816a4e78cc22a5bbf9 Mon Sep 17 00:00:00 2001 From: ajaysathvik Date: Wed, 5 Feb 2025 13:44:56 +0530 Subject: [PATCH 104/170] . --- ajaysathvik.json => domains/ajaysathvik.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ajaysathvik.json => domains/ajaysathvik.json (100%) diff --git a/ajaysathvik.json b/domains/ajaysathvik.json similarity index 100% rename from ajaysathvik.json rename to domains/ajaysathvik.json From e320cf8d4197372b1de30b9d29cd9af2a1918b22 Mon Sep 17 00:00:00 2001 From: "P.Bala kishore" <129872649+Kishore0122@users.noreply.github.com> Date: Wed, 5 Feb 2025 13:56:56 +0530 Subject: [PATCH 105/170] Update kishore.json --- domains/kishore.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kishore.json b/domains/kishore.json index f90374f96..12c8a9a9e 100644 --- a/domains/kishore.json +++ b/domains/kishore.json @@ -6,6 +6,6 @@ "email": "kishorepanuganti278@gmail.com" }, "record": { - "CNAME": "kishore0122.github.io/portfolio/" + "CNAME": "kishore0122.github.io" } } From 86296db8b5da558f5e9d8c9cab49ffa2b07b1b9f Mon Sep 17 00:00:00 2001 From: Muhammad Ameen <133481818+am333n@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:14:06 +0530 Subject: [PATCH 106/170] Create _github-pages-challenge-am333n.json --- domains/_github-pages-challenge-am333n.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-am333n.json diff --git a/domains/_github-pages-challenge-am333n.json b/domains/_github-pages-challenge-am333n.json new file mode 100644 index 000000000..ab2407f49 --- /dev/null +++ b/domains/_github-pages-challenge-am333n.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "am333n", + "email": "muhammedameen752@gmail.com" + }, + "record": { + "TXT": "ae46785afb026d6f57c4eb85f644eb" + } +} From c0c14d95e6153db3384e2286d04250a270e7a4cc Mon Sep 17 00:00:00 2001 From: Harshvardhan5703 <151391995+Harshvardhan5703@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:19:34 +0530 Subject: [PATCH 107/170] Create _vercel.harshvardhan.json --- domains/_vercel.harshvardhan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.harshvardhan.json diff --git a/domains/_vercel.harshvardhan.json b/domains/_vercel.harshvardhan.json new file mode 100644 index 000000000..97734fa67 --- /dev/null +++ b/domains/_vercel.harshvardhan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Harshvardhan5703", + "email": "shekhawat.harsh287@gmail.com", + }, + "record": { + "TXT": ["vc-domain-verify=harshvardhan.is-a.dev,a93c0d07e2b0286b32b3"] + } +} From c99aad9ef4d25563b9d24fe4ed3603aeb1c82da3 Mon Sep 17 00:00:00 2001 From: Sneha Jain <157221291+snehajain16@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:22:16 +0530 Subject: [PATCH 108/170] Create snehajain.json --- domains/snehajain.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/snehajain.json diff --git a/domains/snehajain.json b/domains/snehajain.json new file mode 100644 index 000000000..00db595f3 --- /dev/null +++ b/domains/snehajain.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "snehajain16", + "email": "snehajain161104@gmail.com" + }, + "record": { + "CNAME": "snehajain16.github.io" + } +} From 9bb553adacec932f7560854324486bbb9d90328f Mon Sep 17 00:00:00 2001 From: Harshvardhan5703 <151391995+Harshvardhan5703@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:25:56 +0530 Subject: [PATCH 109/170] Update _vercel.harshvardhan.json --- domains/_vercel.harshvardhan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.harshvardhan.json b/domains/_vercel.harshvardhan.json index 97734fa67..50c9df432 100644 --- a/domains/_vercel.harshvardhan.json +++ b/domains/_vercel.harshvardhan.json @@ -1,7 +1,7 @@ { "owner": { "username": "Harshvardhan5703", - "email": "shekhawat.harsh287@gmail.com", + "email": "shekhawat.harsh287@gmail.com" }, "record": { "TXT": ["vc-domain-verify=harshvardhan.is-a.dev,a93c0d07e2b0286b32b3"] From 087f85c44fa29e83c97d71f574cb6f38a88981b4 Mon Sep 17 00:00:00 2001 From: Tullio Sebastiani Date: Tue, 4 Feb 2025 16:07:50 +0100 Subject: [PATCH 110/170] added tullio.json subdomain --- domains/tullio.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tullio.json diff --git a/domains/tullio.json b/domains/tullio.json new file mode 100644 index 000000000..cc3baa5e0 --- /dev/null +++ b/domains/tullio.json @@ -0,0 +1,11 @@ +{ + "description": "Tullio Sebastiani's Home Page", + "repo": "https://github.com/tsebastiani", + "owner": { + "username": "tsebastiani", + "email": "github.sensitize723@passinbox.com" + }, + "record": { + "CNAME": "tsebastiani.github.io" + } +} From d9e5b07cf60956c0ef180e7f026cc6e6c79b8ccc Mon Sep 17 00:00:00 2001 From: ignazio-castrogiovanni Date: Wed, 5 Feb 2025 21:08:34 +1100 Subject: [PATCH 111/170] Create iggy is a dev. --- domains/iggy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/iggy.json diff --git a/domains/iggy.json b/domains/iggy.json new file mode 100644 index 000000000..53bf7d3dc --- /dev/null +++ b/domains/iggy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ignazio-castrogiovanni", + "email": "iggy.castrogiovanni@gmail.com" + }, + "record": { + "URL": "ignazio-castrogiovanni.com" + } +} From cbc3caaa46a1733bf18981d8d27854b8464452f4 Mon Sep 17 00:00:00 2001 From: RobinJesba Date: Wed, 5 Feb 2025 15:44:05 +0530 Subject: [PATCH 112/170] Add robin.json to register domain --- domains/robin.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/robin.json diff --git a/domains/robin.json b/domains/robin.json new file mode 100644 index 000000000..3ded27d8e --- /dev/null +++ b/domains/robin.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/RobinJesba/robinjesba.github.io", + "owner": { + "username": "RobinJesba", + "email": "jb.robinm@gmail.com" + }, + "record": { + "CNAME": "robinjesba.github.io" + } +} From ae47e2ff5a9a04c9de0663dcd5686e326721e8cb Mon Sep 17 00:00:00 2001 From: herobryne0 <122201226+herobryne0@users.noreply.github.com> Date: Wed, 5 Feb 2025 13:34:05 +0300 Subject: [PATCH 113/170] Create fr0stb1rd.json --- domains/fr0stb1rd.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/fr0stb1rd.json diff --git a/domains/fr0stb1rd.json b/domains/fr0stb1rd.json new file mode 100644 index 000000000..5b3929f51 --- /dev/null +++ b/domains/fr0stb1rd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "herobryne0", + "email": "[email protected]" + }, + "record": { + "CNAME": "fr0stb1rd.pages.dev" + } +} From 42639fc9ee70b2b20b22654e921da9a6e7b0f9c0 Mon Sep 17 00:00:00 2001 From: herobryne0 <122201226+herobryne0@users.noreply.github.com> Date: Wed, 5 Feb 2025 13:37:27 +0300 Subject: [PATCH 114/170] Update fr0stb1rd.json --- domains/fr0stb1rd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/fr0stb1rd.json b/domains/fr0stb1rd.json index 5b3929f51..7aa5c3c17 100644 --- a/domains/fr0stb1rd.json +++ b/domains/fr0stb1rd.json @@ -1,7 +1,7 @@ { "owner": { "username": "herobryne0", - "email": "[email protected]" + "email": "fr0stb1rd@proton.me" }, "record": { "CNAME": "fr0stb1rd.pages.dev" From cddbbf9d6151cfc38a876a420472b9d803c4eaec Mon Sep 17 00:00:00 2001 From: Ivan R Date: Wed, 5 Feb 2025 11:46:12 +0100 Subject: [PATCH 115/170] Create anthrxc.json --- domains/anthrxc.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/anthrxc.json diff --git a/domains/anthrxc.json b/domains/anthrxc.json new file mode 100644 index 000000000..fcdd901e0 --- /dev/null +++ b/domains/anthrxc.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio website", + "repo": "https://github.com/anthrxc/portfolio", + "owner": { + "username": "anthrxc", + "email": "anthromadayt@gmail.com" + }, + "record": { + "CNAME": "anthrxc.github.io" + } +} From 9a047c65c27a6aa7c898fa1f7a7909fc67f8476d Mon Sep 17 00:00:00 2001 From: Dipesh Khanal <63183800+Dipesh79@users.noreply.github.com> Date: Wed, 5 Feb 2025 10:56:03 +0000 Subject: [PATCH 116/170] ref: updated email --- domains/dipesh.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/dipesh.json b/domains/dipesh.json index b407f212b..8e861f387 100644 --- a/domains/dipesh.json +++ b/domains/dipesh.json @@ -1,6 +1,7 @@ { "owner": { - "username": "dipesh79" + "username": "dipesh79", + "email": "dipeshkhanal79@gmail.com" }, "record": { "A": "192.250.235.27" From 796dee715c50fe8e604ed70349cc0c1dc8cc8077 Mon Sep 17 00:00:00 2001 From: Paul Jeremiah B <72292872+0xcyberpj@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:29:38 +0530 Subject: [PATCH 117/170] Create cyberpj.json --- domains/cyberpj.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/cyberpj.json diff --git a/domains/cyberpj.json b/domains/cyberpj.json new file mode 100644 index 000000000..2ebca2ad1 --- /dev/null +++ b/domains/cyberpj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "0xcyberpj", + "email": "0xcyberpj@proton.me" + }, + "record": { + "CNAME": "0xcyberpj.github.io" + } +} From 3034caf363a3fc5b6edbf878a1c94d9e97fa6f98 Mon Sep 17 00:00:00 2001 From: yychen1201 <113757435+yychen1201@users.noreply.github.com> Date: Wed, 5 Feb 2025 19:10:41 +0800 Subject: [PATCH 118/170] Register tofu.is-a.dev --- domains/tofu.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/tofu.json diff --git a/domains/tofu.json b/domains/tofu.json new file mode 100644 index 000000000..de3d8aee0 --- /dev/null +++ b/domains/tofu.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "yychen1201", + "discord": "1009412927754866728", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.cZujVSVhansXZskEDTwKI9pcw2Leo2FuKUY12bFLgBv8degT9VaRgOSn7Z4evuLzwINGhnhaweh-Xgo8pUWGOqrO_bDMRyxcIItpx_mGVTMaSZy5SS_aUqGeWbOpsq1oKDGDBumKjJd82m-KXJFq9VEybWOp2B5CVq_dzFC9tzJu-Uu_-0uuC1qRhPeQJHBl1FIgPlyo_bmFoJ_Ow7p7anUonv3zTkqBwPXSyde_BBMzXYU437yharMqo6kZK7N3CVFHoXIg_4aqipW2x-KwGllezQZI8ig3ZvQfLOXDuAwxDRdlwOHQnGlLpSZSZTfVCToifGo--0X6Ml0YHYry9A.Ch4kkhWBAEOJYbdFZyOxZA.Md97JISmrKUauMgTU3ounghyfbxUYW0-M-dedQA7IMlEUE0L08SaYAxh6z88b-7GtuwpszkbxQM9geUOvIl1H3bXfOJqaDFIRlBDgl_Vp4Q.djUuJgDKO_tQYYX_Sa0vLg" + }, + + "record": { + "CNAME": "yychen1201.github.io" + } + } + \ No newline at end of file From d5b66c99b8cff1b561b06f888164e6d3de8de202 Mon Sep 17 00:00:00 2001 From: saxophone Date: Wed, 5 Feb 2025 17:45:23 +0530 Subject: [PATCH 119/170] google site verification for saxophone.is-a.dev --- domains/saxophone.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/saxophone.json b/domains/saxophone.json index 09300ddff..75b027f24 100644 --- a/domains/saxophone.json +++ b/domains/saxophone.json @@ -6,7 +6,7 @@ }, "record": { "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], - "TXT": "forward-email=itsarchit@keemail.me", + "TXT": ["forward-email=itsarchit@keemail.me", "google-site-verification=xWSXW0sDedf6aw6w8tJnySqXZYExIAViuKmTEiuJZpU"], "A": ["216.24.57.1"] } } From 5b52b21cf8555c9d91eabbfc75eb0f669ce881c8 Mon Sep 17 00:00:00 2001 From: saxophone Date: Wed, 5 Feb 2025 17:49:57 +0530 Subject: [PATCH 120/170] Update saxophone.json --- domains/saxophone.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/saxophone.json b/domains/saxophone.json index 75b027f24..854b2e85e 100644 --- a/domains/saxophone.json +++ b/domains/saxophone.json @@ -1,5 +1,5 @@ { - "description": "my website", + "description": "my personal site where i do random stuff i guess", "owner": { "username": "saxophone-guy", "email": "itsarchit@keemail.me" From 2d00326a878c883c922150f051c58bdbe8e11922 Mon Sep 17 00:00:00 2001 From: Benjamin <117060315+Aurumdev952@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:26:12 +0200 Subject: [PATCH 121/170] Delete domains/ish/ishbenjamin.json --- domains/ish/ishbenjamin.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/ish/ishbenjamin.json diff --git a/domains/ish/ishbenjamin.json b/domains/ish/ishbenjamin.json deleted file mode 100644 index f5d7c88f0..000000000 --- a/domains/ish/ishbenjamin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Aurumdev952", - "email": "benjamugi20072@gmail.com" - }, - "record": { - "CNAME": "benjamin-bay.vercel.app" - } -} From d59d1e14bd2648bda922677f0f6c0f33fac9159c Mon Sep 17 00:00:00 2001 From: Benjamin <117060315+Aurumdev952@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:27:47 +0200 Subject: [PATCH 122/170] Create ishbenjamin.json --- domains/ishbenjamin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ishbenjamin.json diff --git a/domains/ishbenjamin.json b/domains/ishbenjamin.json new file mode 100644 index 000000000..f5d7c88f0 --- /dev/null +++ b/domains/ishbenjamin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Aurumdev952", + "email": "benjamugi20072@gmail.com" + }, + "record": { + "CNAME": "benjamin-bay.vercel.app" + } +} From 86a67ea3e7a38fb6a11143575f39dae08e2a9e4a Mon Sep 17 00:00:00 2001 From: helloromero Date: Wed, 5 Feb 2025 15:50:15 +0000 Subject: [PATCH 123/170] updateed romero.json --- domains/romero.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/romero.json b/domains/romero.json index fc4cac431..4ed0e2b50 100644 --- a/domains/romero.json +++ b/domains/romero.json @@ -1,7 +1,8 @@ { - "your-subdomain": { + "owner": { "owner": { - "username": "helloromero" + "username": "helloromero", + "email": "hello@helloromero.co.uk" }, "records": { "CNAME": "helloromero.co.uk" From 1e5059e6c7d986ff3bda7083e8079039e4bfc1b0 Mon Sep 17 00:00:00 2001 From: Dipesh Khanal <63183800+Dipesh79@users.noreply.github.com> Date: Wed, 5 Feb 2025 21:39:25 +0545 Subject: [PATCH 124/170] Update domains/dipesh.json Co-authored-by: 21Z <21z95@proton.me> --- domains/dipesh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dipesh.json b/domains/dipesh.json index 8e861f387..c9056fd66 100644 --- a/domains/dipesh.json +++ b/domains/dipesh.json @@ -4,6 +4,6 @@ "email": "dipeshkhanal79@gmail.com" }, "record": { - "A": "192.250.235.27" + "A": ["192.250.235.27"] } } From c89d495eec1eb23b806484728bada98d7fd471d9 Mon Sep 17 00:00:00 2001 From: Abdelhamied Mostafa <75527583+abdelhamied403@users.noreply.github.com> Date: Wed, 5 Feb 2025 19:03:43 +0200 Subject: [PATCH 125/170] added my email --- domains/abdelhamied.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/abdelhamied.json b/domains/abdelhamied.json index 7364a6ada..d7211c2de 100644 --- a/domains/abdelhamied.json +++ b/domains/abdelhamied.json @@ -1,6 +1,7 @@ { "owner": { - "username": "abdelhamied403" + "username": "abdelhamied403", + "email": "abdelhamied403@gmail.com" }, "record": { "CNAME": "abdelhamied.vercel.app" From ea5818ff41b9693648eca141e8471b611fa5932e Mon Sep 17 00:00:00 2001 From: Pedro Henrique Pires Date: Wed, 5 Feb 2025 14:13:47 -0300 Subject: [PATCH 126/170] Update php.json Co-authored-by: 21Z <21z95@proton.me> --- domains/php.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/php.json b/domains/php.json index f3d6a20b0..7296cc2ec 100644 --- a/domains/php.json +++ b/domains/php.json @@ -6,5 +6,5 @@ }, "record": { "CNAME": "pedrohenriquepires.com.br" - }, + } } From 173b82617260977f88cdba3ee3f43b90ec6ff938 Mon Sep 17 00:00:00 2001 From: ajaysathvik Date: Wed, 5 Feb 2025 22:53:03 +0530 Subject: [PATCH 127/170] . --- domains/ajaysathvik.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/domains/ajaysathvik.json b/domains/ajaysathvik.json index 0338a6502..d6948d1bb 100644 --- a/domains/ajaysathvik.json +++ b/domains/ajaysathvik.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "ajaysathvik", - "email": "ajaysathviksu@gmail.com", - }, - "record": { - "CNAME": "ajaysathvik.vercel.app" - } + "owner": { + "username": "ajaysathvik", + "email": "ajaysathviksu@gmail.com" + }, + "record": { + "CNAME": "ajaysathvik.vercel.app" + } } From 7398a32fda6b46d3722b0356f51d5e6d68a59de0 Mon Sep 17 00:00:00 2001 From: Avis Lowha Date: Thu, 6 Feb 2025 00:25:18 +0530 Subject: [PATCH 128/170] added _vercel.awhvish.json --- domains/_vercel.awhvish.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/_vercel.awhvish.json b/domains/_vercel.awhvish.json index 287cce65b..24944584a 100644 --- a/domains/_vercel.awhvish.json +++ b/domains/_vercel.awhvish.json @@ -1,8 +1,7 @@ { - "description": "Personal Portfolio Website", "owner": { "username": "awhvish", - "email": "avislowha9@gmail.com", + "email": "avislowha9@gmail.com" }, "record": { "TXT": ["vc-domain-verify=awhvish.is-a.dev,f4fbe002837b72638f88"] From 742a76466ba8a94c5209ac1b51e407927a327d04 Mon Sep 17 00:00:00 2001 From: !Ozzy <72514113+20zzy19@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:48:47 -0700 Subject: [PATCH 129/170] Create 20zzy19.json --- domains/20zzy19.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/20zzy19.json diff --git a/domains/20zzy19.json b/domains/20zzy19.json new file mode 100644 index 000000000..2db4726e7 --- /dev/null +++ b/domains/20zzy19.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio for 20zzy19", + "repo": "https://github.com/20zzy19/Portfolioy", + "owner": { + "username": "20zzy19", + "email": "a620zzy@gmail.com" + }, + "record": { + "A": ["98.43.59.193"] + } +} From 9f6658a89989803f377f7336394eb0d38159b523 Mon Sep 17 00:00:00 2001 From: !Ozzy <72514113+20zzy19@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:01:20 -0700 Subject: [PATCH 130/170] Update 20zzy19.json --- domains/20zzy19.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/20zzy19.json b/domains/20zzy19.json index 2db4726e7..616f16bb7 100644 --- a/domains/20zzy19.json +++ b/domains/20zzy19.json @@ -1,5 +1,5 @@ { - "description": "Portfolio for 20zzy19", + "description": "Portfolio and Blog for 20zzy19", "repo": "https://github.com/20zzy19/Portfolioy", "owner": { "username": "20zzy19", From 3096b048119f896d38901597f4534f67424cc94d Mon Sep 17 00:00:00 2001 From: Essoly Elyazid <65821915+MrElyazid@users.noreply.github.com> Date: Wed, 5 Feb 2025 23:36:11 +0100 Subject: [PATCH 131/170] Create mrelyazid.json --- domains/mrelyazid.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mrelyazid.json diff --git a/domains/mrelyazid.json b/domains/mrelyazid.json new file mode 100644 index 000000000..8399112c7 --- /dev/null +++ b/domains/mrelyazid.json @@ -0,0 +1,10 @@ +{ +"owner": { + "username": "MrElyazid" +}, + "record": { + "RECORDTYPE": "CNAME", + "RECORDCONTENT": "mrelyazid.github.io" + } + +} From 860b52bd27a18b409250a54e7d3d102265411cf4 Mon Sep 17 00:00:00 2001 From: Nino Manalo Casupanan Date: Thu, 6 Feb 2025 08:13:44 +0800 Subject: [PATCH 132/170] Create nnocsupnn.json --- domains/nnocsupnn.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nnocsupnn.json diff --git a/domains/nnocsupnn.json b/domains/nnocsupnn.json new file mode 100644 index 000000000..e316b19fb --- /dev/null +++ b/domains/nnocsupnn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nnocsupnn", + "email": "nnocsupnn@gmail.com" + }, + "record": { + "CNAME": "nnocsupnn.github.io" + } +} From e58ca4283bab00a5d94e96ee6dca3f90eee2b842 Mon Sep 17 00:00:00 2001 From: Achyut Neupane <30431426+achyutkneupane@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:11:38 +0545 Subject: [PATCH 133/170] Create achyut.json --- domains/achyut.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/achyut.json diff --git a/domains/achyut.json b/domains/achyut.json new file mode 100644 index 000000000..aecb0b2ca --- /dev/null +++ b/domains/achyut.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "achyut", + "email": "achyutkneupane@gmail.com", + "linkedin": "https://www.linkedin.com/in/achyutneupane/", + "phone": "+9779860323771" + }, + "record": { + "CNAME": "achyut.com.np" + } +} From 9992b28316b5a44154109156ba56fd21ad4d865d Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Thu, 6 Feb 2025 09:01:41 +0400 Subject: [PATCH 134/170] fix json --- domains/heyaxo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/heyaxo.json b/domains/heyaxo.json index 4fcc7a654..a57869059 100644 --- a/domains/heyaxo.json +++ b/domains/heyaxo.json @@ -3,7 +3,7 @@ "repo": "https://github.com/verygafanhot", "owner": { "username": "Verygafanhot", - "email": "verygafanhot@gmail.com" + "email": "verygafanhot@gmail.com", "twitter": "verygafanhot", "discord": "Verygafanhot" }, From 7c815615197756e9653d916c5266316a6f322b86 Mon Sep 17 00:00:00 2001 From: JesusVala <78124966+JesusVala@users.noreply.github.com> Date: Wed, 5 Feb 2025 23:38:10 -0600 Subject: [PATCH 135/170] Update domains/jesusvaladez.json Co-authored-by: 21Z <21z95@proton.me> --- domains/jesusvaladez.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jesusvaladez.json b/domains/jesusvaladez.json index 2bbde1841..89ccbb18e 100644 --- a/domains/jesusvaladez.json +++ b/domains/jesusvaladez.json @@ -6,6 +6,6 @@ "email": "jesusvaladezf@outlook.com" }, "record": { - "CNAME": "JesusValadez.github.io" + "CNAME": "jesusvaladez.github.io" } } From 0dcfb68ea6c935afba2c7f5d63a6d5b1bff8ff0d Mon Sep 17 00:00:00 2001 From: Hong Jiarong Date: Thu, 6 Feb 2025 13:39:09 +0800 Subject: [PATCH 136/170] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20hjr.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 21Z <21z95@proton.me> --- domains/hjr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hjr.json b/domains/hjr.json index fbb47b802..8a65a027b 100644 --- a/domains/hjr.json +++ b/domains/hjr.json @@ -6,5 +6,5 @@ }, "record": { "CNAME": "hongjr03-github-io.vercel.app" - }, + } } From f87d93f63a07100f006b0cb8062f8320ef270963 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Thu, 6 Feb 2025 09:57:09 +0400 Subject: [PATCH 137/170] Rename _github-pages-challenge-am333n.json to _github-pages-challenge-am333n.ameen.json --- ...enge-am333n.json => _github-pages-challenge-am333n.ameen.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-am333n.json => _github-pages-challenge-am333n.ameen.json} (100%) diff --git a/domains/_github-pages-challenge-am333n.json b/domains/_github-pages-challenge-am333n.ameen.json similarity index 100% rename from domains/_github-pages-challenge-am333n.json rename to domains/_github-pages-challenge-am333n.ameen.json From 574173de31693589e638d5c622cac178de669582 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Thu, 6 Feb 2025 09:59:09 +0400 Subject: [PATCH 138/170] Update achyut.json --- domains/achyut.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/achyut.json b/domains/achyut.json index aecb0b2ca..0d4371dbc 100644 --- a/domains/achyut.json +++ b/domains/achyut.json @@ -1,9 +1,8 @@ { "owner": { - "username": "achyut", + "username": "achyutkneupane", "email": "achyutkneupane@gmail.com", - "linkedin": "https://www.linkedin.com/in/achyutneupane/", - "phone": "+9779860323771" + "linkedin": "achyutneupane" }, "record": { "CNAME": "achyut.com.np" From 9881e504eebe2785a69aa12416bd9033f8ae63e0 Mon Sep 17 00:00:00 2001 From: "While True: learn()" Date: Thu, 6 Feb 2025 13:59:59 +0800 Subject: [PATCH 139/170] Update domains/battlehawk.json Co-authored-by: 21Z <21z95@proton.me> --- domains/battlehawk.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/battlehawk.json b/domains/battlehawk.json index 5322ce2a2..7fee75844 100644 --- a/domains/battlehawk.json +++ b/domains/battlehawk.json @@ -6,6 +6,5 @@ }, "record": { "URL": "https://code1024.icu" - }, - "proxied": true + } } From 8d6753225f1c1edc6b863aaf8879045b2bcc0489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=B5=20Ng=E1=BB=8Dc=20Quang=20Minh?= <49482201+MinhOmega@users.noreply.github.com> Date: Wed, 5 Feb 2025 11:17:22 +0700 Subject: [PATCH 140/170] Create minhvo.json --- domains/minhvo.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/minhvo.json diff --git a/domains/minhvo.json b/domains/minhvo.json new file mode 100644 index 000000000..b883f6b06 --- /dev/null +++ b/domains/minhvo.json @@ -0,0 +1,12 @@ +{ + "description": "minhomega.github.io", + "repo": "https://github.com/minhomega/minhomega.github.io", + "owner": { + "username": "minhomega", + "email": "minhvo050298@gmail.com", + "discord": "omega0502" + }, + "record": { + "CNAME": "minhomega.github.io" + } +} \ No newline at end of file From 4ee267b929a88e262fcf27e62257948b1198240b Mon Sep 17 00:00:00 2001 From: Srcpranav <152841944+Srcpranav@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:30:27 +0530 Subject: [PATCH 141/170] Update pranav.json --- domains/pranav.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/pranav.json b/domains/pranav.json index aae98d65f..3020c0d4f 100644 --- a/domains/pranav.json +++ b/domains/pranav.json @@ -3,7 +3,7 @@ "repo": "https://github.com/is-a-dev/docs", "owner": { "username": "Srcpranav", - "email": "[zoldyckzoldyck41@gmail.com]" + "email": "zoldyckzoldyck41@gmail.com" }, "record": { "CNAME": "pranav-portfolio-sigma.vercel.app" From 633f478f0f9507ee077b9ffb10cfbc0b32a83446 Mon Sep 17 00:00:00 2001 From: Mohit Kumar <45988483+kumar-mohit-dev@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:41:40 +0530 Subject: [PATCH 142/170] Rename mohit to mohit.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 👍🏻 Renamed successfully to mohit.json --- domains/{mohit => mohit.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{mohit => mohit.json} (100%) diff --git a/domains/mohit b/domains/mohit.json similarity index 100% rename from domains/mohit rename to domains/mohit.json From 2bcb5dbbc6719f8c626b0221f5500b650977fe4d Mon Sep 17 00:00:00 2001 From: Abdallah BARI <37937958+Abdallah01win@users.noreply.github.com> Date: Thu, 6 Feb 2025 12:55:49 +0100 Subject: [PATCH 143/170] Update domains/abdallahbari.json Co-authored-by: 21Z <21z95@proton.me> --- domains/abdallahbari.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/abdallahbari.json b/domains/abdallahbari.json index d006f40f9..77c2251ef 100644 --- a/domains/abdallahbari.json +++ b/domains/abdallahbari.json @@ -4,6 +4,6 @@ "email": "abdellah01win@gmail.com" }, "record": { - "CNAME": "https://portfolio-bf2.pages.dev/" + "CNAME": "portfolio-bf2.pages.dev" } } From 5587c2b25b888e4ca0597a875564c8a52f5b7abc Mon Sep 17 00:00:00 2001 From: Wyatt Smith Date: Thu, 6 Feb 2025 07:20:49 -0500 Subject: [PATCH 144/170] Update domains/wyatt.json Co-authored-by: 21Z <21z95@proton.me> --- domains/wyatt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/wyatt.json b/domains/wyatt.json index 6b60e5792..465bfbe59 100644 --- a/domains/wyatt.json +++ b/domains/wyatt.json @@ -6,6 +6,6 @@ "email": "ws998116@gmail.com" }, "record": { - "CNAME": "https://ws998116.github.io/" + "CNAME": "ws998116.github.io" } } From 14cadda37a2e256ccc05c0c0d8ca0fa6aca974fe Mon Sep 17 00:00:00 2001 From: Mahdi Hazrati <127740921+Mahdi-Hazrati@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:05:14 +0330 Subject: [PATCH 145/170] add owner email to mahdi.json --- domains/mahdi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mahdi.json b/domains/mahdi.json index b4b460fc9..24164f70e 100644 --- a/domains/mahdi.json +++ b/domains/mahdi.json @@ -3,7 +3,7 @@ "repo": "https://github.com/Mahdi-Hazrati/mahdi.is-a.dev", "owner": { "username": "mahdi-hazrati", - "email": "[email protected]" + "email": "mahdihazratimailbox@gmail.com" }, "record": { "CNAME": "mahdi-hazrati.github.io" From c28b780ae05ccc87fa9793f3462264416d14e1b2 Mon Sep 17 00:00:00 2001 From: Cas <72042903+caswantsanap@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:05:55 -0700 Subject: [PATCH 146/170] Update domains/cas.json Co-authored-by: 21Z <21z95@proton.me> --- domains/cas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/cas.json b/domains/cas.json index 940b8011e..11a2eb0ff 100644 --- a/domains/cas.json +++ b/domains/cas.json @@ -6,6 +6,6 @@ "email": "caswantsanap@gmail.com" }, "record": { - "CNAME": "caswantsanap.github.io\bio" + "CNAME": "caswantsanap.github.io" } } From e5e4113be2d8791433f76f7c8e8ebb41f379c61e Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Thu, 6 Feb 2025 23:43:32 +0500 Subject: [PATCH 147/170] Added umar.json --- domains/umar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/umar.json b/domains/umar.json index 077622020..53e4878b9 100644 --- a/domains/umar.json +++ b/domains/umar.json @@ -6,6 +6,6 @@ "email": "siddiquiumar0007@gmail.com" }, "record": { - "CNAME": "umarsidiki.github.io" + "CNAME": "umarsidiki.github.io/me" } } \ No newline at end of file From 53f16151c2a093eae11362b2379a33235ff01483 Mon Sep 17 00:00:00 2001 From: "Mubarak H. Alketbi" <2147851+MubarakHAlketbi@users.noreply.github.com> Date: Fri, 7 Feb 2025 00:23:18 +0400 Subject: [PATCH 148/170] Update domains/mubarak.json Co-authored-by: 21Z <21z95@proton.me> --- domains/mubarak.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mubarak.json b/domains/mubarak.json index d5a9106ee..1bd0d9359 100644 --- a/domains/mubarak.json +++ b/domains/mubarak.json @@ -6,6 +6,6 @@ "email": "mubarak.harran@gmail.com" }, "record": { - "URL": "https://mubarakhalketbi.com" + "URL": "https://github.com/MubarakHAlketbi/" } } From 4c08e38fff9ec7ecfcd87fa3cd0b2311011bd37b Mon Sep 17 00:00:00 2001 From: Jason Wohlgemuth Date: Thu, 6 Feb 2025 19:14:15 -0500 Subject: [PATCH 149/170] Update domains/jhw.json Co-authored-by: 21Z <21z95@proton.me> --- domains/jhw.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jhw.json b/domains/jhw.json index d50875bf6..fdd3b8743 100644 --- a/domains/jhw.json +++ b/domains/jhw.json @@ -6,6 +6,6 @@ "twitter": "jhwohlgemuth" }, "record": { - "CNAME": "jhwohlgemuth.github.io/resume" + "CNAME": "jhwohlgemuth.github.io" } } From ac5030a4bba491aa8079b0de72667e920b206dd4 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Fri, 7 Feb 2025 11:15:43 +0400 Subject: [PATCH 150/170] Update umar.json --- domains/umar.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/umar.json b/domains/umar.json index 53e4878b9..cc9638774 100644 --- a/domains/umar.json +++ b/domains/umar.json @@ -6,6 +6,6 @@ "email": "siddiquiumar0007@gmail.com" }, "record": { - "CNAME": "umarsidiki.github.io/me" + "CNAME": "umarsidiki.github.io" } -} \ No newline at end of file +} From ede09ce4daaa92071055b844cbb31e3cdc073346 Mon Sep 17 00:00:00 2001 From: "bd." Date: Fri, 7 Feb 2025 16:54:59 +0800 Subject: [PATCH 151/170] Update bd.json --- domains/bd.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/domains/bd.json b/domains/bd.json index b3cc2ccdf..942ff99c7 100644 --- a/domains/bd.json +++ b/domains/bd.json @@ -1,10 +1,11 @@ { + "description": "Portfolio website.", + "repo": "https://github.com/cantcode023/bd.is-a.dev", "owner": { "username": "CantCode023", - "email": "cantcode023@gmail.com", - "discord": "bd8344" + "email": "cantcode023@gmail.com" }, "record": { - "CNAME": "https://cantcode023.github.io/bd.is-a.dev/" + "CNAME": "cantcode023.github.io" } } From aa05e7930b154bcda0771226405262a9fd2a8ed9 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 7 Feb 2025 21:51:51 +0800 Subject: [PATCH 152/170] Update pilotseye.json --- domains/pilotseye.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/pilotseye.json b/domains/pilotseye.json index 7fc47675f..9337caf6b 100644 --- a/domains/pilotseye.json +++ b/domains/pilotseye.json @@ -6,6 +6,5 @@ "record": { "CNAME": "cname.vercel-dns.com" }, - "proxy": true, "description": "PilotsEYE Studio 会计系统 - PilotsEYE Studio 的基于 Web 的会计系统" } From 242ca17c79703dbea2f0dc10a720f2416ca58c0c Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 7 Feb 2025 21:54:15 +0800 Subject: [PATCH 153/170] Update domains/nabeel.json Co-authored-by: 21Z <21z95@proton.me> --- domains/nabeel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nabeel.json b/domains/nabeel.json index 34fa5784d..e0fedc4d2 100644 --- a/domains/nabeel.json +++ b/domains/nabeel.json @@ -4,7 +4,7 @@ "username": "N-Molham", "email": "nmolham@duck.com", "twitter": "https://nabeel.molham.me/links/twitter", - "links": "https://nabeel.molham.me/links/", + "links": "https://nabeel.molham.me/links/" }, "record": { "CNAME": "nabeel.molham.me" From 1cb61bea496f37dddaae4a59c8bab39c2672fb3c Mon Sep 17 00:00:00 2001 From: Donald Wu <38281146+donald001@users.noreply.github.com> Date: Fri, 7 Feb 2025 21:58:42 +0800 Subject: [PATCH 154/170] Update username to github name --- domains/donald.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/donald.json b/domains/donald.json index 114aec71f..de6754b7e 100644 --- a/domains/donald.json +++ b/domains/donald.json @@ -2,7 +2,7 @@ "description": "Donald's personal developer website", "owner": { "email": "dawntop@126.com", - "username": "donald" + "username": "donald001" }, "record": { "CNAME": "donald001.github.io" From af9f6dc82d116c1713472244bf3182964f2d1b5a Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 7 Feb 2025 22:06:25 +0800 Subject: [PATCH 155/170] Update domains/juancarloslacruz.json Co-authored-by: 21Z <21z95@proton.me> --- domains/juancarloslacruz.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/juancarloslacruz.json b/domains/juancarloslacruz.json index 77de78413..e2d6850f0 100644 --- a/domains/juancarloslacruz.json +++ b/domains/juancarloslacruz.json @@ -1,7 +1,6 @@ { "owner": { "username": "LacruzJSDev", - "email": "", "discord": "1336068820661567489" }, "record": { From 5f56f62769e0711b01fb91496c83ec412dc9a809 Mon Sep 17 00:00:00 2001 From: btleffler Date: Fri, 7 Feb 2025 09:08:24 -0500 Subject: [PATCH 156/170] Correct email address in verification record --- domains/_github-pages-challenge-btleffler.btleffler.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-btleffler.btleffler.json b/domains/_github-pages-challenge-btleffler.btleffler.json index 0bd8aecb0..db1ae933e 100644 --- a/domains/_github-pages-challenge-btleffler.btleffler.json +++ b/domains/_github-pages-challenge-btleffler.btleffler.json @@ -1,7 +1,7 @@ { "owner": { "username": "btleffler", - "email": "btleffler@github.com" + "email": "btleffler@gmail.com" }, "record": { "TXT": "6c3fe486c491afe19b9ba3bbb03d2a" From 2c144792cc70345248a79d39b56b59842f28e6f1 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 7 Feb 2025 22:14:01 +0800 Subject: [PATCH 157/170] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f73b01de4..55852cbb7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,24 +1,20 @@ # Requirements -Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain **MUST** pass **ALL** the indicated requirements below. + - [ ] I have **read** and **understood** the [Terms of Service](https://is-a.dev/terms). -- [ ] My domain is **not** for commercial use. +- [ ] I understand my domain will be removed if I violate the [Terms of Service](https://is-a.dev/terms). - [ ] My file is in the `domains` directory and has the `.json` file extension. - [ ] My file's name is lowercased and alphanumeric. -- [ ] My website is **reachable**. -- [ ] I have **completed** my website. -- [ ] My website is related to **software development**. +- [ ] My website is **reachable** and **completed**. - [ ] I have provided sufficient contact information in the `owner` key. -- [ ] I have followed and read the [documentation](https://docs.is-a.dev). -- [ ] I understand my domain will be removed if I violate the [Terms of Service](https://is-a.dev/terms). # Website Preview - + From 561244bdefa9658fd94f90a4c489641453d9c270 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 7 Feb 2025 22:22:24 +0800 Subject: [PATCH 158/170] Update CONTRIBUTING.md --- CONTRIBUTING.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4fa514e5b..7fc864a51 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,17 +1,8 @@ # Contributing -When contributing to this repository, please first discuss the change you wish to make via issue before making a change. - -You should also read up on this project's [code of conduct](https://github.com/is-a-dev/register/blob/main/CODE_OF_CONDUCT.md). ## Pull requests -- Adding, changing or removing a domain file you own. -- Fixing a bug in the scripts or CI. -- Fix an error in the documentation. - -#### Domains -- Your pull request will be reviewed and merged into `main` branch. -- The records will be published as soon as the PR is merged. -- The changes should reflect soon after publishing. +- If the PR template is updated, any pre-existing PRs must follow the updated template, in order to be merged. +- We reserve the right to deny any pull request for any reason. ## Issues - **Report an abusive domain** - Create a new issue with the label `report-abuse`. From 5ac96ca96198904c528f5b5bb4ff319cb2f86e25 Mon Sep 17 00:00:00 2001 From: orangc Date: Fri, 7 Feb 2025 17:28:54 +0300 Subject: [PATCH 159/170] Update domains/romero.json Co-authored-by: 21Z <21z95@proton.me> --- domains/romero.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/domains/romero.json b/domains/romero.json index 4ed0e2b50..54a1f213f 100644 --- a/domains/romero.json +++ b/domains/romero.json @@ -1,5 +1,4 @@ { - "owner": { "owner": { "username": "helloromero", "email": "hello@helloromero.co.uk" @@ -7,5 +6,4 @@ "records": { "CNAME": "helloromero.co.uk" } - } } From 8e2199638aa1ca347063460daca25b078722fb43 Mon Sep 17 00:00:00 2001 From: orangc Date: Fri, 7 Feb 2025 17:31:25 +0300 Subject: [PATCH 160/170] fix: typo --- domains/romero.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/romero.json b/domains/romero.json index 54a1f213f..899b495cd 100644 --- a/domains/romero.json +++ b/domains/romero.json @@ -3,7 +3,7 @@ "username": "helloromero", "email": "hello@helloromero.co.uk" }, - "records": { + "record": { "CNAME": "helloromero.co.uk" } } From 3d9165c3b03faaa7071a588593792a04fb271851 Mon Sep 17 00:00:00 2001 From: Arash Hatami Date: Fri, 7 Feb 2025 22:23:20 +0330 Subject: [PATCH 161/170] portfolio.arash.is-a.dev --- domains/portfolio.arash.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/portfolio.arash.json b/domains/portfolio.arash.json index 138e40a55..5933ae872 100644 --- a/domains/portfolio.arash.json +++ b/domains/portfolio.arash.json @@ -8,6 +8,5 @@ }, "record": { "URL": "https://portfolio.arash-hatami.ir" - }, - "proxied": true + } } From b50b6bb23afd15f9bf4bead18cef17dfbbcb3516 Mon Sep 17 00:00:00 2001 From: Arash Hatami Date: Fri, 7 Feb 2025 22:23:26 +0330 Subject: [PATCH 162/170] arash.is-a.dev --- domains/arash.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/arash.json b/domains/arash.json index bc7da01e8..279379993 100644 --- a/domains/arash.json +++ b/domains/arash.json @@ -8,6 +8,5 @@ }, "record": { "URL": "https://arash-hatami.ir" - }, - "proxied": true + } } From e5cb3b007116a9a91bd85ef5c7641d71994050b4 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Sat, 8 Feb 2025 13:30:26 +0400 Subject: [PATCH 163/170] remove empty field --- domains/_vercel.jacques.json | 3 +-- domains/jacques.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/_vercel.jacques.json b/domains/_vercel.jacques.json index 875df6bda..719c59917 100644 --- a/domains/_vercel.jacques.json +++ b/domains/_vercel.jacques.json @@ -1,8 +1,7 @@ { "owner": { "username": "Jacques2Marais", - "email": "", - "discord": "itsmejackmorris#0787" + "discord": "itsmejackmorris" }, "record": { "TXT": "vc-domain-verify=jacques.is-a.dev,99cb4c27dc634df28742" diff --git a/domains/jacques.json b/domains/jacques.json index 22c79b1d2..110d726bf 100644 --- a/domains/jacques.json +++ b/domains/jacques.json @@ -1,8 +1,7 @@ { "owner": { "username": "Jacques2Marais", - "email": "", - "discord": "itsmejackmorris#0787" + "discord": "itsmejackmorris" }, "record": { "CNAME": "portfolio-jade-eta-63.vercel.app" From 97fc5139e5314fce1407a4c3c72871d5189b8a96 Mon Sep 17 00:00:00 2001 From: CloudCap10 Date: Sat, 8 Feb 2025 22:37:49 +0800 Subject: [PATCH 164/170] Create jt.json --- domains/jt.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jt.json diff --git a/domains/jt.json b/domains/jt.json new file mode 100644 index 000000000..e300e86f4 --- /dev/null +++ b/domains/jt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "cloudcap10", + "email": "jttalasan@live.com" + }, + "record": { + "NS": ["ivan.ns.cloudflare.com", "tara.ns.cloudflare.comm"] + } +} From c5331924d8de0f713e824f82b3e05ce096341a0b Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Sat, 8 Feb 2025 22:59:08 +0400 Subject: [PATCH 165/170] add protocol --- domains/iggy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/iggy.json b/domains/iggy.json index 53bf7d3dc..4ed071d4e 100644 --- a/domains/iggy.json +++ b/domains/iggy.json @@ -4,6 +4,6 @@ "email": "iggy.castrogiovanni@gmail.com" }, "record": { - "URL": "ignazio-castrogiovanni.com" + "URL": "https://ignazio-castrogiovanni.com" } } From 3626d60d853872a899fb5c55f40fdace61281efd Mon Sep 17 00:00:00 2001 From: "bd." Date: Sun, 9 Feb 2025 04:41:08 +0800 Subject: [PATCH 166/170] Create _github-pages-challenge-CantCode023.json --- domains/_github-pages-challenge-CantCode023.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-CantCode023.json diff --git a/domains/_github-pages-challenge-CantCode023.json b/domains/_github-pages-challenge-CantCode023.json new file mode 100644 index 000000000..dcfcc4bf3 --- /dev/null +++ b/domains/_github-pages-challenge-CantCode023.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CantCode023", + "email": "cantcode023@gmail.com" + }, + "record": { + "TXT": "f1b87d5986bd9abd22ca7fc5da79ad" + } +} From 5dccd1e5bea487f578b58508f0faef5a7caf019e Mon Sep 17 00:00:00 2001 From: Essoly Elyazid <65821915+MrElyazid@users.noreply.github.com> Date: Sat, 8 Feb 2025 21:46:54 +0100 Subject: [PATCH 167/170] Reserve elyazid.is-a.dev domain --- domains/{mrelyazid.json => elyazid.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{mrelyazid.json => elyazid.json} (100%) diff --git a/domains/mrelyazid.json b/domains/elyazid.json similarity index 100% rename from domains/mrelyazid.json rename to domains/elyazid.json From f7b9113566a865e571ad801ba42b4b71c5d3dd1b Mon Sep 17 00:00:00 2001 From: "bd." Date: Sun, 9 Feb 2025 04:51:12 +0800 Subject: [PATCH 168/170] Rename _github-pages-challenge-CantCode023.json to _github-pages-challenge-cantcode023.bd.json --- ...ntCode023.json => _github-pages-challenge-cantcode023.bd.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-CantCode023.json => _github-pages-challenge-cantcode023.bd.json} (100%) diff --git a/domains/_github-pages-challenge-CantCode023.json b/domains/_github-pages-challenge-cantcode023.bd.json similarity index 100% rename from domains/_github-pages-challenge-CantCode023.json rename to domains/_github-pages-challenge-cantcode023.bd.json From ced9d869120f14b965c6302f32663b617e937e59 Mon Sep 17 00:00:00 2001 From: Essoly Elyazid <65821915+MrElyazid@users.noreply.github.com> Date: Sat, 8 Feb 2025 22:29:15 +0100 Subject: [PATCH 169/170] Update elyazid.json --- domains/elyazid.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/domains/elyazid.json b/domains/elyazid.json index 8399112c7..7b9af25e2 100644 --- a/domains/elyazid.json +++ b/domains/elyazid.json @@ -1,10 +1,12 @@ { -"owner": { - "username": "MrElyazid" -}, + "description" : "Personal website", + "repo": "https://github.com/MrElyazid/MrElyazid.github.io", + "owner": { + "username": "MrElyazid", + "email": "elyazid.assouli@gmail.com" + }, "record": { "RECORDTYPE": "CNAME", "RECORDCONTENT": "mrelyazid.github.io" } - } From 4a8647b5e6833af4098dba1d59c53fb578270e40 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sun, 9 Feb 2025 06:31:44 +0800 Subject: [PATCH 170/170] Update elyazid.json --- domains/elyazid.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/elyazid.json b/domains/elyazid.json index 7b9af25e2..03ec22bd1 100644 --- a/domains/elyazid.json +++ b/domains/elyazid.json @@ -6,7 +6,6 @@ "email": "elyazid.assouli@gmail.com" }, "record": { - "RECORDTYPE": "CNAME", - "RECORDCONTENT": "mrelyazid.github.io" + "CNAME": "mrelyazid.github.io" } }