diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml
index 89c9b8144..4c68ceaa2 100644
--- a/.github/workflows/bot.yml
+++ b/.github/workflows/bot.yml
@@ -10,15 +10,17 @@ jobs:
name: instructions
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
- - name: Comment
- if: github.event.action == 'closed' && github.event.pull_request.merged == true
- uses: actions/github-script@v3
- with:
- github-token: ${{secrets.GITHUB_TOKEN}}
- script: |
- const { hasLabel } = require(`${process.env.GITHUB_WORKSPACE}/scripts/action-utils.js`);
- const { instructions } = require(`${process.env.GITHUB_WORKSPACE}/scripts/reply.js`);
- if (hasLabel(context, 'domain'))
- console.log('Domain');
- await instructions(context, github);
+ - run: curl https://notify-api.is-a.dev/pr/merged/${{ github.event.pull_request.number }}
+ if: github.event.action == 'closed' && github.event.pull_request.merged == true
+# - uses: actions/checkout@v2
+# - name: Comment
+# if: github.event.action == 'closed' && github.event.pull_request.merged == true
+# uses: actions/github-script@v3
+# with:
+# github-token: ${{secrets.GITHUB_TOKEN}}
+# script: |
+# const { hasLabel } = require(`${process.env.GITHUB_WORKSPACE}/scripts/action-utils.js`);
+# const { instructions } = require(`${process.env.GITHUB_WORKSPACE}/scripts/reply.js`);
+# if (hasLabel(context, 'domain'))
+# console.log('Domain');
+# await instructions(context, github);
diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml
index 4427f98c7..24ffbfc00 100644
--- a/.github/workflows/label.yml
+++ b/.github/workflows/label.yml
@@ -1,13 +1,13 @@
-name: Label
+name: Pull Request Labeler
on:
schedule:
- - cron: "0 * * * *"
-
+ - cron: '*/10 * * * *'
jobs:
- label:
+ labeler:
runs-on: ubuntu-latest
steps:
- - name: Labelling pull request
- uses: actions/labeler@main
- with:
- repo-token: "${{ secrets.GITHUB_TOKEN }}"
+ - uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.1.1
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_REPOSITORY: ${{ github.repository }}
+ LABEL_MAPPINGS_FILE: .github/labeler.yml
diff --git a/API.md b/API.md
index c819ef1cb..ba931b098 100644
--- a/API.md
+++ b/API.md
@@ -1 +1 @@
-Moved to [docs](https://docs.is-a.dev)
+Moved to [docs](https://is-a.dev/docs)
diff --git a/README.md b/README.md
index 699627017..0b6a5af76 100644
--- a/README.md
+++ b/README.md
@@ -6,15 +6,15 @@

-## BETA service
-Try our new beta service to easily register the subdomain of your choice. Visit: https://open-beta.is-a.dev/
+## Register service
+Try our new service to easily register the subdomain of your choice. Visit: https://register.is-a.dev/
## How do I register?
* [Fork](https://github.com/is-a-dev/register/fork) this repository.
* Add a new `domains/your-domain-name.json` file directory to register `your-domain-name.is-a.dev`.
-* [Read the docs](https://docs.is-a.dev).
+* [Read the docs](https://is-a.dev/docs).
* The PR will be reviewed and merged.
* After merging, the changes will take effect within a day!
* That's it! Done! Now go show off your cool `.is-a.dev` domain!
diff --git a/domains/00001.json b/domains/00001.json
new file mode 100644
index 000000000..9aef9da6d
--- /dev/null
+++ b/domains/00001.json
@@ -0,0 +1,11 @@
+{
+ "description": "SatyamV7.is-a.dev",
+ "repo": "https://github.com/SatyamV7/SatyamV7.github.io",
+ "owner": {
+ "username": "SatyamV7",
+ "email": "satyamverma46@outlook.com"
+ },
+ "record": {
+ "CNAME": "SatyamV7.github.io"
+ }
+}
diff --git a/domains/abhay7.json b/domains/abhay7.json
deleted file mode 100644
index 5c618f37e..000000000
--- a/domains/abhay7.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "description": "Abhay's portfolio site",
- "repo": "https://github.com/EpicGamer007/portfolio-site",
- "owner": {
- "username": "EpicGamer007",
- "email": "",
- "discord": "EpicGamer007#5702"
- },
- "record": {
- "URL": "https://abhay.runs-on.tech",
- "MX": [
- "mx1.forwardemail.net",
- "mx2.forwardemail.net"
- ],
- "TXT": "forward-email=contact:forwardemail.nwyxt@aleeas.com,from:forwardemail.nwyxt@aleeas.com"
- }
-}
diff --git a/domains/abhishekkumar.json b/domains/abhishekkumar.json
new file mode 100644
index 000000000..81ca81759
--- /dev/null
+++ b/domains/abhishekkumar.json
@@ -0,0 +1,11 @@
+{
+ "description": "Abhishek's personal developer website",
+ "repo": "https://github.com/Abhishek-569",
+ "owner": {
+ "username": "Abhishek-569",
+ "email": "akabhishek4444@gmail.com"
+ },
+ "record": {
+ "URL": "https://akabhishek4444.wixsite.com/abhishek-kumar"
+ }
+}
diff --git a/domains/abysmal.json b/domains/abysmal.json
index dd0a9fb1d..fef7a2419 100644
--- a/domains/abysmal.json
+++ b/domains/abysmal.json
@@ -1,10 +1,9 @@
{
"description": "My personal website",
- "repo": "https://github.com/abysmal26/abysmal26.github.io",
+ "repo": "https://github.com/abysmal26/website",
"owner": {
"username": "abysmal26",
- "email": "abysmal26@tuta.io",
- "twitter": "abysmal26"
+ "email": "abysmal@disroot.org"
},
"record": {
"CNAME": "abysmal26.github.io"
diff --git a/domains/acey.json b/domains/acey.json
index e901e99dc..43405681e 100644
--- a/domains/acey.json
+++ b/domains/acey.json
@@ -1,12 +1,15 @@
{
+ "repo": "https://github.com/AceyDoCodes",
+ "description": "Email ;-;",
"owner": {
"username": "AceyDoCodes",
- "email": "aceygoesboom@gmail.com",
- "discord": "AceyGoesBoom#3141"
+ "email": "aceygoesboom@gmail.com"
},
- "description": "Personal website stuff ;-;",
- "repo": "https://github.com/AceyDoCodes",
"record": {
- "URL": "https://acey.is-a-good.dev"
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/achim.json b/domains/achim.json
new file mode 100644
index 000000000..9baa79b91
--- /dev/null
+++ b/domains/achim.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "nohli",
+ "email": "",
+ "twitter": "joachi_"
+ },
+ "record": {
+ "CNAME":"achim.io"
+ }
+}
diff --git a/domains/akemi.json b/domains/akemi.json
deleted file mode 100644
index 15cf69948..000000000
--- a/domains/akemi.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "My personal website goes here",
- "repo": "https://github.com/ItzCuteAkemi/itzcuteakemi.github.io",
- "owner": {
- "username": "ItzCuteAkemi",
- "email": "christianpandapotans@gmail.com",
- "twitter": "@ItzCuteAkemi"
- },
- "record": {
- "CNAME": "itzcuteakemi.github.io"
- }
-}
diff --git a/domains/alexmercerind.json b/domains/alexmercerind.json
new file mode 100644
index 000000000..58812cc82
--- /dev/null
+++ b/domains/alexmercerind.json
@@ -0,0 +1,13 @@
+{
+ "description": "A redirect to my actual personal website on GitHub Pages",
+ "repo": "https://github.com/alexmercerind/alexmercerind.github.io",
+ "owner": {
+ "username": "alexmercerind",
+ "email": "alexmercerind@gmail.com",
+ "twitter": "alexmercerind",
+ "discord": "alexmercerind#3898"
+ },
+ "record": {
+ "CNAME": "alexmercerind.github.io"
+ }
+}
diff --git a/domains/alfred.json b/domains/alfred.json
new file mode 100644
index 000000000..221c4e5c8
--- /dev/null
+++ b/domains/alfred.json
@@ -0,0 +1,11 @@
+{
+ "description": "MkDocs website for alfred-discord-bot",
+ "repo": "https://github.com/AlfredDiscordBot/AlfredDiscordBot.github.io",
+ "owner": {
+ "username": "AlfredDiscordBot",
+ "email": "alvinallen333@gmail.com"
+ },
+ "record": {
+ "CNAME": "AlfredDiscordBot.github.io"
+ }
+}
diff --git a/domains/alimd.json b/domains/alimd.json
new file mode 100644
index 000000000..a8f47d554
--- /dev/null
+++ b/domains/alimd.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "AliMD",
+ "email": "ali@mihandoost.com"
+ },
+
+ "record": {
+ "CNAME": "alimd.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/allen.json b/domains/allen.json
new file mode 100644
index 000000000..2d8ed18ad
--- /dev/null
+++ b/domains/allen.json
@@ -0,0 +1,12 @@
+{
+ "description": "A full-stack developer.",
+ "repo": "https://github.com/xiaofuyesnew",
+ "owner": {
+ "username": "xiaofuyesnew",
+ "email": "xiaofuyesnew@qq.com",
+ "twitter": "xiaofuyesnew"
+ },
+ "record": {
+ "URL": "https://github.com/xiaofuyesnew"
+ }
+}
diff --git a/domains/alraakib.json b/domains/alraakib.json
new file mode 100644
index 000000000..e8df4e8c5
--- /dev/null
+++ b/domains/alraakib.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "alraakib",
+ "email": "alraakib@gmail.com"
+ },
+ "record": {
+ "CNAME": "portrkb.netlify.app"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/andremor.json b/domains/andremor.json
new file mode 100644
index 000000000..3bf00c31f
--- /dev/null
+++ b/domains/andremor.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "AndreMor8",
+ "email": "me@andremor.dev"
+ },
+ "record": {
+ "URL": "https://andremor.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/angelwuff.json b/domains/angelwuff.json
new file mode 100644
index 000000000..f697f47f9
--- /dev/null
+++ b/domains/angelwuff.json
@@ -0,0 +1,12 @@
+{
+ "description": "Angel Wuffy",
+ "repo": "https://github.com/Angelix1/Angelix1.github.io",
+ "owner": {
+ "username": "Angelix1",
+ "email": "",
+ "twitter": "AngelTheWolfy"
+ },
+ "record": {
+ "CNAME": "Angelix1.github.io"
+ }
+}
diff --git a/domains/applesfruit.json b/domains/applesfruit.json
new file mode 100644
index 000000000..807e8b314
--- /dev/null
+++ b/domains/applesfruit.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal portfolio page with my recent and past projects, experiences, and more.",
+ "repo": "https://github.com/applesfruit/applesfruit.github.io",
+ "owner": {
+ "username": "applesfruit",
+ "email": "arya.kshipra@gmail.com",
+ "discord": "fruits#1845"
+ },
+ "record": {
+ "CNAME": "applesfruit.github.io"
+ }
+}
diff --git a/domains/ari.json b/domains/ari.json
index 68f02077d..dd8e98c8a 100644
--- a/domains/ari.json
+++ b/domains/ari.json
@@ -6,6 +6,6 @@
"email": "rayhanadev@protonmail.com"
},
"record": {
- "URL": "http://furret.codes"
+ "CNAME": "edge.redirect.pizza"
}
}
diff --git a/domains/asp.json b/domains/asp.json
new file mode 100644
index 000000000..643ba0d9f
--- /dev/null
+++ b/domains/asp.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "aspekts",
+ "email": "marcus.kamuntu@gmail.com"
+ },
+ "record": {
+ "CNAME": "29e1a02d-9848-4f80-845e-74cb27d553b3.id.repl.co"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/ave.json b/domains/ave.json
index f7afb1d3c..a288ba5e6 100644
--- a/domains/ave.json
+++ b/domains/ave.json
@@ -3,8 +3,7 @@
"repo": "https://github.com/ayvacs/ayvacs.github.io",
"owner": {
"username": "ayvacs",
- "email": "ayvacs@protonmail.com",
- "twitter": "ayvacs_"
+ "email": "ayvacs@proton.me"
},
"record": {
"CNAME": "ayvacs.github.io"
diff --git a/domains/ax.json b/domains/ax.json
new file mode 100644
index 000000000..4fb9067e6
--- /dev/null
+++ b/domains/ax.json
@@ -0,0 +1,11 @@
+{
+ "description": "Ax's Portfolio",
+ "repo": "https://github.com/ax-a-dev",
+ "owner": {
+ "username": "ax-a-dev",
+ "email": "ax_a_dev#3122"
+ },
+ "record": {
+ "URL":"https://axdev.vercel.app"
+ }
+}
diff --git a/domains/axolotlextnd.json b/domains/axolotlextnd.json
new file mode 100644
index 000000000..4516c7886
--- /dev/null
+++ b/domains/axolotlextnd.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal portofolio",
+ "repo": "https://github.com/axolotlextnd/axolotlextnd.github.io",
+ "owner": {
+ "username": "axolotlextnd",
+ "email": "",
+ "discord": "Sandira#0781"
+ },
+ "record": {
+ "CNAME": "axolotlextnd.github.io"
+ }
+}
diff --git a/domains/ayushshivaji.json b/domains/ayushshivaji.json
new file mode 100644
index 000000000..f3c9a0645
--- /dev/null
+++ b/domains/ayushshivaji.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "ayushclashroyale",
+ "email": "ayushclashroyale@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "ayushclashroyale.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/bear.json b/domains/bear.json
index b66b74ec9..9109f56fe 100644
--- a/domains/bear.json
+++ b/domains/bear.json
@@ -1,9 +1,10 @@
{
"description": "Bear's Portfolio Website",
- "repo": "https://github.com/bearts/PortFolio",
- "owner": {
- "username": "bearts",
- "email": "bearjs@protonmail.com"
+ "repo": "https://github.com/bearts/bearts.github.io",
+ "owner": {
+ "username": "bearts",
+ "email": "anujparihar@yahoo.com",
+ "twitter": "anujpflash"
},
"record": {
"CNAME": "bearts.github.io"
diff --git a/domains/beta.json b/domains/beta.json
index 151a0e236..d88dc13cb 100644
--- a/domains/beta.json
+++ b/domains/beta.json
@@ -5,7 +5,7 @@
"email": "andrew@win11react.com"
},
"record": {
- "URL": "https://open-beta.is-a.dev/"
+ "URL": "https://register.is-a.dev/"
}
}
-
\ No newline at end of file
+
diff --git a/domains/blog.om.json b/domains/blog.om.json
deleted file mode 100644
index 9e51d693c..000000000
--- a/domains/blog.om.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Blog - a simple blog site/dairy for Om! I hope to see you again.",
- "repo": "https://github.com/omxpro/blog-cf",
- "owner": {
- "username": "omxpro",
- "email": "omsenjalia@gmail.com",
- "twitter": "DaRealOmxpro"
- },
- "record": {
- "CNAME": "blog-cf-bu7.pages.dev"
- }
-}
diff --git a/domains/blog.terra.json b/domains/blog.terra.json
new file mode 100644
index 000000000..ca6370219
--- /dev/null
+++ b/domains/blog.terra.json
@@ -0,0 +1,12 @@
+{
+ "description": "Blog - a simple blog site/dairy for TerraPlayz! I hope to see you again.",
+ "repo": "https://github.com/terraplayz/blog-cf",
+ "owner": {
+ "username": "terraplayz",
+ "email": "github@om.is-a.dev",
+ "twitter": "DaRealOmxpro"
+ },
+ "record": {
+ "CNAME": "blog-cf-bu7.pages.dev"
+ }
+}
diff --git a/domains/brawley.json b/domains/brawley.json
index 6feea0f0a..6b0af71e8 100644
--- a/domains/brawley.json
+++ b/domains/brawley.json
@@ -5,6 +5,6 @@
"email": "tojoeleeofficial@gmail.com"
},
"record": {
- "CNAME": "brawlie.github.io"
+ "URL": "https://brawley.js.org"
}
}
diff --git a/domains/cdn.badboy.json b/domains/cdn.badboy.json
index eeed68a07..171a0fcb1 100644
--- a/domains/cdn.badboy.json
+++ b/domains/cdn.badboy.json
@@ -6,6 +6,6 @@
"email": "contact@mail.badboy.is-a.dev"
},
"record": {
- "CNAME": "bad-boy-codes.github.io"
+ "CNAME": "89b424b5-8e2d-4678-93a9-b793cdf6fceb.id.repl.co"
}
}
diff --git a/domains/cfp.json b/domains/cfp.json
new file mode 100644
index 000000000..b4947c1a0
--- /dev/null
+++ b/domains/cfp.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp#7174"
+ },
+ "record": {
+ "CNAME": "cfp.gotdns.ch"
+ }
+}
\ No newline at end of file
diff --git a/domains/chloe.json b/domains/chloe.json
index caaae9058..6070857fa 100644
--- a/domains/chloe.json
+++ b/domains/chloe.json
@@ -1,12 +1,12 @@
{
"description": "Chloe's is-a-dev domain",
- "repo": "https://github.com/chlomne/chlomne.github.io",
+ "repo": "https://github.com/chloeashlyn",
"owner": {
- "username": "chlomne",
+ "username": "chloeashlyn",
"email": "",
- "discord": "Saphixa#7272"
+ "discord": "chloeashlyn#7272"
},
"record": {
- "CNAME": "chlomne.github.io"
+ "URL": "https://chloeashlyn.vercel.app"
}
-}
\ No newline at end of file
+}
diff --git a/domains/cisco.json b/domains/cisco.json
new file mode 100644
index 000000000..bca5b7fcd
--- /dev/null
+++ b/domains/cisco.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "franpessoa",
+ "email": "frandevacc@gmail.com"
+ },
+ "record": {
+ "CNAME": "frandevacc.bearblog.dev"
+ }
+}
diff --git a/domains/cloud.json b/domains/cloud.json
new file mode 100644
index 000000000..e46e0cb7e
--- /dev/null
+++ b/domains/cloud.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "adarsh-goel",
+ "email": "adarsh.goel05@gmail.com"
+ },
+ "record": {
+ "CNAME": "91afb326-7cc2-4a86-bc00-49da7755a6b4.id.repl.co"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/conorsheehan1.json b/domains/conorsheehan1.json
new file mode 100644
index 000000000..531453482
--- /dev/null
+++ b/domains/conorsheehan1.json
@@ -0,0 +1,11 @@
+{
+ "description": "ConorSheehan1's personal website and blog",
+ "repo": "https://github.com/ConorSheehan1/ConorSheehan1.github.io",
+ "owner": {
+ "username": "ConorSheehan1",
+ "email": "conor.sheehan.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "conorsheehan1.github.io"
+ }
+}
diff --git a/domains/creve.json b/domains/creve.json
new file mode 100644
index 000000000..9b06405fc
--- /dev/null
+++ b/domains/creve.json
@@ -0,0 +1,11 @@
+{
+ "description": "My site ig",
+ "owner": {
+ "username": "Creveoolus",
+ "email": "",
+ "discord": "Creve#0727"
+ },
+ "record": {
+ "CNAME": "shielded-turnip-jvcv0g342r3gnbht5wr9tpio.herokudns.com"
+ }
+}
diff --git a/domains/cucusise.json b/domains/cucusise.json
new file mode 100644
index 000000000..9d55e8185
--- /dev/null
+++ b/domains/cucusise.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "Cucusise",
+ "email": "cucusise@gmail.com"
+ },
+ "record": {
+ "CNAME": "cucusise.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/cycno.json b/domains/cycno.json
new file mode 100644
index 000000000..ff6543c4f
--- /dev/null
+++ b/domains/cycno.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "CYCNO",
+ "email": "daniyalchunna2@gmail.com"
+ },
+ "record": {
+ "CNAME": "cycno.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/dainfloop.json b/domains/dainfloop.json
index 0d83f0b1f..59da615b2 100644
--- a/domains/dainfloop.json
+++ b/domains/dainfloop.json
@@ -5,10 +5,6 @@
},
"record": {
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ "CNAME": "ea1ab2ec-071c-45d5-8455-bfdecf9fb1b1.id.repl.co"
}
}
diff --git a/domains/daniel4-dev.json b/domains/daniel4-dev.json
index cde7863e7..2ac3e26c2 100644
--- a/domains/daniel4-dev.json
+++ b/domains/daniel4-dev.json
@@ -5,8 +5,6 @@
"email": "llama552621@gmail.com"
},
"record": {
- "A": [
- "52.54.56.45"
- ]
+ "CNAME": "b1a7de73-3e69-432d-91b8-cedb341d848b.id.repl.co"
}
}
diff --git a/domains/dannydandan.json b/domains/dannydandan.json
new file mode 100644
index 000000000..6aafdcde0
--- /dev/null
+++ b/domains/dannydandan.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "daanschenkel",
+ "email": "daan@daanschenkel.nl"
+ },
+ "record": {
+ "CNAME": "daanschenkel.nl"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/dashboard.json b/domains/dashboard.json
new file mode 100644
index 000000000..0f287178e
--- /dev/null
+++ b/domains/dashboard.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "@is-a-dev/maintainers",
+ "email": "phenax5@gmail.com"
+ },
+
+ "record": {
+ "URL": "https://register.is-a.dev"
+ }
+}
diff --git a/domains/deoxy.json b/domains/deoxy.json
index cb1adf33f..ee3d7c750 100644
--- a/domains/deoxy.json
+++ b/domains/deoxy.json
@@ -4,6 +4,6 @@
"email": "deoxy@deoxy.tech"
},
"record": {
- "CNAME": "deoxy.tech"
+ "CNAME": "new.deoxy.tech"
}
}
diff --git a/domains/devin.json b/domains/devin.json
new file mode 100644
index 000000000..4586c4292
--- /dev/null
+++ b/domains/devin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "athuldevin",
+ "email": "athuldevin@gmail.com"
+ },
+ "record": {
+ "A": ["140.238.255.16"]
+ }
+}
diff --git a/domains/dex.json b/domains/dex.json
new file mode 100644
index 000000000..5ec350973
--- /dev/null
+++ b/domains/dex.json
@@ -0,0 +1,12 @@
+{
+ "description": "Portfolio",
+ "repo": "https://github.com/thegeekdex",
+ "owner": {
+ "username": "thegeekdex",
+ "email": "",
+ "discord": "Dexter#6993"
+ },
+ "record": {
+ "CNAME": "thegeekdex.xyz"
+ }
+}
diff --git a/domains/rezexd.json b/domains/dieviel.json
similarity index 85%
rename from domains/rezexd.json
rename to domains/dieviel.json
index 2487a7fdf..0deaae115 100644
--- a/domains/rezexd.json
+++ b/domains/dieviel.json
@@ -1,5 +1,5 @@
{
- "description": "reZexD Website",
+ "description": "dieViel Website",
"owner": {
"username": "nobuyaki",
"email": "dimas2214sa@gmail.com",
diff --git a/domains/docs.json b/domains/docs.json
index a622eac6a..6bc7fd236 100644
--- a/domains/docs.json
+++ b/domains/docs.json
@@ -1,11 +1,11 @@
{
"description": "Documentation website for is-a-dev/register",
- "repo": "MouseMoosz/is-a-dev-docs",
+ "repo": "is-a-dev/docs",
"owner": {
"username": "@is-a-dev/maintainers",
"email": "mahir@molai.dev"
},
"record": {
- "CNAME": "mousemoosz.github.io"
+ "URL": "https://is-a.dev/docs"
}
}
diff --git a/domains/domin.json b/domains/domin.json
index 4efeab4f7..1e7d3ef9d 100644
--- a/domains/domin.json
+++ b/domains/domin.json
@@ -7,7 +7,7 @@
},
"record": {
"A": [
- "164.132.74.251"
+ "192.95.42.75"
]
}
-}
\ No newline at end of file
+}
diff --git a/domains/dominic.json b/domains/dominic.json
new file mode 100644
index 000000000..086a31b3c
--- /dev/null
+++ b/domains/dominic.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "mrhappyma",
+ "email": "dominic@userexe.me"
+ },
+ "record": {
+ "URL": "https://userexe.me"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/elbkr.json b/domains/elbkr.json
new file mode 100644
index 000000000..21bd783d0
--- /dev/null
+++ b/domains/elbkr.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "elbkr",
+ "email": "zaakoukiayman@gmail.com",
+ "twitter": "elbkrrr"
+ },
+ "record": {
+ "CNAME": "elbkr.github.io"
+ }
+ }
diff --git a/domains/ethan.json b/domains/ethan.json
index a55cd8744..ff47b39fc 100644
--- a/domains/ethan.json
+++ b/domains/ethan.json
@@ -1,12 +1,10 @@
{
- "description": "Ethan's website",
- "repo": "https://github.com/Darkcoder402/Darkcoder402.github.io",
- "owner": {
- "username": "Darkcoder402",
+ "owner":{
+ "username": "Darkcoder402",
"email": "ethanrodrigues25@gmail.com",
"twitter": "EthanRo97737635"
- },
- "record": {
- "CNAME": "darkcoder402.github.io"
- }
+ },
+ "record":{
+ "CNAME":"ethan-is-a-dev.tk"
+ }
}
diff --git a/domains/eva.json b/domains/eva.json
new file mode 100644
index 000000000..b7ac01666
--- /dev/null
+++ b/domains/eva.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mowatermelon",
+ "email": "neefoxmo@gmail.com"
+ },
+ "record": {
+ "URL": "https://t.iiwhy.cn/"
+ }
+ }
\ No newline at end of file
diff --git a/domains/example.json b/domains/example.json
new file mode 100644
index 000000000..6ed30b9fb
--- /dev/null
+++ b/domains/example.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "MaskDuck",
+ "email": "",
+ "discord": "MaskDuck#7325"
+ },
+ "description": "This domain serve no purpose and is intended for documentation purpose.",
+ "record": {
+ "URL": "https://is-a.dev"
+ }
+}
+
diff --git a/domains/fallen.json b/domains/fallen.json
index e6de3786b..1be0aa1b4 100644
--- a/domains/fallen.json
+++ b/domains/fallen.json
@@ -1,12 +1,12 @@
{
- "description": "GitHub Profile redirect.",
- "repo": "https://github.com/TheFallenSpirit/TheFallenSpirit",
+ "description": "Website Redirect",
+ "repo": "https://github.com/ThingsOfFallen/Website",
"owner": {
"username": "TheFallenSpirit",
"email": "thefallenspirit@outlook.com",
"twitter": "@FallenCodes"
},
"record": {
- "URL": "https://github.com/TheFallenSpirit"
+ "URL": "https://fallenspirit.dev"
}
}
diff --git a/domains/fietu.json b/domains/fietu.json
new file mode 100644
index 000000000..3a249f7e9
--- /dev/null
+++ b/domains/fietu.json
@@ -0,0 +1,11 @@
+{
+ "description": "Fietu Website",
+ "repo": "https://github.com/elfietulais",
+ "owner": {
+ "username": "El Fietulais",
+ "email": "pancongusanos@gmail.com"
+ },
+ "record": {
+ "A": ["152.70.198.159"]
+ }
+ }
diff --git a/domains/florin.json b/domains/florin.json
new file mode 100644
index 000000000..34849b871
--- /dev/null
+++ b/domains/florin.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "flc995",
+ "email": "flc995@gmail.com"
+ },
+ "record": {
+ "CNAME": "flc995.github.io"
+ }
+ }
+
diff --git a/domains/furkancetinkaya.json b/domains/furkancetinkaya.json
new file mode 100644
index 000000000..c0acfb817
--- /dev/null
+++ b/domains/furkancetinkaya.json
@@ -0,0 +1,12 @@
+{
+ "description": "my portfolio site",
+ "repo": "https://github.com/honeybadger4768/furkancetinkaya",
+ "owner": {
+ "username": "honeybadger4768",
+ "email": "furkancetinkaya0746@gmail.com",
+ "twitter": "honeybutdev"
+ },
+ "record": {
+ "CNAME": "furkancetinkaya-me.pages.dev"
+ }
+}
diff --git a/domains/gabimaciel.json b/domains/gabimaciel.json
new file mode 100644
index 000000000..3d80ee451
--- /dev/null
+++ b/domains/gabimaciel.json
@@ -0,0 +1,18 @@
+{
+ "description": "Gabi's webpage",
+ "repo": "https://github.com/gabriel-maciel",
+ "owner": {
+ "username": "gabriel-maciel",
+ "email": "gabrielmaciel@duck.com"
+ },
+ "record": {
+ "A": [
+ "147.182.139.182"
+ ],
+ "MX": [
+ "ns1.digitalocean.com",
+ "ns2.digitalocean.com",
+ "ns3.digitalocean.com"
+ ]
+ }
+ }
diff --git a/domains/galacyber.json b/domains/galacyber.json
new file mode 100644
index 000000000..2f969f27b
--- /dev/null
+++ b/domains/galacyber.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal portofolio",
+ "repo": "https://github.com/MGalaCyber/mgalacyber.github.io",
+ "owner": {
+ "username": "MGalaCyber",
+ "email": "",
+ "discord": "GalaXd#9165"
+ },
+ "record": {
+ "CNAME": "mgalacyber.github.io"
+ }
+}
diff --git a/domains/gizzygizmo.json b/domains/gizzygizmo.json
new file mode 100644
index 000000000..124bc1894
--- /dev/null
+++ b/domains/gizzygizmo.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "NeroGizmoUwU",
+ "email": "minecraftcoolglibchannel@gmail.com"
+ },
+ "record": {
+ "CNAME": "nero-pi.duckdns.org"
+ }
+ }
+
diff --git a/domains/sages.semant.json b/domains/gnes.semant.json
similarity index 100%
rename from domains/sages.semant.json
rename to domains/gnes.semant.json
diff --git a/domains/godwin.json b/domains/godwin.json
new file mode 100644
index 000000000..abf90fd6b
--- /dev/null
+++ b/domains/godwin.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "gpproton",
+ "email": "me@godwin.dev"
+ },
+
+ "record": {
+ "CNAME": "godwin.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/gxlpes.json b/domains/gxlpes.json
new file mode 100644
index 000000000..bdd53a9e8
--- /dev/null
+++ b/domains/gxlpes.json
@@ -0,0 +1,12 @@
+{
+ "description": "Website portfolio",
+ "repo": "https://github.com/gxlpes/gxlpes.github.io",
+ "owner": {
+ "username": "gxlpes",
+ "email": "guilhermxlopes@gmail.com"
+
+ },
+ "record": {
+ "CNAME": "gxlpes.github.io"
+ }
+}
diff --git a/domains/hamza.json b/domains/hamza.json
new file mode 100644
index 000000000..930529215
--- /dev/null
+++ b/domains/hamza.json
@@ -0,0 +1,11 @@
+{
+ "description": "Hamza's website",
+ "owner": {
+ "username": "hamza8bit",
+ "email": "hamzabyte@gmail.com"
+ },
+ "record": {
+ "CNAME": "hamza8bit.github.io"
+
+ }
+}
diff --git a/domains/harjakrepp.json b/domains/harjakrepp.json
new file mode 100644
index 000000000..16076dfcc
--- /dev/null
+++ b/domains/harjakrepp.json
@@ -0,0 +1,13 @@
+{
+ "description": "My personal portofolio",
+ "repo": "https://github.com/harjakrepp/harjakrepp.github.io",
+ "owner": {
+ "username": "Harjakrepp",
+ "email": "",
+ "discord": "harjacraft#2385",
+ "twitter": "@harjakrepp"
+ },
+ "record": {
+ "CNAME": "harjakrepp.github.io"
+ }
+}
diff --git a/domains/hay.json b/domains/hay.json
index 68f02077d..472aaa77d 100644
--- a/domains/hay.json
+++ b/domains/hay.json
@@ -1,11 +1,11 @@
{
"description": "RayhanADev's Website!",
- "repo": "https://github.com/rayhanadev/Personal-Website",
+ "repo": "https://github.com/rayhanadev/Personal-Website-v3",
"owner": {
"username": "rayhanadev",
"email": "rayhanadev@protonmail.com"
},
"record": {
- "URL": "http://furret.codes"
+ "CNAME": "edge.redirect.pizza"
}
}
diff --git a/domains/hsgamer.json b/domains/hsgamer.json
new file mode 100644
index 000000000..5a749b8d2
--- /dev/null
+++ b/domains/hsgamer.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "HSGamer",
+ "email": "huynhqtienvtag@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "hsgamer.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/hu-kaixiang.json b/domains/hu-kaixiang.json
new file mode 100644
index 000000000..3ad085a46
--- /dev/null
+++ b/domains/hu-kaixiang.json
@@ -0,0 +1,11 @@
+{
+ "description": "Hu Kaixiang's Personal Site",
+ "repo": "https://github.com/Maxhu787/g4o2-website",
+ "owner": {
+ "username": "Maxhu787",
+ "email": "maxhu787@gmail.com"
+ },
+ "record": {
+ "CNAME": "maxhu787.github.io"
+ }
+}
diff --git a/domains/hunter.json b/domains/hunter.json
new file mode 100644
index 000000000..bc3207138
--- /dev/null
+++ b/domains/hunter.json
@@ -0,0 +1,11 @@
+{
+ "description": "Hunter Website",
+ "repo": "https://github.com/itshunterr",
+ "owner": {
+ "username": "Itshunterr",
+ "email": "itshunterr@protonmail.com"
+ },
+ "record": {
+ "A": ["185.199.108.153"]
+ }
+ }
diff --git a/domains/infinity.json b/domains/infinity.json
new file mode 100644
index 000000000..382c28774
--- /dev/null
+++ b/domains/infinity.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "Infinitybeond1",
+ "email": "Infinitybeond1@protonmail.com"
+ },
+ "record": {
+ "CNAME": "1de2d007-3905-40b1-b64f-d166b367a43d.id.repl.co"
+ }
+ }
+
diff --git a/domains/instantnoodles.json b/domains/instantnoodles.json
new file mode 100644
index 000000000..bd9b9c820
--- /dev/null
+++ b/domains/instantnoodles.json
@@ -0,0 +1,12 @@
+{
+ "description": "info@instantnoodles.is-a.dev",
+ "repo": "https://github.com/NoodlesDev1/InstantNoodles-portfolio",
+ "owner": {
+ "username": "NoodlesDev1",
+ "email": "info@InstantNoodles.is-a.dev"
+ },
+ "record": {
+ "A": ["172.66.47.94", "172.66.44.162"],
+ "MX": ["mx1.improvmx.com","mx2.improvmx.com"]
+ }
+}
diff --git a/domains/isaiahday.json b/domains/isaiahday.json
index 1c91a350b..f56aa699d 100644
--- a/domains/isaiahday.json
+++ b/domains/isaiahday.json
@@ -1,6 +1,6 @@
{
"description": "Isaiah08-D's personal website.",
- "repo": "https://github.com//.github.io",
+ "repo": "https://github.com/Isaiah08-D/isaiah08-d.github.io",
"owner": {
"username": "Isaiah08-D",
"email": "isaiahgrisha@gmail.com",
diff --git a/domains/ivan.json b/domains/ivan.json
new file mode 100644
index 000000000..db731c0e7
--- /dev/null
+++ b/domains/ivan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "174n",
+ "email": "174n@riseup.net"
+ },
+ "record": {
+ "CNAME": "alexandrov.online"
+ }
+}
\ No newline at end of file
diff --git a/domains/jean.json b/domains/jean.json
new file mode 100644
index 000000000..2eef71801
--- /dev/null
+++ b/domains/jean.json
@@ -0,0 +1,12 @@
+{
+ "description": "A website showcasing all of Jean's work",
+ "repo": "https://github.com/EmperorJean/emperorjean.github.io",
+ "owner": {
+ "username": "emperorjean",
+ "email": "",
+ "twitter":"emperorjean_"
+ },
+ "record": {
+ "CNAME": "emperorjean.github.io"
+ }
+}
diff --git a/domains/jeydin.json b/domains/jeydin.json
index 3b8497af6..e315911da 100644
--- a/domains/jeydin.json
+++ b/domains/jeydin.json
@@ -1,8 +1,8 @@
{
"description": "I play a game called Genshin Impact",
- "repo": "https://github.com/Jeydin/jeydin.github.io",
+ "repo": "https://github.com/Jeydin21/jeydin.github.io",
"owner": {
- "username": "Jeydin",
+ "username": "Jeydin21",
"email": "JeyPham21@gmail.com",
"twitter": "Jeydin21"
},
diff --git a/domains/k4i0d.json b/domains/k4i0d.json
new file mode 100644
index 000000000..5177be014
--- /dev/null
+++ b/domains/k4i0d.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "kaiodcosta",
+ "email": "kaiod@riseup.net"
+ },
+ "record": {
+ "URL": "https://kaiod.icu"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/kaivalya.json b/domains/kaivalya.json
new file mode 100644
index 000000000..67b4342c2
--- /dev/null
+++ b/domains/kaivalya.json
@@ -0,0 +1,11 @@
+{
+ "description": "For my Personal Portfolio website",
+ "repo": "https://github.com/Kaivalya4/Kaivalya4.github.io",
+ "owner": {
+ "username": "Kaivalya4",
+ "email": "kt6819@yahoo.com"
+ },
+ "record": {
+ "CNAME": "Kaivalya4.github.io"
+ }
+}
diff --git a/domains/koshikkumar17.json b/domains/koshikkumar17.json
new file mode 100644
index 000000000..bafc92bda
--- /dev/null
+++ b/domains/koshikkumar17.json
@@ -0,0 +1,21 @@
+{
+
+ "description": "My Portfolio",
+
+ "repo": "https://github.com/KoshikKumar17/KoshikKumar17.github.io",
+
+ "owner": {
+
+ "username": "koshikkumar17",
+
+ "email": "cw4rriors17@gmail.com"
+
+ },
+
+ "record": {
+
+ "URL": "https://koshikkumar17.github.io/home"
+
+ }
+
+}
diff --git a/domains/laker.json b/domains/laker.json
new file mode 100644
index 000000000..17cc7d4bd
--- /dev/null
+++ b/domains/laker.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "lxjv",
+ "email": "hey@laker.tech"
+ },
+ "record": {
+ "CNAME": "laker.omg.lol"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/lime360.json b/domains/lime360.json
index 6bc077f52..ecea5243c 100644
--- a/domains/lime360.json
+++ b/domains/lime360.json
@@ -2,6 +2,7 @@
"owner": {
"username": "lime360",
"email": "emeraldlime@protonmail.com",
+ "mastodon": "lime360@meow.social",
"discord": "lime360#3291"
},
diff --git a/domains/lintahtorrents.json b/domains/lintahtorrents.json
new file mode 100644
index 000000000..89d0345a3
--- /dev/null
+++ b/domains/lintahtorrents.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "meritocrazy",
+ "email": "lunatic@tuta.io"
+ },
+ "record": {
+ "CNAME": "drives.labor.workers.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/live.preview.beta.json b/domains/live.preview.beta.json
new file mode 100644
index 000000000..b25729d94
--- /dev/null
+++ b/domains/live.preview.beta.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "is-a-dev-bot",
+ "email": "is-a-dev@win11react.com"
+ },
+
+ "record": {
+ "A": ["140.238.66.199"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/lknows.json b/domains/lknows.json
new file mode 100644
index 000000000..3b62ab641
--- /dev/null
+++ b/domains/lknows.json
@@ -0,0 +1,15 @@
+
+ {
+ "description": "Link for lknow's personal site on GitHub pages",
+ "repo": "https://github.com/lknows/lknows.github.io/",
+ "owner": {
+ "username": "lknows",
+ "email": "easyg53@gmail.com",
+ "discord": "Ne bije al' ubija u pojam#2020"
+ },
+
+ "record": {
+ "CNAME": "lknows.github.io"
+ }
+ }
+
diff --git a/domains/luistena.json b/domains/luistena.json
new file mode 100644
index 000000000..43a8fa800
--- /dev/null
+++ b/domains/luistena.json
@@ -0,0 +1,12 @@
+{
+ "description": "Luis Tena's portfolio",
+ "repo": "https://github.com/devluist/devluist.github.io",
+ "owner": {
+ "username": "devluist",
+ "email": "des.luistena@hotmail.com",
+ "twitter": "dev_luist"
+ },
+ "record": {
+ "CNAME": "devluist.github.io"
+ }
+}
diff --git a/domains/lunah.json b/domains/lunah.json
index 065644bc6..f5a8b21af 100644
--- a/domains/lunah.json
+++ b/domains/lunah.json
@@ -6,6 +6,6 @@
"email": "lunah@lunahdev.ml"
},
"record": {
- "A": ["5.161.46.209"]
+ "A": ["62.171.160.186"]
}
}
diff --git a/domains/mail.acey.json b/domains/mail.acey.json
deleted file mode 100644
index ea2667774..000000000
--- a/domains/mail.acey.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "owner": {
- "username": "AceyDoCodes",
- "email": "aceygoesboom@gmail.com",
- "discord": "AceyGoesBoom#3141"
- },
- "description": "Email for personal website",
- "repo": "https://github.com/AceyDoCodes",
- "record": {
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
-}
diff --git a/domains/minmitalso.json b/domains/mail.minmit.json
similarity index 100%
rename from domains/minmitalso.json
rename to domains/mail.minmit.json
diff --git a/domains/makhbaz.json b/domains/makhbaz.json
new file mode 100644
index 000000000..2536652d2
--- /dev/null
+++ b/domains/makhbaz.json
@@ -0,0 +1,12 @@
+{
+ "description": "Makhbaz's .is-a.dev domain",
+ "repo": "https://github.com/Makhbaz/makhbaz.github.io",
+ "owner": {
+ "username": "Makhbaz",
+ "email": "makhbaz@proton.me",
+ "telegram": "Makhbaz"
+ },
+ "record": {
+ "CNAME": "makhbaz.github.io"
+ }
+}
diff --git a/domains/mczgodpiggy.json b/domains/mczgodpiggy.json
new file mode 100644
index 000000000..7369438f5
--- /dev/null
+++ b/domains/mczgodpiggy.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "Mczgodpiggy",
+ "email": "aukoeh@gmail.com"
+ },
+ "record": {
+ "CNAME": "947fd546-46f4-480c-b971-ca2b663c54d8.id.repl.co"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/mega-lag.sx9.json b/domains/mega-lag.sx9.json
new file mode 100644
index 000000000..475e56e55
--- /dev/null
+++ b/domains/mega-lag.sx9.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "SX-9",
+ "email": "satriakrach@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "sx-9.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/mineek.json b/domains/mineek.json
new file mode 100644
index 000000000..3cb4c189b
--- /dev/null
+++ b/domains/mineek.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal website",
+ "repo": "https://github.com/mineek/mineek.github.io",
+ "owner": {
+ "username": "mineek",
+ "email": "",
+ "discord": "Mineek#6323"
+ },
+ "record": {
+ "CNAME": "mineek.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/miraclecherrypie.json b/domains/miraclecherrypie.json
new file mode 100644
index 000000000..ed7bb0057
--- /dev/null
+++ b/domains/miraclecherrypie.json
@@ -0,0 +1,11 @@
+{
+ "description": "My personal website goes here",
+ "repo": "https://github.com/MiracleCherryPie/miraclecherrypie.github.io",
+ "owner": {
+ "username": "MiracleCherryPie",
+ "email": "christianpandapotans@gmail.com"
+ },
+ "record": {
+ "CNAME": "miraclecherrypie.github.io"
+ }
+}
diff --git a/domains/muheko.json b/domains/muheko.json
new file mode 100644
index 000000000..94b5ccf9a
--- /dev/null
+++ b/domains/muheko.json
@@ -0,0 +1,12 @@
+{
+ "description": "My Personal Landing Page!",
+ "repo": "https://github.com/MuhekoNikolas/p3",
+ "owner": {
+ "username": "MuhekoNikolas",
+ "email": "13nikolusmuheko@gmail.com",
+ "twitter": "@MuhekoNikolas"
+ },
+ "record": {
+ "CNAME": "muhekonikolas.github.io"
+ }
+}
diff --git a/domains/nexus.json b/domains/nexus.json
new file mode 100644
index 000000000..7808ec6e6
--- /dev/null
+++ b/domains/nexus.json
@@ -0,0 +1,11 @@
+{
+ "description": "Nexus.is-a.dev",
+ "repo": "https://github.com/Nexzon/nexzon.github.io",
+ "owner": {
+ "username": "Nexus",
+ "email": "uvraysxc@gmail.com"
+ },
+ "record": {
+ "CNAME": "Nexzon.github.io"
+ }
+}
diff --git a/domains/nico.json b/domains/nico.json
new file mode 100644
index 000000000..7d1885fad
--- /dev/null
+++ b/domains/nico.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal Website",
+ "repo": "https://github.com/NicoGaming77/NicoGaming77.github.io",
+ "owner": {
+ "username": "NicoGaming77",
+ "email": "nicodreyer7@icloud.com",
+ "discord": "nicosnico#7674"
+ },
+ "record": {
+ "CNAME": "NicoGaming77.github.io"
+ }
+}
diff --git a/domains/nikolas.json b/domains/nikolas.json
new file mode 100644
index 000000000..c5fb5b368
--- /dev/null
+++ b/domains/nikolas.json
@@ -0,0 +1,12 @@
+{
+ "description": "My Personal Landing Page!",
+ "repo": "https://github.com/MuhekoNikolas/p2",
+ "owner": {
+ "username": "MuhekoNikolas",
+ "email": "13nikolusmuheko@gmail.com",
+ "twitter": "@MuhekoNikolas"
+ },
+ "record": {
+ "CNAME": "muhekonikolas.github.io"
+ }
+}
diff --git a/domains/nikolus.json b/domains/nikolus.json
new file mode 100644
index 000000000..3963ef385
--- /dev/null
+++ b/domains/nikolus.json
@@ -0,0 +1,12 @@
+{
+ "description": "My Personal Landing Page!",
+ "repo": "https://github.com/MuhekoNikolas/MuhekoNikolas.github.io",
+ "owner": {
+ "username": "MuhekoNikolas",
+ "email": "13nikolusmuheko@gmail.com",
+ "twitter": "@MuhekoNikolas"
+ },
+ "record": {
+ "CNAME": "muhekonikolas.github.io"
+ }
+}
diff --git a/domains/notify-api.json b/domains/notify-api.json
index c55d112b4..8744f3af0 100644
--- a/domains/notify-api.json
+++ b/domains/notify-api.json
@@ -1,5 +1,6 @@
{
+ "repo" :"https://github.com/andrewstech/notify-api",
"owner": {
"username": "andrewstech",
"email": "andrew@win11react.com"
diff --git a/domains/om.json b/domains/om.json
deleted file mode 100644
index f35fefb7a..000000000
--- a/domains/om.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "description": "Portfolio - a simple portfolio website for Omxpro. It's in Beta Stages. Thanks for visiting my Portfolio! I hope to see you again. This also serves as a mail for my domain",
- "repo": "https://github.com/omxpro/portfolio-cf",
- "owner": {
- "username": "omxpro",
- "email": "omsenjalia@gmail.com",
- "twitter": "DaRealOmxpro"
- },
- "record": {
- "A": ["172.66.44.237","172.66.47.19"],
- "MX": ["mx1.improvmx.com","mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
-}
diff --git a/domains/opaayush.json b/domains/opaayush.json
new file mode 100644
index 000000000..4026f1a16
--- /dev/null
+++ b/domains/opaayush.json
@@ -0,0 +1,12 @@
+{
+ "description": "Aayu5h's Portfolio Website",
+ "repo": "https://github.com/OpAayush/opaayush.github.io",
+ "owner": {
+ "username": "OpAayush",
+ "email": "aayushmagrawal@gmail.com",
+ "discord": "Aayu5h#1737"
+ },
+ "record": {
+ "CNAME": "opaayush.github.io"
+ }
+}
diff --git a/domains/open-beta.json b/domains/open-beta.json
deleted file mode 100644
index f79d6d130..000000000
--- a/domains/open-beta.json
+++ /dev/null
@@ -1,9 +0,0 @@
- {
- "owner": {
- "username": "@is-a-dev/maintainers",
- "email": "mahir@molai.dev"
- },
- "record": {
- "CNAME": "open-beta.pages.dev"
- }
- }
diff --git a/domains/mousemoosz.json b/domains/orestsaban.json
similarity index 57%
rename from domains/mousemoosz.json
rename to domains/orestsaban.json
index e18c837ff..18ae16395 100644
--- a/domains/mousemoosz.json
+++ b/domains/orestsaban.json
@@ -1,8 +1,8 @@
{
- "description": "For my website",
+ "description": "My personality web page",
"owner": {
- "username": "MouseMoosz",
- "email": "mousemoosz@protonmail.com"
+ "username": "OrestSaban",
+ "email": "OrestSaban@OrestSaban.is-a.dev"
},
"record": {
"A": [
@@ -14,7 +14,6 @@
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ ]
}
}
diff --git a/domains/preview.beta.json b/domains/preview.beta.json
new file mode 100644
index 000000000..5f14074df
--- /dev/null
+++ b/domains/preview.beta.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "andrewstech",
+ "email": "andrew@win11react.com"
+ },
+ "record": {
+ "CNAME": "is-a-dev-bot.github.io"
+ }
+ }
+
diff --git a/domains/prryplatypus.json b/domains/prryplatypus.json
new file mode 100644
index 000000000..06f1dda9f
--- /dev/null
+++ b/domains/prryplatypus.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/prryplatypus",
+ "owner": {
+ "username": "prryplatypus",
+ "email": "",
+ "twitter": "prryplatypus"
+ },
+ "record": {
+ "CNAME": "prryplatypus.dev"
+ }
+ }
diff --git a/domains/psicmi.json b/domains/psicmi.json
new file mode 100644
index 000000000..fbd9410f4
--- /dev/null
+++ b/domains/psicmi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "psicmi",
+ "email": "hello@psicmi.party"
+ },
+ "record": {
+ "CNAME": "psicmi-party.github.io"
+ }
+}
diff --git a/domains/pybash.json b/domains/pybash.json
deleted file mode 100644
index 76b0cfea3..000000000
--- a/domains/pybash.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "PyBash's Personal Website",
- "repo": "https://github.com/pybash1",
- "owner": {
- "username": "pybash1",
- "email": "dontwanttotell@privacy.com"
- },
- "record": {
- "URL":"https://pybash.vercel.app"
- }
-}
diff --git a/domains/rafsan.json b/domains/rafsan.json
new file mode 100644
index 000000000..b992037bb
--- /dev/null
+++ b/domains/rafsan.json
@@ -0,0 +1,11 @@
+{
+ "description": "Github Portfolio of rafsan",
+ "repo": "https://github.com/htrafsan/htrafsan.github.io",
+ "owner": {
+ "username": "htrafsan",
+ "email": "rafsanoff@gmail.com"
+ },
+ "record": {
+ "CNAME": "htrafsan.github.io"
+ }
+}
diff --git a/domains/raiden.json b/domains/raiden.json
new file mode 100644
index 000000000..d7e66a0e8
--- /dev/null
+++ b/domains/raiden.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "raiden076",
+ "email": "arkapravodas99@gmail.com"
+ },
+ "record": {
+ "A": ["144.24.145.70"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/raiven.json b/domains/raiven.json
new file mode 100644
index 000000000..8747e1e50
--- /dev/null
+++ b/domains/raiven.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "rdvntpkky",
+ "email": "ridvantopakkaya@hotmail.com"
+ },
+
+ "record": {
+ "A": ["193.31.116.116"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/raka.json b/domains/raka.json
new file mode 100644
index 000000000..ae55c1618
--- /dev/null
+++ b/domains/raka.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "rahulkarda",
+ "email": "rahulkarda2002@gmail.com",
+ "discord": "rk02#1553",
+ "note": "I'm open to connect with developers for collaborations."
+ },
+ "description": "Landing page of RakaCreativeContent Organization",
+ "record": {
+ "CNAME": "rakacreativecontent.github.io"
+ }
+}
diff --git a/domains/ray.json b/domains/ray.json
index 68f02077d..e77593d58 100644
--- a/domains/ray.json
+++ b/domains/ray.json
@@ -1,11 +1,11 @@
{
- "description": "RayhanADev's Website!",
- "repo": "https://github.com/rayhanadev/Personal-Website",
+ "description": "RayhanADev's Personal Website",
+ "repo": "https://github.com/rayhanadev/Personal-Website-v3",
"owner": {
"username": "rayhanadev",
"email": "rayhanadev@protonmail.com"
},
"record": {
- "URL": "http://furret.codes"
+ "CNAME": "edge.redirect.pizza"
}
}
diff --git a/domains/rhino.json b/domains/rhino.json
new file mode 100644
index 000000000..9105f5faa
--- /dev/null
+++ b/domains/rhino.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "Tech2Logix",
+ "email": "rhinovanboxelaere@outlook.com"
+ },
+ "record": {
+ "CNAME": "rhino-vb.be"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/robin.json b/domains/robin.json
new file mode 100644
index 000000000..52aa52892
--- /dev/null
+++ b/domains/robin.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "RobinDev03",
+ "email": "robin@robin-it.de"
+ },
+
+ "record": {
+ "CNAME": "robin-w.de"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/rony.json b/domains/rony.json
new file mode 100644
index 000000000..816782e58
--- /dev/null
+++ b/domains/rony.json
@@ -0,0 +1,16 @@
+{
+ "owner": {
+ "username": "ronylee11",
+ "email": "rongyil33@gmail.com"
+ },
+ "description": {
+ "domain": "rony.is-a.dev",
+ "usage": "This is going to be my portfolio"
+ },
+ "repo": {
+ "github": "github.com/ronylee11"
+ },
+ "record": {
+ "CNAME": "ronylee11.github.io"
+ }
+}
diff --git a/domains/rsgarxia.json b/domains/rsgarxia.json
new file mode 100644
index 000000000..7a8700931
--- /dev/null
+++ b/domains/rsgarxia.json
@@ -0,0 +1,14 @@
+{
+ "description": "Ruben Garcia's personal website",
+ "repo": "https://github.com/sigfriedCub1990/personal-site",
+ "owner": {
+ "username": "sigfriedcub1990",
+ "email": "rssanjuan2704@gmail.com",
+ "twitter": "sigfriedcub1990"
+ },
+ "record": {
+ "A": [
+ "142.93.27.109"
+ ]
+ }
+}
diff --git a/domains/rumesh.json b/domains/rumesh.json
new file mode 100644
index 000000000..edf250f01
--- /dev/null
+++ b/domains/rumesh.json
@@ -0,0 +1,11 @@
+{
+ "description": "Rumesh's .is-a.dev domain",
+ "repo": "https://github.com/iRumesh/irumesh.github.io",
+ "owner": {
+ "username": "irumesh",
+ "email": "irumesh.work@gmail.com"
+ },
+ "record": {
+ "CNAME": "irumesh.github.io"
+ }
+ }
diff --git a/domains/ryn.json b/domains/ryn.json
new file mode 100644
index 000000000..0adcb55ec
--- /dev/null
+++ b/domains/ryn.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "lazylamps",
+ "email": "lampslazy@gmail.com"
+ },
+ "record": {
+ "A": [
+ "132.145.25.232"
+ ]
+ }
+}
diff --git a/domains/saba.json b/domains/saba.json
new file mode 100644
index 000000000..96bcc7588
--- /dev/null
+++ b/domains/saba.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio page for full stack projects",
+ "repo": "https://github.com/itsaba/itsaba.github.io",
+ "owner": {
+ "username": "itsaba",
+ "email": "saba.s@mail.com"
+ },
+ "record": {
+ "CNAME": "itsaba.github.io"
+ }
+}
diff --git a/domains/safone.json b/domains/safone.json
new file mode 100644
index 000000000..1640525b4
--- /dev/null
+++ b/domains/safone.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "AsmSafone",
+ "email": "asmsafone@gmail.com"
+ },
+
+ "record": {
+ "A": ["185.27.134.124"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/saizuo.json b/domains/saizuo.json
new file mode 100644
index 000000000..649a91388
--- /dev/null
+++ b/domains/saizuo.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "Saizuo",
+ "email": "vikasj@noerror.studio"
+ },
+
+ "record": {
+ "URL": "https://saizuo.me"
+ }
+ }
+
diff --git a/domains/samir.json b/domains/samir.json
new file mode 100644
index 000000000..55f56e20e
--- /dev/null
+++ b/domains/samir.json
@@ -0,0 +1,12 @@
+{
+ "description": "Samir's Portfolio Website.",
+ "repo": "https://github.com/SamirPaulb/samir.is-a.dev",
+ "owner": {
+ "username": "SamirPaulb",
+ "email": "samirpaulb@gmail.com",
+ "twitter": "SamirPaulb"
+ },
+ "record": {
+ "CNAME": "samirpaulb.github.io"
+ }
+}
diff --git a/domains/satyamv7.json b/domains/satyamv7.json
new file mode 100644
index 000000000..9aef9da6d
--- /dev/null
+++ b/domains/satyamv7.json
@@ -0,0 +1,11 @@
+{
+ "description": "SatyamV7.is-a.dev",
+ "repo": "https://github.com/SatyamV7/SatyamV7.github.io",
+ "owner": {
+ "username": "SatyamV7",
+ "email": "satyamverma46@outlook.com"
+ },
+ "record": {
+ "CNAME": "SatyamV7.github.io"
+ }
+}
diff --git a/domains/yan.json b/domains/saya.json
similarity index 87%
rename from domains/yan.json
rename to domains/saya.json
index 08e410caf..1fa51a57e 100644
--- a/domains/yan.json
+++ b/domains/saya.json
@@ -1,5 +1,5 @@
{
- "description": "yan's site",
+ "description": "saya's site",
"repo": "https://github.com/yanNotDev/yanNotDev.github.io",
"owner": {
"username": "yanNotDev",
diff --git a/domains/scfp.json b/domains/scfp.json
new file mode 100644
index 000000000..1ce145571
--- /dev/null
+++ b/domains/scfp.json
@@ -0,0 +1,11 @@
+{
+ "description": "Cfp Short Service",
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp#7174"
+ },
+ "record": {
+ "CNAME": "cfp.gotdns.ch"
+ }
+}
\ No newline at end of file
diff --git a/domains/sebaz.json b/domains/sebaz.json
new file mode 100644
index 000000000..b96fe5d04
--- /dev/null
+++ b/domains/sebaz.json
@@ -0,0 +1,10 @@
+{
+ "description": "my website link",
+ "owner": {
+ "username": "iSebazz",
+ "email": "iSebazz@outlook.es"
+ },
+ "record": {
+ "CNAME": "usebazz.github.io"
+ }
+}
diff --git a/domains/sekuji.json b/domains/sekuji.json
new file mode 100644
index 000000000..e234d5513
--- /dev/null
+++ b/domains/sekuji.json
@@ -0,0 +1,11 @@
+{
+ "description": "Sekuji's Personal Website",
+ "owner": {
+ "username": "sekuji",
+ "email": "",
+ "discord": "sekuji#9595"
+ },
+ "record": {
+ "CNAME": "sekuji.github.io"
+ }
+}
diff --git a/domains/semanteo.json b/domains/semanteo.json
new file mode 100644
index 000000000..a3cba613b
--- /dev/null
+++ b/domains/semanteo.json
@@ -0,0 +1,11 @@
+{
+ "description": "semanteo.is-a.dev",
+ "repo": "https://github.com/Semanteo/semanteo.github.io",
+ "owner": {
+ "username": "Semanteo",
+ "email": "simsim3374@gmail.com"
+ },
+ "record": {
+ "CNAME": "semanteo.github.io"
+ }
+}
diff --git a/domains/sh9351.json b/domains/sh9351.json
new file mode 100644
index 000000000..f1cea6e4b
--- /dev/null
+++ b/domains/sh9351.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "sh9351",
+ "email": "perfect2315shlim@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "sh9351.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/siow-kai-yang.json b/domains/siow-kai-yang.json
new file mode 100644
index 000000000..18caf9be1
--- /dev/null
+++ b/domains/siow-kai-yang.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio go brrrrr",
+ "repo": "https://github.com/yeetus-maximus/yeetus-maximus.github.io",
+ "owner": {
+ "username": "yeetus-maximus",
+ "email": "siowkaiyang@protonmail.com"
+ },
+ "record": {
+ "CNAME": "yeetus-maximus.github.io"
+ }
+}
diff --git a/domains/syrx.json b/domains/syrx.json
deleted file mode 100644
index d60d4550b..000000000
--- a/domains/syrx.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "dumbgamemaker",
- "email": "opal.js@icloud.com",
- "twitter": "Opaldotjs",
- "discord": "Opaldotjs#9322"
- },
- "description": "A place for me to put my projects",
- "record": {
- "CNAME": "dumbgamemaker.github.io"
- }
-}
diff --git a/domains/tallerthanshort.json b/domains/tallerthanshort.json
new file mode 100644
index 000000000..d9d6b0eec
--- /dev/null
+++ b/domains/tallerthanshort.json
@@ -0,0 +1,12 @@
+{
+ "description": "TallerThanShort made site",
+ "repo": "https://github.com/TallerThanShort",
+ "owner": {
+ "username": "TallerThanShort",
+ "email": "TallerThanShort@duck.com"
+ },
+ "record": {
+ "CNAME": "TallerThanShort.github.io"
+
+ }
+}
diff --git a/domains/maintainers.json b/domains/team.json
similarity index 71%
rename from domains/maintainers.json
rename to domains/team.json
index d396e121a..9917b62ba 100644
--- a/domains/maintainers.json
+++ b/domains/team.json
@@ -2,8 +2,8 @@
"description": "The Maintainer Docs For The Is-A.Dev Website!",
"repo": "github.com/is-a-dev/maintainer-docs",
"owner": {
- "username": "is-a.dev",
- "email": ""
+ "username": "@is-a-dev/maintainers",
+ "email": "phenax5@gmail.com"
},
"record": {
"CNAME": "is-a-dev.github.io"
diff --git a/domains/terra.json b/domains/terra.json
new file mode 100644
index 000000000..85ce7078f
--- /dev/null
+++ b/domains/terra.json
@@ -0,0 +1,14 @@
+{
+ "description": "Portfolio - a simple portfolio website for TerraPlayz. It's in Beta Stages. Thanks for visiting my Portfolio! I hope to see you again. This also serves as a mail for my domain",
+ "repo": "https://github.com/TerraPlayz/portfolio-cf",
+ "owner": {
+ "username": "TerraPlayz",
+ "email": "github@om.is-a.dev",
+ "twitter": "DaRealOmxpro"
+ },
+ "record": {
+ "A": ["172.66.44.237","172.66.47.19"],
+ "MX": ["mx1.improvmx.com","mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/thedev.json b/domains/thedev.json
new file mode 100644
index 000000000..7c9e764c0
--- /dev/null
+++ b/domains/thedev.json
@@ -0,0 +1,9 @@
+ {
+ "owner": {
+ "username": "Xcode13developer",
+ "email": "thedev132@gmail.com"
+ },
+ "record": {
+ "A": ["192.9.128.241"]
+ }
+ }
diff --git a/domains/thewickedkarma.json b/domains/thewickedkarma.json
new file mode 100644
index 000000000..1ce2d2db2
--- /dev/null
+++ b/domains/thewickedkarma.json
@@ -0,0 +1,11 @@
+{
+ "description": "thewickedkarma's portfolio",
+ "repo": "https://github.com/thewickedkarma/thewickedkarma.github.io",
+ "owner": {
+ "username": "thewickedkarma",
+ "email": "thewickedkarma@gmail.com"
+ },
+ "record": {
+ "CNAME": "thewickedkarma.github.io"
+ }
+}
diff --git a/domains/vaibhavsys.json b/domains/vaibhavsys.json
new file mode 100644
index 000000000..64982b3e5
--- /dev/null
+++ b/domains/vaibhavsys.json
@@ -0,0 +1,16 @@
+{
+ "owner": {
+ "username": "VaibhavSys",
+ "email": "vaibhavdhi@proton.me"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/venquidev.json b/domains/venquidev.json
new file mode 100644
index 000000000..3cee3629f
--- /dev/null
+++ b/domains/venquidev.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "venquidev",
+ "email": "edwinrey5211@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "venquidev.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/vic.json b/domains/vic.json
new file mode 100644
index 000000000..75f389fc6
--- /dev/null
+++ b/domains/vic.json
@@ -0,0 +1,12 @@
+{
+ "description": "my personal website",
+ "repo": "https://github.com/victorioxd/victorioxd.github.io",
+ "owner": {
+ "username": "victorioxd",
+ "email": "vicxd@pm.me",
+ "twitter": "vicjajsalu2"
+ },
+ "record": {
+ "CNAME": "victorioxd.github.io"
+ }
+}
diff --git a/domains/vineet.json b/domains/vineet.json
new file mode 100644
index 000000000..e009e7107
--- /dev/null
+++ b/domains/vineet.json
@@ -0,0 +1,12 @@
+{
+ "description": "Link to my Landing Page",
+ "repo": "https://github.com/iamv1n/iamv1n.github.io",
+ "owner": {
+ "username": "iamv1n",
+ "email": "vineet@iamv1n.xyz",
+ "twitter": "vineetstwt"
+ },
+ "record": {
+ "URL": "https://iamv1n.xyz"
+ }
+}
diff --git a/domains/viperadnan.json b/domains/viperadnan.json
new file mode 100644
index 000000000..2d7ae0845
--- /dev/null
+++ b/domains/viperadnan.json
@@ -0,0 +1,11 @@
+{
+ "description": "portfolio",
+ "repo": "https://github.com/viperadnan-git/viperadnan-git.github.io",
+ "owner": {
+ "username": "viperadnan-git",
+ "email": "viperadnan@gmail.com"
+ },
+ "record": {
+ "CNAME": "viperadnan-git.github.io"
+ }
+}
diff --git a/domains/vpc01.json b/domains/vpc01.json
new file mode 100644
index 000000000..8744f3af0
--- /dev/null
+++ b/domains/vpc01.json
@@ -0,0 +1,12 @@
+
+ {
+ "repo" :"https://github.com/andrewstech/notify-api",
+ "owner": {
+ "username": "andrewstech",
+ "email": "andrew@win11react.com"
+ },
+ "record": {
+ "A": ["140.238.66.199"]
+ }
+ }
+
diff --git a/domains/wadeslider.json b/domains/wadeslider.json
new file mode 100644
index 000000000..b6025a969
--- /dev/null
+++ b/domains/wadeslider.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "WadeSlider",
+ "email": "alexisarturodh@gmail.com"
+ },
+ "record": {
+ "CNAME": "wadeslider.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/wan.json b/domains/wan.json
deleted file mode 100644
index 9ec5ac297..000000000
--- a/domains/wan.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "For a personal website",
- "repo": "https://github.com/jrdrwn/jrdrwn.github.io",
- "owner": {
- "username": "jrdrwn",
- "email": "jordirwn@gmail.com",
- "twitter": "_jrdrwan"
- },
- "record": {
- "CNAME": "jrdrwn.github.io"
- }
-}
diff --git a/domains/web.json b/domains/web.json
index cac8f43f9..88c5e71a9 100644
--- a/domains/web.json
+++ b/domains/web.json
@@ -4,6 +4,6 @@
"email": "lellis2x@gmail.com"
},
"record": {
- "A": ["144.21.63.181"]
+ "A": ["193.25.215.223"]
}
}
diff --git a/domains/william.json b/domains/william.json
index e8a991c9c..42483e170 100644
--- a/domains/william.json
+++ b/domains/william.json
@@ -5,6 +5,6 @@
},
"record": {
- "URL": "https://williamharrison.dev"
+ "CNAME": "edge.redirect.pizza"
}
}
diff --git a/domains/willo.json b/domains/willo.json
index ddbbd165b..914796fb5 100644
--- a/domains/willo.json
+++ b/domains/willo.json
@@ -7,6 +7,8 @@
"twitter": "willoizcitron"
},
"record": {
- "CNAME": "willoizcitron.github.io"
+ "A": ["185.199.109.153", "185.199.108.153", "185.199.111.153", "185.199.110.153"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/xqwtxon.json b/domains/xqwtxon.json
new file mode 100644
index 000000000..1a52a2ece
--- /dev/null
+++ b/domains/xqwtxon.json
@@ -0,0 +1,13 @@
+{
+ "description": "Programmer since 2016, Reverse-Engineer since 2019, I do a lot of Minecraft-related things.",
+ "repo": "https;//github.com/xqwtxon/website",
+ "owner": {
+ "username": "xqwtxon",
+ "email": "xqwtxon@hotmail.com",
+ "twitter": "@xqwtxon",
+ "keybase": "@xqwtxon"
+ },
+ "record": {
+ "CNAME": "xqwtxon.ml"
+ }
+}
diff --git a/domains/yaelmassieu.json b/domains/yaelmassieu.json
new file mode 100644
index 000000000..462c22fef
--- /dev/null
+++ b/domains/yaelmassieu.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "bystrokr",
+ "email": "jamesisajamessx@gmail.com"
+ },
+ "record": {
+ "A": ["66.45.229.178"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/yang.json b/domains/yang.json
new file mode 100644
index 000000000..084c11290
--- /dev/null
+++ b/domains/yang.json
@@ -0,0 +1,12 @@
+
+{
+ "description": "one personal blog",
+ "repo": "https://github.com/xuchao996/xuchao996.github.io",
+ "owner": {
+ "username": "xuchao996",
+ "email": "chao.xu996@gmail.com"
+ },
+ "record": {
+ "CNAME": "xuchao996.github.io"
+ }
+}
diff --git a/domains/yeppiidev.json b/domains/yeppiidev.json
new file mode 100644
index 000000000..20a597c5b
--- /dev/null
+++ b/domains/yeppiidev.json
@@ -0,0 +1,12 @@
+{
+ "description": "Just my personal website :^)",
+ "repo": "https://github.com/yeppiidev/yeppiidev.github.io",
+ "owner": {
+ "username": "yeppiidev",
+ "email": "yedoxstudios@gmail.com",
+ "twitter": "yeppiidev"
+ },
+ "record": {
+ "CNAME": "yeppiidev.github.io"
+ }
+}
diff --git a/domains/yolobnb.json b/domains/yolobnb.json
new file mode 100644
index 000000000..435fa6403
--- /dev/null
+++ b/domains/yolobnb.json
@@ -0,0 +1,11 @@
+{
+ "description": "My personal website",
+ "repo": "https://github.com/yolobnb/yolobnb.github.io",
+ "owner": {
+ "username": "yolobnb",
+ "email": "yooloobnb@protonmail.com"
+ },
+ "record": {
+ "CNAME": "yolobnb.github.io"
+ }
+}
diff --git a/domains/zarwin.json b/domains/zarwin.json
new file mode 100644
index 000000000..b5e0cad97
--- /dev/null
+++ b/domains/zarwin.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/zarwin/zarwin.is-a.dev",
+ "owner": {
+ "username": "zarwin",
+ "email": "",
+ "discord": "๐๐ ๐ฃ๐ โค๐๐ฃ๐จ๐๐#8600"
+ },
+ "record": {
+ "CNAME": "zarwin.github.io"
+ }
+}
diff --git a/domains/zhiyao.json b/domains/zhiyao.json
new file mode 100644
index 000000000..e8f97e1f2
--- /dev/null
+++ b/domains/zhiyao.json
@@ -0,0 +1,11 @@
+{
+ "description": "ๅฟ้ฅ๏ผ่ณๅฐง๏ผ็ไธชไบบๅๅฎข",
+ "repo": "https://github.com/lizhiyao/lizhiyao.github.io",
+ "owner": {
+ "username": "lizhiyao",
+ "email": "dancerlzy@gmail.com"
+ },
+ "record": {
+ "CNAME": "lizhiyao.github.io"
+ }
+}