From 17488e4ee1152ab89df0bda1fdc76f6f3f9233cf Mon Sep 17 00:00:00 2001 From: MessierSixtyFour Date: Tue, 26 Mar 2024 01:08:40 +0530 Subject: [PATCH 01/11] feat(domain): messiersixtyfour.is-a.dev --- domains/messiersixtyfour.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/messiersixtyfour.json diff --git a/domains/messiersixtyfour.json b/domains/messiersixtyfour.json new file mode 100644 index 000000000..cb938820a --- /dev/null +++ b/domains/messiersixtyfour.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MessierSixtyFour", + "email": "messier1244@gmail.com" + }, + "record": { + "CNAME": "messiersixtyfour.github.io" + } +} From 21f549f3ec8c5e81650a93959897231b09954433 Mon Sep 17 00:00:00 2001 From: mhmmd95 Date: Tue, 26 Mar 2024 16:29:44 +0200 Subject: [PATCH 02/11] feat(domain): jemex.is-a.dev --- domains/jemex.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jemex.json diff --git a/domains/jemex.json b/domains/jemex.json new file mode 100644 index 000000000..c2a56114c --- /dev/null +++ b/domains/jemex.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mhmmd95", + "email": "mohammadalabras77@gmail.com" + }, + "record": { + "A": ["51.89.109.155"] + } +} From dd715fba8c7430ba979b72b9dc2523517561a509 Mon Sep 17 00:00:00 2001 From: Jackson <69050063+jdszekeres@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:46:03 +0000 Subject: [PATCH 03/11] remove jdszekeres.json --- .replit | 17 +++++++++++++++++ domains/jdszekeres.json | 10 ---------- replit.nix | 3 +++ 3 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 .replit delete mode 100644 domains/jdszekeres.json create mode 100644 replit.nix diff --git a/.replit b/.replit new file mode 100644 index 000000000..4f2f4517f --- /dev/null +++ b/.replit @@ -0,0 +1,17 @@ +entrypoint = "index.js" +modules = ["nodejs-20:v8-20230920-bd784b9"] +hidden = [".config", "package-lock.json"] + +[gitHubImport] +requiredFiles = [".replit", "replit.nix", "package.json", "package-lock.json"] + +[nix] +channel = "stable-23_05" + +[unitTest] +language = "nodejs" + +[deployment] +run = ["node", "index.js"] +deploymentTarget = "cloudrun" +ignorePorts = false diff --git a/domains/jdszekeres.json b/domains/jdszekeres.json deleted file mode 100644 index e609b5720..000000000 --- a/domains/jdszekeres.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/jdszekeres/jdszekeres.github.io", - "owner": { - "username": "jdszekeres", - "email": "racoxo1041@favilu.com" - }, - "record": { - "CNAME": "jdszekeres.github.io" - } -} diff --git a/replit.nix b/replit.nix new file mode 100644 index 000000000..5a4647a2c --- /dev/null +++ b/replit.nix @@ -0,0 +1,3 @@ +{pkgs}: { + deps = [ ]; +} From 6b236a598d317c682bc62425304a9da4012cfa5b Mon Sep 17 00:00:00 2001 From: Jackson <69050063+jdszekeres@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:55:29 -0700 Subject: [PATCH 04/11] remove jdszekeres.json --- .replit | 17 ----------------- replit.nix | 3 --- 2 files changed, 20 deletions(-) delete mode 100644 .replit delete mode 100644 replit.nix diff --git a/.replit b/.replit deleted file mode 100644 index 4f2f4517f..000000000 --- a/.replit +++ /dev/null @@ -1,17 +0,0 @@ -entrypoint = "index.js" -modules = ["nodejs-20:v8-20230920-bd784b9"] -hidden = [".config", "package-lock.json"] - -[gitHubImport] -requiredFiles = [".replit", "replit.nix", "package.json", "package-lock.json"] - -[nix] -channel = "stable-23_05" - -[unitTest] -language = "nodejs" - -[deployment] -run = ["node", "index.js"] -deploymentTarget = "cloudrun" -ignorePorts = false diff --git a/replit.nix b/replit.nix deleted file mode 100644 index 5a4647a2c..000000000 --- a/replit.nix +++ /dev/null @@ -1,3 +0,0 @@ -{pkgs}: { - deps = [ ]; -} From d990c9431b04843de5fb8b79c160e3047de9874d Mon Sep 17 00:00:00 2001 From: szilvesztercsab Date: Thu, 28 Mar 2024 10:41:40 +0200 Subject: [PATCH 05/11] feat(domain): skabah.is-a.dev --- domains/skabah.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/skabah.json diff --git a/domains/skabah.json b/domains/skabah.json new file mode 100644 index 000000000..bd9dba325 --- /dev/null +++ b/domains/skabah.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "szilvesztercsab", + "email": "szilvesztercsab@gmail.com" + }, + "record": { + "A": ["35.207.21.45"] + } +} From 6c86889fce369c1e7d432e956d589637e7702cd9 Mon Sep 17 00:00:00 2001 From: Csaba Szilveszter-Berei Date: Thu, 28 Mar 2024 11:51:59 +0200 Subject: [PATCH 06/11] Rename skabah.json to szbcs.json Changed my mind. --- domains/{skabah.json => szbcs.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{skabah.json => szbcs.json} (100%) diff --git a/domains/skabah.json b/domains/szbcs.json similarity index 100% rename from domains/skabah.json rename to domains/szbcs.json From ea99053589f13435685d1db6956ddf5e1a1b32f3 Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 Date: Thu, 28 Mar 2024 19:10:02 +0700 Subject: [PATCH 07/11] feat(domain): test.trung.is-a.dev --- domains/test.trung.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/test.trung.json diff --git a/domains/test.trung.json b/domains/test.trung.json new file mode 100644 index 000000000..417d48482 --- /dev/null +++ b/domains/test.trung.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vuthanhtrung2010", + "email": "vuthanhtrungsuper@gmail.com" + }, + "record": { + "A": ["34.125.141.93"] + } +} From e244ada47609e6b007a479af902c9b16a6259e9a Mon Sep 17 00:00:00 2001 From: Santosh Bhandari <63558580+santoshvandari@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:11:33 +0545 Subject: [PATCH 08/11] Register santosh.is-a.dev --- domains/santosh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/santosh.json diff --git a/domains/santosh.json b/domains/santosh.json new file mode 100644 index 000000000..30a4f2389 --- /dev/null +++ b/domains/santosh.json @@ -0,0 +1,11 @@ +{ + "description": "Santosh Bhandari Personal Portfolio Website", + "owner": { + "username": "santoshvandari", + "email": "info@bhandari-santosh.com.np" + }, + "record": { + "URL": "https://bhandari-santosh.com.np/" + } + } + \ No newline at end of file From 26a741c29256a9c2c433d9999ba1f688ed1532b5 Mon Sep 17 00:00:00 2001 From: Santosh Bhandari <63558580+santoshvandari@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:13:27 +0545 Subject: [PATCH 09/11] Register santosh.is-a.dev --- domains/santosh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/domains/santosh.json b/domains/santosh.json index 30a4f2389..8d4f73279 100644 --- a/domains/santosh.json +++ b/domains/santosh.json @@ -1,11 +1,11 @@ { "description": "Santosh Bhandari Personal Portfolio Website", + "repo": "https://github.com/santoshvandari/PersonalWebsite", "owner": { - "username": "santoshvandari", - "email": "info@bhandari-santosh.com.np" + "username": "santoshvandari", + "email": "info@bhandari-santosh.com.np" }, "record": { "URL": "https://bhandari-santosh.com.np/" - } - } - \ No newline at end of file + } +} \ No newline at end of file From 042505c4ae4c1c6781c07ecb3eb83cac9eb4e47c Mon Sep 17 00:00:00 2001 From: Areplesapelagi <145521144+Areplesapelagi@users.noreply.github.com> Date: Thu, 28 Mar 2024 21:54:47 +0800 Subject: [PATCH 10/11] Add files via upload --- domains/ariffhazmi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ariffhazmi.json diff --git a/domains/ariffhazmi.json b/domains/ariffhazmi.json new file mode 100644 index 000000000..d1a31c752 --- /dev/null +++ b/domains/ariffhazmi.json @@ -0,0 +1,11 @@ +{ + "description": "Ariffhazmi's Website", + "repo": "https://github.com/Areplesapelagi/ariffhazmi.git", + "owner": { + "username": "Areplesapelagi", + "email": "muhdariffhazmi@gmail.com", + }, + "record": { + "CNAME": "Areplesapelagi.github.io" + } +} \ No newline at end of file From 36f7d54242920aaa47b8245a08c7e5b537876736 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Thu, 28 Mar 2024 19:51:57 +0530 Subject: [PATCH 11/11] Update domains/ariffhazmi.json --- domains/ariffhazmi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/ariffhazmi.json b/domains/ariffhazmi.json index d1a31c752..246f97221 100644 --- a/domains/ariffhazmi.json +++ b/domains/ariffhazmi.json @@ -3,7 +3,8 @@ "repo": "https://github.com/Areplesapelagi/ariffhazmi.git", "owner": { "username": "Areplesapelagi", - "email": "muhdariffhazmi@gmail.com", + "email": "muhdariffhazmi@gmail.com" + }, "record": { "CNAME": "Areplesapelagi.github.io"