From a210914a83692e34a6a55da0374c661540796882 Mon Sep 17 00:00:00 2001 From: Muhammad Ghous Date: Sat, 1 Nov 2025 09:57:46 +0500 Subject: [PATCH 01/40] Add ghousportfolio.is-a.dev --- ghousportfolio.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ghousportfolio.json diff --git a/ghousportfolio.json b/ghousportfolio.json new file mode 100644 index 00000000000..1b7e488d2fc --- /dev/null +++ b/ghousportfolio.json @@ -0,0 +1,7 @@ +{ + "description": "Personal portfolio website", + "repo": "https://github.com/ghous56/portfolio", + "owner": { + "username": "ghous56" + } +} From 1b0b4872acabea4301a36f0780452b86ae8ab24d Mon Sep 17 00:00:00 2001 From: Muhammad Ghous Date: Sat, 1 Nov 2025 11:13:18 +0500 Subject: [PATCH 02/40] Delete ghousportfolio.json --- ghousportfolio.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 ghousportfolio.json diff --git a/ghousportfolio.json b/ghousportfolio.json deleted file mode 100644 index 1b7e488d2fc..00000000000 --- a/ghousportfolio.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "description": "Personal portfolio website", - "repo": "https://github.com/ghous56/portfolio", - "owner": { - "username": "ghous56" - } -} From c3ba19606d8918de1e8871195492b6a31c9f44cd Mon Sep 17 00:00:00 2001 From: Muhammad Ghous Date: Sat, 1 Nov 2025 11:16:08 +0500 Subject: [PATCH 03/40] Fix: move ghousportfolio.json to /domains --- domains/ghousportfolio.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 domains/ghousportfolio.json diff --git a/domains/ghousportfolio.json b/domains/ghousportfolio.json new file mode 100644 index 00000000000..d4cc7d5a8e4 --- /dev/null +++ b/domains/ghousportfolio.json @@ -0,0 +1,7 @@ +{ + "description": "Personal portfolio website", + "repo": "https://github.com/ghous56/portfolio, + "owner": { + "username": "ghous56" + } +} From a3c020af8b83c896a846780ca6ef1533d566722c Mon Sep 17 00:00:00 2001 From: Muhammad Ghous Date: Sat, 1 Nov 2025 11:42:16 +0500 Subject: [PATCH 04/40] Fix JSON formatting and add CNAME record --- domains/ghousportfolio.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/ghousportfolio.json b/domains/ghousportfolio.json index d4cc7d5a8e4..f6d90b5fb49 100644 --- a/domains/ghousportfolio.json +++ b/domains/ghousportfolio.json @@ -1,7 +1,10 @@ { "description": "Personal portfolio website", - "repo": "https://github.com/ghous56/portfolio, + "repo": "https://github.com/ghous56/portfolio", "owner": { "username": "ghous56" + }, + "record": { + "CNAME": "ghous56.github.io" } } From 4fcc50eceb3141609595352b7cdeaa453dde4205 Mon Sep 17 00:00:00 2001 From: Muhammad Ghous Date: Sat, 1 Nov 2025 11:49:49 +0500 Subject: [PATCH 05/40] Change 'record' to 'records' in JSON structure --- domains/ghousportfolio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ghousportfolio.json b/domains/ghousportfolio.json index f6d90b5fb49..ceaa9bc768f 100644 --- a/domains/ghousportfolio.json +++ b/domains/ghousportfolio.json @@ -4,7 +4,7 @@ "owner": { "username": "ghous56" }, - "record": { + "records": { "CNAME": "ghous56.github.io" } } From 0f3a6a165a266e0454e8a94461866ca97d08ff2b Mon Sep 17 00:00:00 2001 From: Riccardo Debellini Date: Sun, 2 Nov 2025 15:15:08 +0100 Subject: [PATCH 06/40] Add riccardo.json for domain configuration --- domains/riccardo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/riccardo.json diff --git a/domains/riccardo.json b/domains/riccardo.json new file mode 100644 index 00000000000..000f3397eb0 --- /dev/null +++ b/domains/riccardo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "riccardodebellini", + "email": "riccardo.debellini@gmail.com" + }, + "records": { + "CNAME": "riccardodebellini.github.io" + } +} From bd63ad1622329c7dfa695e4685d7d5e8fea5e28d Mon Sep 17 00:00:00 2001 From: Muhammad Ghous Date: Mon, 3 Nov 2025 09:42:22 +0500 Subject: [PATCH 07/40] Update portfolio JSON with email and CNAME changes Fix JSON: added records field with CNAME --- domains/ghousportfolio.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/ghousportfolio.json b/domains/ghousportfolio.json index ceaa9bc768f..d485ea12f77 100644 --- a/domains/ghousportfolio.json +++ b/domains/ghousportfolio.json @@ -2,9 +2,10 @@ "description": "Personal portfolio website", "repo": "https://github.com/ghous56/portfolio", "owner": { - "username": "ghous56" + "username": "ghous56", + "email": "ghousbscs@gmail.com" }, "records": { - "CNAME": "ghous56.github.io" + "CNAME": "ghousportfolio.netlify.app" } } From f04da14cf6dd0d83fecf0a1602edbb245f29273f Mon Sep 17 00:00:00 2001 From: Muhammad Ghous Date: Mon, 3 Nov 2025 09:48:45 +0500 Subject: [PATCH 08/40] Add ghousportfolio.json for personal portfolio site Updated portfolio details and domain information. --- domains/ghousportfolio.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/domains/ghousportfolio.json b/domains/ghousportfolio.json index d485ea12f77..bc13d6112bd 100644 --- a/domains/ghousportfolio.json +++ b/domains/ghousportfolio.json @@ -1,11 +1,12 @@ { - "description": "Personal portfolio website", - "repo": "https://github.com/ghous56/portfolio", + "description": "Personal portfolio of Ghulam Ghous showcasing projects and skills.", + "domain": "is-a.dev", + "subdomain": "ghousportfolio", "owner": { - "username": "ghous56", "email": "ghousbscs@gmail.com" }, "records": { - "CNAME": "ghousportfolio.netlify.app" - } + "CNAME": "ghous56.github.io" + }, + "proxied": false } From ce60474e00700b2a687e860b91af70488137b914 Mon Sep 17 00:00:00 2001 From: Muhammad Ghous Date: Mon, 3 Nov 2025 10:12:19 +0500 Subject: [PATCH 09/40] Fix: add missing owner.username field --- domains/ghousportfolio.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/ghousportfolio.json b/domains/ghousportfolio.json index bc13d6112bd..008f0ece007 100644 --- a/domains/ghousportfolio.json +++ b/domains/ghousportfolio.json @@ -3,6 +3,7 @@ "domain": "is-a.dev", "subdomain": "ghousportfolio", "owner": { + "username": "ghous56", "email": "ghousbscs@gmail.com" }, "records": { From cc9c2422deca3d2fe7de44d7a0eb5bb23c8b169d Mon Sep 17 00:00:00 2001 From: Muhammad Ghous Date: Mon, 3 Nov 2025 10:16:01 +0500 Subject: [PATCH 10/40] Fix: remove disallowed domain field Removed the domain entry from the portfolio JSON. --- domains/ghousportfolio.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/ghousportfolio.json b/domains/ghousportfolio.json index 008f0ece007..1c7a7255bcb 100644 --- a/domains/ghousportfolio.json +++ b/domains/ghousportfolio.json @@ -1,6 +1,5 @@ { "description": "Personal portfolio of Ghulam Ghous showcasing projects and skills.", - "domain": "is-a.dev", "subdomain": "ghousportfolio", "owner": { "username": "ghous56", From 399f99f19a462caf8da709b70a256542af334dba Mon Sep 17 00:00:00 2001 From: Muhammad Ghous Date: Mon, 3 Nov 2025 10:18:37 +0500 Subject: [PATCH 11/40] Remove subdomain from ghousportfolio.json Removed subdomain entry from portfolio JSON. --- domains/ghousportfolio.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/ghousportfolio.json b/domains/ghousportfolio.json index 1c7a7255bcb..efcac307d42 100644 --- a/domains/ghousportfolio.json +++ b/domains/ghousportfolio.json @@ -1,6 +1,5 @@ { "description": "Personal portfolio of Ghulam Ghous showcasing projects and skills.", - "subdomain": "ghousportfolio", "owner": { "username": "ghous56", "email": "ghousbscs@gmail.com" From 38ae392415dfea04836bc8a6eb987aa6d15733df Mon Sep 17 00:00:00 2001 From: Jayesh Ganatra Date: Mon, 3 Nov 2025 23:26:20 +0530 Subject: [PATCH 12/40] Create subdomain.json --- domains/subdomain.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/subdomain.json diff --git a/domains/subdomain.json b/domains/subdomain.json new file mode 100644 index 00000000000..072cabcbabe --- /dev/null +++ b/domains/subdomain.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jayeshsyif", + "email": "jayeshsyif@gmail.com" + }, + "records": { + "CNAME": "jayeshsyif.github.io" + } +} \ No newline at end of file From 696f26808609eb7897256f499c59ab70ac8074cd Mon Sep 17 00:00:00 2001 From: sudo_rogue Date: Tue, 4 Nov 2025 14:42:53 +0530 Subject: [PATCH 13/40] Add sudo-rogue.is-a.dev --- domains/sudo-rogue.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/sudo-rogue.json diff --git a/domains/sudo-rogue.json b/domains/sudo-rogue.json new file mode 100644 index 00000000000..383f417e2b5 --- /dev/null +++ b/domains/sudo-rogue.json @@ -0,0 +1,10 @@ +{ + "description": "Portfolio website for sudo-rogue", + "repo": "https://github.com/linuxnoobplayer/Portfolio", + "owner": { + "username": "sudo-rogue" + }, + "record": { + "CNAME": "myinfo-a4k.pages.dev" + } +} From 73657e1ed946e8827bd6fff805529b14d4d19034 Mon Sep 17 00:00:00 2001 From: wasabina67 Date: Tue, 4 Nov 2025 23:12:09 +0900 Subject: [PATCH 14/40] Add _github-pages-challenge-wasabina67.wasabina67.json --- .../_github-pages-challenge-wasabina67.wasabina67.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-wasabina67.wasabina67.json diff --git a/domains/_github-pages-challenge-wasabina67.wasabina67.json b/domains/_github-pages-challenge-wasabina67.wasabina67.json new file mode 100644 index 00000000000..079a53758d9 --- /dev/null +++ b/domains/_github-pages-challenge-wasabina67.wasabina67.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wasabina67", + "email": "wasabina67@gmail.com" + }, + "records": { + "TXT": "b16a03ce462a622f2645277967bb91" + } +} From 234ecd61ed989b93043b4c5f3a154026ef038289 Mon Sep 17 00:00:00 2001 From: Attilio Capocchiani Date: Tue, 4 Nov 2025 15:26:15 +0100 Subject: [PATCH 15/40] Add JSON configuration for GitHub Pages challenge --- .../_github-pages-challenge-AttilioCapocchiani.atti.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-AttilioCapocchiani.atti.json diff --git a/domains/_github-pages-challenge-AttilioCapocchiani.atti.json b/domains/_github-pages-challenge-AttilioCapocchiani.atti.json new file mode 100644 index 00000000000..c6f4f95d82b --- /dev/null +++ b/domains/_github-pages-challenge-AttilioCapocchiani.atti.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AttilioCapocchiani", + "email": "attilio.capocchiani@gmail.com" + }, + "records": { + "TXT": "d09bcfa3876471b6cc2da872266c34" + } +} From f427aad194433f4817dfd6185248e2678dd318d6 Mon Sep 17 00:00:00 2001 From: Ange Arsene NKEN MANDENG <161396559+AngeArsene@users.noreply.github.com> Date: Tue, 4 Nov 2025 15:37:04 +0100 Subject: [PATCH 16/40] Create ange-arsene.json --- domains/ange-arsene.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ange-arsene.json diff --git a/domains/ange-arsene.json b/domains/ange-arsene.json new file mode 100644 index 00000000000..7bf5fd0d73f --- /dev/null +++ b/domains/ange-arsene.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "angearsene", + "email": "nkenmandenga@gmail.com" + }, + "records": { + "CNAME": "angearsene.github.io" + } +} From e534c5df9af18db47fe58dcff75db7637e4ebf3f Mon Sep 17 00:00:00 2001 From: rupesh <203206227+rupzsh@users.noreply.github.com> Date: Tue, 4 Nov 2025 21:43:03 +0530 Subject: [PATCH 17/40] Add JSON configuration for rupesh.is-a.dev --- domains/_github-pages-challenge-rupzsh.rupesh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-rupzsh.rupesh.json diff --git a/domains/_github-pages-challenge-rupzsh.rupesh.json b/domains/_github-pages-challenge-rupzsh.rupesh.json new file mode 100644 index 00000000000..1039e7570c1 --- /dev/null +++ b/domains/_github-pages-challenge-rupzsh.rupesh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rupzsh", + "email": "rupzsh@gmail.com" + }, + "records": { + "TXT": "b682da02c13f3f8c648c7678676128" + } +} From 8fa89c767d2dafc0446d81b1ebc42538e1250f2c Mon Sep 17 00:00:00 2001 From: AbdAlMoniem AlHifnawy Date: Tue, 4 Nov 2025 19:09:55 +0200 Subject: [PATCH 18/40] add abdalmoniem-alhifnawy subdomain Change-Id: Idc613957248b21d44354163dacc95e126e235bdd Signed-off-by: AbdAlMoniem AlHifnawy --- ...ages-challenge-abdalmoniem.abdalmoniem-alhifnawy.json | 9 +++++++++ domains/abdalmoniem-alhifnawy.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_github-pages-challenge-abdalmoniem.abdalmoniem-alhifnawy.json create mode 100644 domains/abdalmoniem-alhifnawy.json diff --git a/domains/_github-pages-challenge-abdalmoniem.abdalmoniem-alhifnawy.json b/domains/_github-pages-challenge-abdalmoniem.abdalmoniem-alhifnawy.json new file mode 100644 index 00000000000..ca277c3dc29 --- /dev/null +++ b/domains/_github-pages-challenge-abdalmoniem.abdalmoniem-alhifnawy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "abdalmoniem", + "email": "hifnawy_moniem@hotmail.com" + }, + "records": { + "TXT": "04feda645c86ce61f0558885e4e1bb" + } +} \ No newline at end of file diff --git a/domains/abdalmoniem-alhifnawy.json b/domains/abdalmoniem-alhifnawy.json new file mode 100644 index 00000000000..2646fa9ac1d --- /dev/null +++ b/domains/abdalmoniem-alhifnawy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "abdalmoniem", + "email": "hifnawy_moniem@hotmail.com" + }, + "records": { + "CNAME": "https://abdalmoniem.github.io" + } +} \ No newline at end of file From aeeb77c2447672fd8788899432f2ac36b20b9d12 Mon Sep 17 00:00:00 2001 From: Attilio Capocchiani Date: Tue, 4 Nov 2025 18:29:50 +0100 Subject: [PATCH 19/40] Rename GitHub Pages challenge JSON file --- ....json => _github-pages-challenge-attiliocapocchiani.atti.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-AttilioCapocchiani.atti.json => _github-pages-challenge-attiliocapocchiani.atti.json} (100%) diff --git a/domains/_github-pages-challenge-AttilioCapocchiani.atti.json b/domains/_github-pages-challenge-attiliocapocchiani.atti.json similarity index 100% rename from domains/_github-pages-challenge-AttilioCapocchiani.atti.json rename to domains/_github-pages-challenge-attiliocapocchiani.atti.json From 56456fee10915fe63606c6f80da49f4cf43a6522 Mon Sep 17 00:00:00 2001 From: AbdAlMoniem AlHifnawy Date: Tue, 4 Nov 2025 19:32:22 +0200 Subject: [PATCH 20/40] Remove 'https://' from CNAME record --- domains/abdalmoniem-alhifnawy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/abdalmoniem-alhifnawy.json b/domains/abdalmoniem-alhifnawy.json index 2646fa9ac1d..7432a037682 100644 --- a/domains/abdalmoniem-alhifnawy.json +++ b/domains/abdalmoniem-alhifnawy.json @@ -4,6 +4,6 @@ "email": "hifnawy_moniem@hotmail.com" }, "records": { - "CNAME": "https://abdalmoniem.github.io" + "CNAME": "abdalmoniem.github.io" } -} \ No newline at end of file +} From 18c51118d85ae99764044e38c3f4b930eff8cf32 Mon Sep 17 00:00:00 2001 From: Sajid Hussain <80850448+Sajid-tech@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:20:38 +0530 Subject: [PATCH 21/40] Add domain configuration for sajidhussain.is-a.dev --- domains/sajidhussain.is-a.dev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sajidhussain.is-a.dev.json diff --git a/domains/sajidhussain.is-a.dev.json b/domains/sajidhussain.is-a.dev.json new file mode 100644 index 00000000000..42e56610e0b --- /dev/null +++ b/domains/sajidhussain.is-a.dev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sajid-tech", + "email": "s.khan9430319425@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 652c48e85883222ccc931294817591f2324ae4c7 Mon Sep 17 00:00:00 2001 From: Sajid Hussain <80850448+Sajid-tech@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:21:23 +0530 Subject: [PATCH 22/40] Add Vercel domain verification configuration --- domains/_vercel.sajidhussain.is-a.dev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.sajidhussain.is-a.dev.json diff --git a/domains/_vercel.sajidhussain.is-a.dev.json b/domains/_vercel.sajidhussain.is-a.dev.json new file mode 100644 index 00000000000..a26da75d0ae --- /dev/null +++ b/domains/_vercel.sajidhussain.is-a.dev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sajid-tech", + "email": "s.khan9430319425@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=sajidhussain.is-a.dev,eb71169597b99178c362" + } +} From a851eec6e56c3fc5044782ad818e1a2c13bd0a51 Mon Sep 17 00:00:00 2001 From: Sajid Hussain <80850448+Sajid-tech@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:29:16 +0530 Subject: [PATCH 23/40] Rename _vercel.sajidhussain.is-a.dev.json to _vercel.sajidhussain.json --- ...ercel.sajidhussain.is-a.dev.json => _vercel.sajidhussain.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_vercel.sajidhussain.is-a.dev.json => _vercel.sajidhussain.json} (100%) diff --git a/domains/_vercel.sajidhussain.is-a.dev.json b/domains/_vercel.sajidhussain.json similarity index 100% rename from domains/_vercel.sajidhussain.is-a.dev.json rename to domains/_vercel.sajidhussain.json From 36998b680406c116271b05ff51e200779a64496b Mon Sep 17 00:00:00 2001 From: Sajid Hussain <80850448+Sajid-tech@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:31:21 +0530 Subject: [PATCH 24/40] Rename sajidhussain.is-a.dev.json to sajidhussain.json --- domains/{sajidhussain.is-a.dev.json => sajidhussain.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{sajidhussain.is-a.dev.json => sajidhussain.json} (100%) diff --git a/domains/sajidhussain.is-a.dev.json b/domains/sajidhussain.json similarity index 100% rename from domains/sajidhussain.is-a.dev.json rename to domains/sajidhussain.json From 34f86437482f92b4368fd511d0fe53028cce4b84 Mon Sep 17 00:00:00 2001 From: Ashwin Rajakannan <83825888+ashwin-rajakannan@users.noreply.github.com> Date: Wed, 5 Nov 2025 06:34:36 +0530 Subject: [PATCH 25/40] Add ashwinraja.is-a.dev domain --- domains/ashwinraja.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/ashwinraja.json diff --git a/domains/ashwinraja.json b/domains/ashwinraja.json new file mode 100644 index 00000000000..f7e23876216 --- /dev/null +++ b/domains/ashwinraja.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ashwin-rajakannan" + }, + "record": { + "CNAME": "ashwin-rajakannan.github.io" + } +} From 5e25f12e74d16726a46ee9910e26960472adf77d Mon Sep 17 00:00:00 2001 From: Ashwin Rajakannan <83825888+ashwin-rajakannan@users.noreply.github.com> Date: Wed, 5 Nov 2025 06:55:18 +0530 Subject: [PATCH 26/40] Rename 'record' to 'records' in JSON file --- domains/ashwinraja.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ashwinraja.json b/domains/ashwinraja.json index f7e23876216..2f33c782688 100644 --- a/domains/ashwinraja.json +++ b/domains/ashwinraja.json @@ -2,7 +2,7 @@ "owner": { "username": "ashwin-rajakannan" }, - "record": { + "records": { "CNAME": "ashwin-rajakannan.github.io" } } From ea4373b5ea9c68d8e807d6083cb6fd3ae36b2ebe Mon Sep 17 00:00:00 2001 From: Angel <60985614+syscat29@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:50:19 -0400 Subject: [PATCH 27/40] Add syscat.json for domain configuration --- domains/syscat.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/syscat.json diff --git a/domains/syscat.json b/domains/syscat.json new file mode 100644 index 00000000000..91fcc8bc00e --- /dev/null +++ b/domains/syscat.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "syscat29", + }, + "records": { + "CNAME": "www-pye.pages.dev" + } +} From 1ef3611352cee293d94ad244873b3a8b565f6e16 Mon Sep 17 00:00:00 2001 From: Angel <60985614+syscat29@users.noreply.github.com> Date: Wed, 5 Nov 2025 00:00:35 -0400 Subject: [PATCH 28/40] Add email to syscat.json --- domains/syscat.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/syscat.json b/domains/syscat.json index 91fcc8bc00e..ab2143ffa20 100644 --- a/domains/syscat.json +++ b/domains/syscat.json @@ -1,6 +1,7 @@ { "owner": { "username": "syscat29", + "email": "shoesonsocksonfeets@gmail.com" }, "records": { "CNAME": "www-pye.pages.dev" From cf404067bb937562c10522065cbd842d52f36fff Mon Sep 17 00:00:00 2001 From: sudo_rogue Date: Wed, 5 Nov 2025 10:21:36 +0530 Subject: [PATCH 29/40] Update JSON structure for domain records --- domains/sudo-rogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sudo-rogue.json b/domains/sudo-rogue.json index 383f417e2b5..9c1eb8d9d45 100644 --- a/domains/sudo-rogue.json +++ b/domains/sudo-rogue.json @@ -4,7 +4,7 @@ "owner": { "username": "sudo-rogue" }, - "record": { + "records": { "CNAME": "myinfo-a4k.pages.dev" } } From 8b8b7408508c3b82d8328e4bb5bf34382d4d0f48 Mon Sep 17 00:00:00 2001 From: sudo_rogue Date: Wed, 5 Nov 2025 10:26:02 +0530 Subject: [PATCH 30/40] Update sudo-rogue.json --- domains/sudo-rogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sudo-rogue.json b/domains/sudo-rogue.json index 9c1eb8d9d45..98daf2524ae 100644 --- a/domains/sudo-rogue.json +++ b/domains/sudo-rogue.json @@ -2,7 +2,7 @@ "description": "Portfolio website for sudo-rogue", "repo": "https://github.com/linuxnoobplayer/Portfolio", "owner": { - "username": "sudo-rogue" + "username": "linuxnoobplayer" }, "records": { "CNAME": "myinfo-a4k.pages.dev" From cd079e1dd78d73320a089cd9f3d0ec623e1dc1c8 Mon Sep 17 00:00:00 2001 From: Jayesh Ganatra Date: Wed, 5 Nov 2025 11:25:37 +0530 Subject: [PATCH 31/40] Add new JSON file for jayeshsyif domain --- domains/{subdomain.json => jayeshsyif.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{subdomain.json => jayeshsyif.json} (98%) diff --git a/domains/subdomain.json b/domains/jayeshsyif.json similarity index 98% rename from domains/subdomain.json rename to domains/jayeshsyif.json index 072cabcbabe..b1e29d718f1 100644 --- a/domains/subdomain.json +++ b/domains/jayeshsyif.json @@ -6,4 +6,4 @@ "records": { "CNAME": "jayeshsyif.github.io" } -} \ No newline at end of file +} From 8eda7a6d9163c0e1e7cdf6f035092df66219e92b Mon Sep 17 00:00:00 2001 From: K7! Date: Wed, 5 Nov 2025 16:10:54 +0530 Subject: [PATCH 32/40] Added my subdomains --- domains/4.json | 19 +++++++++++++++++++ domains/harshraj.json | 19 +++++++++++++++++++ domains/lonely.json | 19 +++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 domains/4.json create mode 100644 domains/harshraj.json create mode 100644 domains/lonely.json diff --git a/domains/4.json b/domains/4.json new file mode 100644 index 00000000000..846c6a244b6 --- /dev/null +++ b/domains/4.json @@ -0,0 +1,19 @@ +{ + "owner": { + "username": "LonelyGuy12", + "email": "me@4.is-a.dev", + "discord": "886120777630486538" + }, + "records": { + "@": { + "MX": [ + { "target": "mx1.improvmx.com", "priority": 10 }, + { "target": "mx2.improvmx.com", "priority": 20 } + ], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + }, + "www": { + "CNAME": "lonelyguy12.github.io" + } + } + } \ No newline at end of file diff --git a/domains/harshraj.json b/domains/harshraj.json new file mode 100644 index 00000000000..475f1bd01f6 --- /dev/null +++ b/domains/harshraj.json @@ -0,0 +1,19 @@ +{ + "owner": { + "username": "darkphoenix92", + "email": "me@harshraj.is-a.dev", + "discord": "886120777630486538" + }, + "records": { + "@": { + "MX": [ + { "target": "mx1.improvmx.com", "priority": 10 }, + { "target": "mx2.improvmx.com", "priority": 20 } + ], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + }, + "www": { + "CNAME": "darkphoenix92.github.io" + } + } + } \ No newline at end of file diff --git a/domains/lonely.json b/domains/lonely.json new file mode 100644 index 00000000000..522fb0a3d33 --- /dev/null +++ b/domains/lonely.json @@ -0,0 +1,19 @@ +{ + "owner": { + "username": "LonelyGuy12", + "email": "me@lonely.is-a.dev", + "discord": "886120777630486538" + }, + "records": { + "@": { + "MX": [ + { "target": "mx1.improvmx.com", "priority": 10 }, + { "target": "mx2.improvmx.com", "priority": 20 } + ], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + }, + "www": { + "CNAME": "lonelyguy12.github.io" + } + } + } \ No newline at end of file From 302fd613fd985bd75d215a40fc0e36e92fc6d898 Mon Sep 17 00:00:00 2001 From: K7! Date: Wed, 5 Nov 2025 16:55:08 +0530 Subject: [PATCH 33/40] Improved --- domains/4.json | 24 ++++++++++++++---------- domains/harshraj.json | 26 +++++++++++++++----------- domains/lonely.json | 24 ++++++++++++++---------- domains/www.4.json | 10 ++++++++++ domains/www.harshraj.json | 10 ++++++++++ domains/www.lonely.json | 10 ++++++++++ 6 files changed, 73 insertions(+), 31 deletions(-) create mode 100644 domains/www.4.json create mode 100644 domains/www.harshraj.json create mode 100644 domains/www.lonely.json diff --git a/domains/4.json b/domains/4.json index 846c6a244b6..dbf9f982855 100644 --- a/domains/4.json +++ b/domains/4.json @@ -5,15 +5,19 @@ "discord": "886120777630486538" }, "records": { - "@": { - "MX": [ - { "target": "mx1.improvmx.com", "priority": 10 }, - { "target": "mx2.improvmx.com", "priority": 20 } - ], - "TXT": ["v=spf1 include:spf.improvmx.com ~all"] - }, - "www": { - "CNAME": "lonelyguy12.github.io" - } + "MX": [ + { + "target": "mx1.improvmx.com", + "priority": 10 + }, + { + "target": "mx2.improvmx.com", + "priority": 20 + } + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ], + "CNAME": "lonelyguy12.github.io" } } \ No newline at end of file diff --git a/domains/harshraj.json b/domains/harshraj.json index 475f1bd01f6..4d1c5b3a254 100644 --- a/domains/harshraj.json +++ b/domains/harshraj.json @@ -1,19 +1,23 @@ -{ + { "owner": { "username": "darkphoenix92", "email": "me@harshraj.is-a.dev", "discord": "886120777630486538" }, "records": { - "@": { - "MX": [ - { "target": "mx1.improvmx.com", "priority": 10 }, - { "target": "mx2.improvmx.com", "priority": 20 } - ], - "TXT": ["v=spf1 include:spf.improvmx.com ~all"] - }, - "www": { - "CNAME": "darkphoenix92.github.io" - } + "MX": [ + { + "target": "mx1.improvmx.com", + "priority": 10 + }, + { + "target": "mx2.improvmx.com", + "priority": 20 + } + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ], + "CNAME": "darkphoenix92.github.io" } } \ No newline at end of file diff --git a/domains/lonely.json b/domains/lonely.json index 522fb0a3d33..8b43235a9e0 100644 --- a/domains/lonely.json +++ b/domains/lonely.json @@ -5,15 +5,19 @@ "discord": "886120777630486538" }, "records": { - "@": { - "MX": [ - { "target": "mx1.improvmx.com", "priority": 10 }, - { "target": "mx2.improvmx.com", "priority": 20 } - ], - "TXT": ["v=spf1 include:spf.improvmx.com ~all"] - }, - "www": { - "CNAME": "lonelyguy12.github.io" - } + "MX": [ + { + "target": "mx1.improvmx.com", + "priority": 10 + }, + { + "target": "mx2.improvmx.com", + "priority": 20 + } + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ], + "CNAME": "lonelyguy12.github.io" } } \ No newline at end of file diff --git a/domains/www.4.json b/domains/www.4.json new file mode 100644 index 00000000000..024c2edfa7d --- /dev/null +++ b/domains/www.4.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "LonelyGuy12", + "email": "lonelyguy6912@gmail.com" + }, + "records": { + "CNAME": "lonelyguy12.github.io" + } + } + \ No newline at end of file diff --git a/domains/www.harshraj.json b/domains/www.harshraj.json new file mode 100644 index 00000000000..659d1b527ac --- /dev/null +++ b/domains/www.harshraj.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "darkphoenix92", + "email": "phoenex659@gmail.com" + }, + "records": { + "CNAME": "darkphoenix92.github.io" + } + } + \ No newline at end of file diff --git a/domains/www.lonely.json b/domains/www.lonely.json new file mode 100644 index 00000000000..024c2edfa7d --- /dev/null +++ b/domains/www.lonely.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "LonelyGuy12", + "email": "lonelyguy6912@gmail.com" + }, + "records": { + "CNAME": "lonelyguy12.github.io" + } + } + \ No newline at end of file From 743a1039814f7375500ec0a6be9cc790d4a2d435 Mon Sep 17 00:00:00 2001 From: K7! Date: Wed, 5 Nov 2025 17:01:52 +0530 Subject: [PATCH 34/40] Fixed --- domains/4.json | 3 ++- domains/harshraj.json | 5 +++-- domains/lonely.json | 3 ++- domains/www.4.json | 3 ++- domains/www.harshraj.json | 5 +++-- domains/www.lonely.json | 3 ++- 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/domains/4.json b/domains/4.json index dbf9f982855..8414fb5088e 100644 --- a/domains/4.json +++ b/domains/4.json @@ -19,5 +19,6 @@ "v=spf1 include:spf.improvmx.com ~all" ], "CNAME": "lonelyguy12.github.io" - } + }, + "proxied": true } \ No newline at end of file diff --git a/domains/harshraj.json b/domains/harshraj.json index 4d1c5b3a254..8281be10cc4 100644 --- a/domains/harshraj.json +++ b/domains/harshraj.json @@ -1,6 +1,6 @@ { "owner": { - "username": "darkphoenix92", + "username": "LonelyGuy12", "email": "me@harshraj.is-a.dev", "discord": "886120777630486538" }, @@ -19,5 +19,6 @@ "v=spf1 include:spf.improvmx.com ~all" ], "CNAME": "darkphoenix92.github.io" - } + }, + "proxied": true } \ No newline at end of file diff --git a/domains/lonely.json b/domains/lonely.json index 8b43235a9e0..26eb5dfb65c 100644 --- a/domains/lonely.json +++ b/domains/lonely.json @@ -19,5 +19,6 @@ "v=spf1 include:spf.improvmx.com ~all" ], "CNAME": "lonelyguy12.github.io" - } + }, + "proxied": true } \ No newline at end of file diff --git a/domains/www.4.json b/domains/www.4.json index 024c2edfa7d..45327ee8f3b 100644 --- a/domains/www.4.json +++ b/domains/www.4.json @@ -5,6 +5,7 @@ }, "records": { "CNAME": "lonelyguy12.github.io" - } + }, + "proxied": true } \ No newline at end of file diff --git a/domains/www.harshraj.json b/domains/www.harshraj.json index 659d1b527ac..91df6be5ac2 100644 --- a/domains/www.harshraj.json +++ b/domains/www.harshraj.json @@ -1,10 +1,11 @@ { "owner": { - "username": "darkphoenix92", + "username": "LonelyGuy12", "email": "phoenex659@gmail.com" }, "records": { "CNAME": "darkphoenix92.github.io" - } + }, + "proxied": true } \ No newline at end of file diff --git a/domains/www.lonely.json b/domains/www.lonely.json index 024c2edfa7d..45327ee8f3b 100644 --- a/domains/www.lonely.json +++ b/domains/www.lonely.json @@ -5,6 +5,7 @@ }, "records": { "CNAME": "lonelyguy12.github.io" - } + }, + "proxied": true } \ No newline at end of file From d469c15b180340c4f49be13efafcaaeaf116591b Mon Sep 17 00:00:00 2001 From: Mr LiPx <163276171+MrLiPx@users.noreply.github.com> Date: Wed, 5 Nov 2025 21:58:37 +1000 Subject: [PATCH 35/40] Update email and URL in mrlipx.json --- domains/mrlipx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/mrlipx.json b/domains/mrlipx.json index 32043f8cafd..21f1729766b 100644 --- a/domains/mrlipx.json +++ b/domains/mrlipx.json @@ -1,9 +1,9 @@ { "owner": { "username": "MrLiPx", - "email": "mrlipx@mrlipx.com" + "email": "contact@mrlipx.com" }, "records": { - "URL": "https://l.mrlipx.com" + "URL": "https://r.mrlipx.com" } } From 5e6b3805376c4a75ce82daa9099529f038470723 Mon Sep 17 00:00:00 2001 From: iostpa Date: Wed, 5 Nov 2025 16:35:24 +0200 Subject: [PATCH 36/40] Update the time period --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 815d5ace0e9..3b8c26c5110 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,8 +14,8 @@ jobs: - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - days-before-stale: 7 - days-before-close: 3 + days-before-stale: 3 + days-before-close: 2 stale-issue-message: "This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it" stale-pr-message: "This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it" exempt-issue-labels: "no-stale" From d9fbcbb2ee93113ff8b00245577f48752a18a467 Mon Sep 17 00:00:00 2001 From: K7! Date: Wed, 5 Nov 2025 20:06:08 +0530 Subject: [PATCH 37/40] Fixed and added properly --- domains/4.json | 5 ++--- domains/harshraj.json | 3 +-- domains/lonely.json | 3 +-- domains/www.4.json | 5 ++--- domains/www.harshraj.json | 3 +-- domains/www.lonely.json | 3 +-- 6 files changed, 8 insertions(+), 14 deletions(-) diff --git a/domains/4.json b/domains/4.json index 8414fb5088e..efc9c7bbe08 100644 --- a/domains/4.json +++ b/domains/4.json @@ -18,7 +18,6 @@ "TXT": [ "v=spf1 include:spf.improvmx.com ~all" ], - "CNAME": "lonelyguy12.github.io" - }, - "proxied": true + "CNAME": "lonely.is-a.dev" + } } \ No newline at end of file diff --git a/domains/harshraj.json b/domains/harshraj.json index 8281be10cc4..102f6e2d5db 100644 --- a/domains/harshraj.json +++ b/domains/harshraj.json @@ -19,6 +19,5 @@ "v=spf1 include:spf.improvmx.com ~all" ], "CNAME": "darkphoenix92.github.io" - }, - "proxied": true + } } \ No newline at end of file diff --git a/domains/lonely.json b/domains/lonely.json index 26eb5dfb65c..8b43235a9e0 100644 --- a/domains/lonely.json +++ b/domains/lonely.json @@ -19,6 +19,5 @@ "v=spf1 include:spf.improvmx.com ~all" ], "CNAME": "lonelyguy12.github.io" - }, - "proxied": true + } } \ No newline at end of file diff --git a/domains/www.4.json b/domains/www.4.json index 45327ee8f3b..c746ad3784e 100644 --- a/domains/www.4.json +++ b/domains/www.4.json @@ -4,8 +4,7 @@ "email": "lonelyguy6912@gmail.com" }, "records": { - "CNAME": "lonelyguy12.github.io" - }, - "proxied": true + "CNAME": "lonely.is-a.dev" + } } \ No newline at end of file diff --git a/domains/www.harshraj.json b/domains/www.harshraj.json index 91df6be5ac2..0862b96aed0 100644 --- a/domains/www.harshraj.json +++ b/domains/www.harshraj.json @@ -5,7 +5,6 @@ }, "records": { "CNAME": "darkphoenix92.github.io" - }, - "proxied": true + } } \ No newline at end of file diff --git a/domains/www.lonely.json b/domains/www.lonely.json index 45327ee8f3b..024c2edfa7d 100644 --- a/domains/www.lonely.json +++ b/domains/www.lonely.json @@ -5,7 +5,6 @@ }, "records": { "CNAME": "lonelyguy12.github.io" - }, - "proxied": true + } } \ No newline at end of file From 885243b46514fb454f6f371c096d243a953f92e9 Mon Sep 17 00:00:00 2001 From: K7! Date: Wed, 5 Nov 2025 20:25:23 +0530 Subject: [PATCH 38/40] Update domains/4.json Co-authored-by: John Aerial J. Azcune <65322242+STICKnoLOGIC@users.noreply.github.com> --- domains/4.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/4.json b/domains/4.json index efc9c7bbe08..42a08e9f496 100644 --- a/domains/4.json +++ b/domains/4.json @@ -18,6 +18,6 @@ "TXT": [ "v=spf1 include:spf.improvmx.com ~all" ], - "CNAME": "lonely.is-a.dev" + "URL": "https://lonely.is-a.dev" } } \ No newline at end of file From 23a0de5f777946504ecd4dde639625ca60a71bd9 Mon Sep 17 00:00:00 2001 From: K7! Date: Wed, 5 Nov 2025 20:25:31 +0530 Subject: [PATCH 39/40] Update domains/www.4.json Co-authored-by: John Aerial J. Azcune <65322242+STICKnoLOGIC@users.noreply.github.com> --- domains/www.4.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/www.4.json b/domains/www.4.json index c746ad3784e..6d35848e25e 100644 --- a/domains/www.4.json +++ b/domains/www.4.json @@ -4,7 +4,7 @@ "email": "lonelyguy6912@gmail.com" }, "records": { - "CNAME": "lonely.is-a.dev" + "URL": "https://lonely.is-a.dev" } } \ No newline at end of file From fad8326c58ea4df486b6122a63842c34952dba0b Mon Sep 17 00:00:00 2001 From: K7! Date: Wed, 5 Nov 2025 21:10:29 +0530 Subject: [PATCH 40/40] Fixed the issues with proxied and CNAME --- domains/harshraj.json | 3 ++- domains/lonely.json | 3 ++- domains/www.harshraj.json | 2 +- domains/www.lonely.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/domains/harshraj.json b/domains/harshraj.json index 102f6e2d5db..8281be10cc4 100644 --- a/domains/harshraj.json +++ b/domains/harshraj.json @@ -19,5 +19,6 @@ "v=spf1 include:spf.improvmx.com ~all" ], "CNAME": "darkphoenix92.github.io" - } + }, + "proxied": true } \ No newline at end of file diff --git a/domains/lonely.json b/domains/lonely.json index 8b43235a9e0..26eb5dfb65c 100644 --- a/domains/lonely.json +++ b/domains/lonely.json @@ -19,5 +19,6 @@ "v=spf1 include:spf.improvmx.com ~all" ], "CNAME": "lonelyguy12.github.io" - } + }, + "proxied": true } \ No newline at end of file diff --git a/domains/www.harshraj.json b/domains/www.harshraj.json index 0862b96aed0..c6a29044150 100644 --- a/domains/www.harshraj.json +++ b/domains/www.harshraj.json @@ -4,7 +4,7 @@ "email": "phoenex659@gmail.com" }, "records": { - "CNAME": "darkphoenix92.github.io" + "URL": "https://harshraj.is-a.dev" } } \ No newline at end of file diff --git a/domains/www.lonely.json b/domains/www.lonely.json index 024c2edfa7d..6d35848e25e 100644 --- a/domains/www.lonely.json +++ b/domains/www.lonely.json @@ -4,7 +4,7 @@ "email": "lonelyguy6912@gmail.com" }, "records": { - "CNAME": "lonelyguy12.github.io" + "URL": "https://lonely.is-a.dev" } } \ No newline at end of file