From 36a13147d30b3b6ef5cd41e8a566cf3503298667 Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Fri, 24 Jan 2025 21:08:00 +0500 Subject: [PATCH 01/69] 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 02/69] 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 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 03/69] 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 04/69] 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 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 05/69] 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 06/69] 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 07/69] 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 08/69] 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 09/69] 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 10/69] 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 11/69] 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 12/69] 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 13/69] 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 14/69] 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 15/69] 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 03d5eabbf5d1ff808a3b0814535e2cb9059b3bca Mon Sep 17 00:00:00 2001 From: rogerHuntGauntlet Date: Mon, 3 Feb 2025 08:47:58 -0500 Subject: [PATCH 16/69] 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 17/69] 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 18/69] 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 19/69] 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 20/69] 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 21/69] 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 22/69] 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 23/69] 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 24/69] 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 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 25/69] 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 26/69] 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 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 27/69] 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 28/69] 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 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 29/69] 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 30/69] 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 31/69] 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 32/69] 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 48339a3a7240f3627036dea42fcff6d8c8b69ea0 Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Tue, 4 Feb 2025 05:56:54 +0500 Subject: [PATCH 33/69] 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 34/69] 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 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 35/69] 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 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 36/69] 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 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 37/69] 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 38/69] 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 39/69] 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 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 40/69] 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 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 41/69] 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 42/69] 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 43/69] 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 44/69] 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 45/69] 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 46/69] 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 47/69] 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 a835c0ff115dd528c8e30b25106771c324b6b768 Mon Sep 17 00:00:00 2001 From: Anamay Date: Wed, 5 Feb 2025 12:43:37 +0530 Subject: [PATCH 48/69] 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 86a67ea3e7a38fb6a11143575f39dae08e2a9e4a Mon Sep 17 00:00:00 2001 From: helloromero Date: Wed, 5 Feb 2025 15:50:15 +0000 Subject: [PATCH 49/69] 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 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 50/69] 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 51/69] 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 52/69] 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 53/69] 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 54/69] 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 55/69] 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 56/69] 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 57/69] 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 58/69] 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 59/69] 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 60/69] 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 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 61/69] 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 62/69] 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 63/69] 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 64/69] 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 65/69] 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 66/69] 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 67/69] 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 68/69] 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 69/69] 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" } }