Merge branch 'main' into main

This commit is contained in:
Peme969 ⚡
2025-01-15 10:35:12 -06:00
committed by GitHub
48 changed files with 419 additions and 75 deletions
+17 -12
View File
@@ -1,16 +1,21 @@
<!-- Please complete this template so we can review your pull request faster. -->
<!--
!!! YOU MUST FILL OUT THIS TEMPLATE FOR YOUR PULL REQUEST TO BE ACCEPTED !!!
-->
## Requirements
Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain must pass **ALL** the indicated requirements above.
Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain **MUST** pass **ALL** the indicated requirements below.
Please note that we reserve the rights not to accept any domain at our own discretion.
<!-- Change each checkbox to [x] to mark it as checked. -->
- [ ] I have **read** and **understood** the [Terms of Service](https://is-a.dev/terms). <!-- Your domain MUST follow the TOS to be approved. -->
- [ ] My domain is **not** for commercial use.
- [ ] My file is in the `domains` folder and is in the JSON format.
- [ ] My file's name is all lowercased and alphanumeric. <!-- Your file's name is yourname.json, not YourName.json or your_name.json. -->
- [ ] The website is **reachable**. <!-- Not needed if the domain is for emails only. -->
- [ ] I have **completed** my website. <!-- Not needed if the domain is for emails only. -->
- [ ] My website is related to **software development**.
- [ ] I have provided contact information in the `owner` key. <!-- Provide your email in the `email` field or another platform (e.g., X, Discord) for contact. -->
- [ ] I have **followed** the [documentation](https://docs.is-a.dev).
- [ ] I understand my domain may be removed if I violate the [Terms of Service](https://is-a.dev/terms).
- [ ] The file is in the `domains` folder and is in the JSON format.
- [ ] The file's name is all lowercased and alphanumeric. <!-- Your file's name is yourname.json, not YourName.json or your_name.json. -->
- [ ] You have completed your website. <!-- This is not required if the domain you're registering is for emails. -->
- [ ] The website is reachable. <!-- This is not required if the domain you're registering is for emails. -->
- [ ] The CNAME record doesn't contain `https://` or `/`. <!-- This is not required if you are not using a CNAME record. -->
- [ ] There is sufficient information at the `owner` field. <!-- You need to have your email presented at `email` field. If you don't want to provide your email for any reason, you can specify another social platform (e.g. Twitter) so we can contact you. -->
## Website Link/Preview
<!-- Please provide a link or preview of your website below. If you can't make the website visible, then an image of the website is also fine! -->
## Website Preview
<!-- Provide a link or preview of your website below. If you can't make the website visible, then a screenshot of the website also works. -->
+10
View File
@@ -0,0 +1,10 @@
{
"repo": "https://github.com/256javy/256javy.github.io",
"owner": {
"username": "256javy",
"email": "256javiervillalba@gmail.com"
},
"record": {
"CNAME": "256javy.github.io"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "vyductan",
"email": "vdt5snet@gmail.com",
"discord": "370012050316984321"
},
"record": {
"TXT": "vc-domain-verify=*.vyductan.is-a.dev,f7fc15db084fa96cf967"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "tuannguyen2002",
"email": "",
"discord": "minhtuan9039"
},
"record": {
"TXT": "vc-domain-verify=ebooks.is-a.dev,5fa4e0aa7b17c9f52a9d"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "felipecalderon",
"email": "hola@felipe.bio"
},
"record": {
"TXT": ["vc-domain-verify=felipe.is-a.dev,07f2247f0a80372e5d48"]
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "harshshah-codes",
"email": "harshshah.dev@gmail.com",
"discord": "889700837520199761"
},
"record": {
"TXT": "vc-domain-verify=harshshah.is-a.dev,42f8ad923b9e4a9aa010"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "jimjja",
"email": "jemalja.dev@gmail.com",
"discord": "665635903955533845"
},
"record": {
"TXT": "vc-domain-verify=jemalahmedov.is-a.dev,3f41428af72725b71a10"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "naman-0804",
"email": "namansrivastava1608@gmail.com",
"discord": "naman_1101"
},
"record": {
"TXT": "vc-domain-verify=namansrivastava.is-a.dev,7b128b70cd9aae28bf1c"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "tuannguyen2002",
"email": "",
"discord": "minhtuan9039"
},
"record": {
"TXT": "vc-domain-verify=nguyenminhtuan.is-a.dev,2910b5006f1f208b05e6"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "vyductan",
"email": "vdt5snet@gmail.com",
"discord": "370012050316984321"
},
"record": {
"TXT": "vc-domain-verify=vyductan.is-a.dev,55a7295a416ad7fd8e1f"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "AaronPerezPerez",
"email": "aarperper@gmail.com"
},
"record": {
"CNAME": "terminal-portfolio-h80h9v8ub-aaronperezperez.vercel.app"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "My Portfolio Website",
"repo": "https://github.com/adithyapaib/adithyapaib.github.io",
"owner": {
"username": "adithyapaib",
"email": "paiadithya26@gmail.com",
"twitter": "adithyapaib"
},
"record": {
"CNAME": "adithyapaib.github.io"
}
}
+1 -1
View File
@@ -5,6 +5,6 @@
"email": "alfandi0857@gmail.com"
},
"record": {
"CNAME": "ahyalfan.my.id"
"URL": "https://ahyalfan.my.id"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "vyductan",
"email": "vdt5snet@gmail.com",
"discord": "370012050316984321"
},
"record": {
"A": ["76.76.21.21"]
}
}
+3 -1
View File
@@ -6,6 +6,8 @@
},
"record": {
"CNAME": "cjolivier123.github.io"
"A": ["185.199.108.153", "185.199.110.153", "185.199.109.153", "185.199.111.153" ],
"TXT": ["zoho-verification=zb76097651.zmverify.zoho.com", "v=spf1 include:zohomail.com ~all"],
"MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"]
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"$schema": "../schemas/domain.json",
"owner": {
"username": "CristopherPaiz",
"email": "choperpaiz1@gmail.com"
},
"record": {
"CNAME": "crpaiz.netlify.app"
}
}
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "Samuraiflamesf",
"email": "Samuraiflamesf@gmail.com"
},
"record": {
"A": ["100.42.189.124"]
}
}
+5
View File
@@ -5,5 +5,10 @@
},
"record": {
"URL": "https://wdh.gg/M0ttgkD"
},
"redirect_config": {
"custom_paths": {
"/ns": "https://wdh.gg/pvNCdvs"
}
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "tuannguyen2002",
"email": "",
"discord": "minhtuan9039"
},
"record": {
"CNAME": "ebooks-online-opal.vercel.app"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "egor-xyz",
"discord": "egor.xyz"
},
"record": {
"CNAME": "egor.xyz"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "felipecalderon",
"email": "hola@felipe.bio"
},
"repo": "https://github.com/felipecalderon",
"record": {
"CNAME": "porfoliofelipe.vercel.app"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Portfolio",
"repo": "https://github.com/i-m-Gaurav/Portfolio.git",
"owner": {
"username": "i-m-Gaurav",
"email": "indiagauravkumar@gmail.com"
},
"record": {
"CNAME": "gaurav-self.vercel.app"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "harshshah-codes",
"email": "harshshah.dev@gmail.com",
"discord": "889700837520199761"
},
"record": {
"A": ["76.76.21.21"]
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"repo": "https://github.com/Hixtrionix/is-a-dev-register",
"owner": {
"username": "Hixtrionix",
"email": "aflores@cop.es"
},
"record": {
"CNAME": "dev-webpage.web.app"
}
}
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "Samuraiflamesf",
"email": "Samuraiflamesf@gmail.com"
},
"record": {
"A": ["100.42.189.124"]
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "hasan-bro-coder",
"email": "hasanur23910@gmail.com",
"discord": "hasan894"
},
"record": {
"CNAME": "hasanur.vercel.app"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "jabbcode",
"email": "jabbsontouch@gmail.com"
},
"record": {
"CNAME": "react-frontend-production-0024.up.railway.app"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Personal Portfolio Website",
"repo": "https://github.com/jasondevgm/jasondevgm.github.io.git",
"owner": {
"username": "jasondevgm",
"email": "jasondevgm@gmail.com"
},
"record": {
"CNAME": "jasondevgm.github.io"
}
}
+14 -2
View File
@@ -1,9 +1,21 @@
{
"owner": {
"username": "PentSec",
"email": "jeffreysfu@gmail.com"
"email": "pentsec.2@protonmail.com"
},
"record": {
"CNAME": "pentsec.github.io"
}
},
"redirect_config": {
"custom_paths": {
"/gh": "https://github.com/PentSec",
"/dc": "https://discord.com/users/284896471210393600",
"/x": "https://x.com/__J3ff_",
"/bsky": "https://sitoz.bsky.social",
"/tw": "https://twitch.tv/Sitoz1",
"/kick": "https://kick.com/Sitoz1",
"/ig": "https://www.instagram.com/jeffreysfuenmayor_"
}
},
"proxied": true
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "jimjja",
"email": "jemalja.dev@gmail.com",
"discord": "665635903955533845"
},
"record": {
"CNAME": "jemalahmedov.vercel.app"
}
}
-20
View File
@@ -1,20 +0,0 @@
{
"owner": {
"username": "luihh",
"email": "luihh@proton.me"
},
"record": {
"URL": "https://luihh.is-a.dev"
},
"redirect_config": {
"custom_paths": {
"/github": "https://github.com/luihh",
"/twitch": "https://www.twitch.tv/luihh23",
"/youtube": "https://www.youtube.com/@Luihh",
"/discord": "https://discord.com/users/481268875586174986",
"/steam": "https://steamcommunity.com/id/Luihh23",
"/paypal": "https://www.paypal.com/paypalme/luihhdev"
},
"redirect_paths": true
}
}
+12 -1
View File
@@ -6,5 +6,16 @@
},
"record": {
"CNAME": "spreadsheet-fih.pages.dev"
}
},
"redirect_config": {
"custom_paths": {
"/github": "https://github.com/luihh",
"/twitch": "https://www.twitch.tv/luihh23",
"/youtube": "https://www.youtube.com/@Luihh",
"/discord": "https://discord.gg/MdMFGJdUB6",
"/steam": "https://steamcommunity.com/id/Luihh23",
"/paypal": "https://www.paypal.com/paypalme/luihhdev"
}
},
"proxied": true
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "My personal domain.",
"repo": "https://github.com/alexandre-machado/alexandre-machado.github.io",
"owner": {
"username": "alexandre-machado",
"email": "alexandre@machado.cc"
},
"record": {
"CNAME": "alexandre-machado.github.io"
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"owner": {
"username": "manugeni"
},
"record": {
"CNAME": "manugeni.github.io"
}
}
+1 -1
View File
@@ -4,6 +4,6 @@
"email": "gmogollan@gmail.com"
},
"record": {
"URL": "https://somosrun.vercel.app/"
"URL": "https://github.com/gmglln"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "michaelmuthomi",
"email": "lit911call@gmail.com"
},
"record": {
"CNAME": "michael-portfolio-green.vercel.app"
}
}
+8 -9
View File
@@ -1,11 +1,10 @@
{
"description": "Naman's personal developer website",
"repo": "https://github.com/naman-0804/Portfolio-Naman",
"owner": {
"username": "naman-0804",
"email": "namansrivastava1608@gmail.com"
},
"record": {
"CNAME": "naman08portfolio.vercel.app"
}
"owner": {
"username": "naman-0804",
"email": "namansrivastava1608@gmail.com",
"discord": "naman_1101"
},
"record": {
"CNAME": "naman08portfolio.vercel.app"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "tuannguyen2002",
"email": "",
"discord": "minhtuan9039"
},
"record": {
"CNAME": "profile-sigma-wine.vercel.app"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "is-a-dev",
"email": "admin@is-a.dev"
},
"record": {
"URL": "https://raw-api.is-a.dev"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "khuranajordan",
"email": "rohankhurana20@gmail.com"
},
"record": {
"CNAME": "khuranajordan.github.io"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "GameRoMan",
"email": "gameromandev@gmail.com"
},
"record": {
"CNAME": "gameroman.pages.dev"
}
}
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "Samuraiflamesf",
"email": "Samuraiflamesf@gmail.com"
},
"record": {
"A": ["100.42.189.124"]
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "Sevinda-Herath",
"email": "sevindaherath@gmail.com"
},
"record": {
"TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCAhBt3btz/Lvou5WOJo+eF4YYWNZHxX0h5vPCfcP0IVtxOcicEhpvuY8DZ86ooVAptJeXKeuXVOz0J3SkAeGu2OAPZdHwKmBXTxvIx040Qhb3plS3T1iQXj3gu8SjkZk2w6X/07iQB+KkUYD8wvAT6UUIyNugQPd74LRYpOV1pRQIDAQAB"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Documentation site for the socordia programming language",
"repo": "https://github.com/Socordia-Org/Socordia",
"owner": {
"username": "furesoft",
"email": "chris.anders@outlook.de"
},
"record": {
"URL": "https://furesoft.gitbook.io/socordia"
},
"proxied": false
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "lopezvcnt",
"email": "lopezvcnt@gmail.com"
},
"description": "Vicente López portfolio showcasing skills and projects for profesional purpose.",
"repo": "https://github.com/lopezvcnt",
"record": {
"CNAME": "lopezvcnt.github.io"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "vyductan",
"email": "vdt5snet@gmail.com",
"discord": "370012050316984321"
},
"record": {
"A": ["76.76.21.21"]
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "My personal info",
"repo": "https://github.com/xmars4",
"owner": {
"username": "xmars4",
"email": "xtruongptit@gmail.com"
},
"record": {
"CNAME": "xmars4.github.io"
}
}
+7 -1
View File
@@ -267,7 +267,13 @@ t("All files should have valid record types", (t) => {
);
}
if (data.redirect_config) {
t.true(recordKeys.includes("URL"), `${file}: Redirect config must be combined with a URL record`);
t.true(
recordKeys.includes("URL") || data.proxied,
`${file}: Redirect config must be combined with a URL record or the domain must be proxied`
);
if (data.redirect_config.redirect_paths) {
t.true(recordKeys.includes("URL"), `${file}: redirect_config.redirect_paths requires a URL record`);
}
}
validateRecordValues(t, data, file);