mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-25 17:57:36 +00:00
Merge branch 'is-a-dev:main' into main
This commit is contained in:
@@ -17,3 +17,5 @@ jobs:
|
||||
days-before-close: 20
|
||||
stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this PR 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'
|
||||
exempt-pr-labels: 'no-stale'
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ let
|
||||
inherit (nixpkgs) pkgs;
|
||||
|
||||
nixPackages = with pkgs; [
|
||||
nodejs-15_x
|
||||
nodejs-16_x
|
||||
yarn
|
||||
docker-compose
|
||||
dnsutils
|
||||
|
||||
+27
-5
@@ -21,7 +21,7 @@ In the owner object, the fields `username` and `email` are required. You can how
|
||||
"owner": {
|
||||
"username": "github-username",
|
||||
"email": "any@email"
|
||||
},
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -32,7 +32,7 @@ If you don't wish to share your email address here, please share your twitter or
|
||||
"username": "github-username",
|
||||
"email": "",
|
||||
"twitter": "twitter-handle"
|
||||
},
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -46,14 +46,14 @@ This is a link to your website repository or your github account. This is purely
|
||||
|
||||
|
||||
### record (required)
|
||||
This is where you specify how you want to link to your server/webpage.
|
||||
This is where you specify the DNS records you wish to use.
|
||||
|
||||
Currently, only `CNAME`, `A`, `URL` record types are supported.
|
||||
The supported record types are: `CNAME`, `A`, `URL`, `MX` and `TXT`
|
||||
|
||||
Here's a few different use cases for the given record types -
|
||||
|
||||
* **CNAME**
|
||||
CNAME must be a host name (Eg - `something.tld`)
|
||||
CNAME must be a host name (Eg - `something.tld`). CNAME cannot be used in conjunction with any other record types.
|
||||
```json
|
||||
{
|
||||
"record": {
|
||||
@@ -86,3 +86,25 @@ A record must be a list of ips
|
||||
}
|
||||
```
|
||||
|
||||
* **MX**
|
||||
MX must be a list of host names
|
||||
```json
|
||||
{
|
||||
"record": {
|
||||
"MX": [
|
||||
"mx1.improvmx.com",
|
||||
"mx2.improvmx.com"
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
* **TXT**
|
||||
TXT can be any string value
|
||||
```json
|
||||
{
|
||||
"record": {
|
||||
"TXT": "hello world"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -13,7 +13,7 @@ If the CI is failing, tag the user and comment on the pr.
|
||||
---
|
||||
|
||||
### Contents of the website
|
||||
We need to make sure that the contents being hosted via the record being registered is used for malicious purposes.
|
||||
We need to make sure that the contents being hosted via the record being registered is not used for malicious purposes.
|
||||
To do this, we must try our best to verify the contents of website and if required ask some questions regarding the contents in the PR.
|
||||
|
||||
---
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Ariel Beltrán Paneque",
|
||||
"repo": "https://github.com/abeltranp9476/abeltranp94.github.io",
|
||||
"owner": {
|
||||
"username": "abeltranp9476",
|
||||
"email": "abeltran.9476@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "abeltranp9476.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Link to my portfolio site.",
|
||||
"repo": "https://github.com/abh80/abh80.github.io",
|
||||
"owner": {
|
||||
"username": "abh80",
|
||||
"email": "boatgithub27@gmail.com",
|
||||
"twitter": "trackerstars"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "abh80.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "A personal website, with biodata.",
|
||||
"repo": "https://github.com/abhigyantrips/abhigyantrips.github.io",
|
||||
"owner": {
|
||||
"username": "abhigyantrips",
|
||||
"email": "abhigyantrips@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "abhigyantrips.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Agam's Portfolio",
|
||||
"repo": "https://github.com/agam778",
|
||||
"owner": {
|
||||
"username": "agam778",
|
||||
"email": "agam778@zohomail.in"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "agam778.netlify.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"description": "Akshay's email alias",
|
||||
"repo": "https://github.com/phenax/phenax.github.io",
|
||||
"owner": {
|
||||
"username": "phenax",
|
||||
"email": "phenax5@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "v=spf1 include:spf.improvmx.com ~all",
|
||||
"MX": [
|
||||
"mx1.improvmx.com",
|
||||
"mx2.improvmx.com"
|
||||
]
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -8,4 +8,4 @@
|
||||
"record": {
|
||||
"CNAME": "phenax.github.io"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "l3gacyb3ta",
|
||||
"email": "",
|
||||
"twitter": "l3gacyb3ta"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://arcade.omg.lol"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "arib21",
|
||||
"email": "aribmuhtasim22@gmail.com"
|
||||
},
|
||||
"description": "arib21's personal developer website",
|
||||
"repo": "https://github.com/arib21/arib21.github.io",
|
||||
"record": {
|
||||
"CNAME": "arib21.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "BalaM314",
|
||||
"email": "bulldozerUS@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://balam314.github.io/BalaM314"
|
||||
}
|
||||
}
|
||||
+3
-3
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "bashoudev",
|
||||
"email": "zionthedev@gmail.com",
|
||||
"twitter": "bashoudev"
|
||||
"email": "bashou@luduma.ga",
|
||||
"twitter": "bashouuu"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://bashoudev.ga"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "A newbie Python developer who wants to learn more about web design and Python development.",
|
||||
"repo": "https://github.com/Jimmy-Blue/jimmy-blue.github.io",
|
||||
"owner": {
|
||||
"username": "Jimmy-Blue",
|
||||
"email": "ngolong1396@hotmail.com",
|
||||
"twitter": "https://twitter.com/JimmyBlue00"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "jimmy-blue.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"description": "Official website for my discord bot.",
|
||||
"description": "My Personal website.",
|
||||
"repo": "https://github.com/itsbravestone",
|
||||
"owner": {
|
||||
"username": "itsbravestone",
|
||||
@@ -7,6 +7,6 @@
|
||||
"twitter": "imbravestone"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "zarena.ga"
|
||||
"URL": "https://imbravestone.ga"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "im brooklyn :3",
|
||||
"repo": "https://github.com/BrooklynWasHere/brooklynwashere.github.io",
|
||||
"owner": {
|
||||
"username": "BrooklynWasHere",
|
||||
"email": "redmiror@outlook.com",
|
||||
"twitter": "BrooklynCilekli"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "brooklynwashere.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "ckn is a dev",
|
||||
"repo": "https://replit.com/@ch1ck3n/cknis-adev#main.py",
|
||||
"owner": {
|
||||
"username": "ch1ck3n-byte",
|
||||
"email": "chcknch1ck3n@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "6716ad2d-2adc-4475-a4bb-ea27259fe702.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Cloudy's Site",
|
||||
"repo": "https://github.com/cloudysleet/cloudysleet.github.io/",
|
||||
"owner": {
|
||||
"username": "Cloudysleet",
|
||||
"email": "cloudzareonsky@gmail.com",
|
||||
"twitter": "@cloudysleet"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "cloudysleet.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "In a hole in the ground there lived a hobbit",
|
||||
"repo": "https://github.com/codeshard/codeshard.github.io",
|
||||
"owner": {
|
||||
"username": "codeshard",
|
||||
"email": "ozkar.garcell@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "codeshard.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"description": "Sid_#4553 (Discord) is a dev",
|
||||
"repo": "https://github.com/uh-Sid/sid_.is-a.dev",
|
||||
"owner": {
|
||||
"username": "uh-Sid",
|
||||
"email": "sdmdevelopment3@gmail.com",
|
||||
"twitter": ""
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "uh-sid.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Cosmic6811",
|
||||
"email": "jadenweong@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "20cd3f94-9e6c-425c-bb20-8a121e88cf78.repl.co"
|
||||
}
|
||||
}
|
||||
+11
-2
@@ -6,6 +6,15 @@
|
||||
"twitter": "hackermondev"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "318af994-03f3-4928-9b7b-80839057c74e.repl.co"
|
||||
"A": [
|
||||
"34.120.194.28"
|
||||
],
|
||||
|
||||
"MX": [
|
||||
"mx1.improvmx.com",
|
||||
"mx2.improvmx.com"
|
||||
],
|
||||
|
||||
"TXT": "v=spf1 include:spf.improvmx.com ~all"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"description": "My personal website for portfolio, projects and help!",
|
||||
"repo": "https://github.com/danielsebesta",
|
||||
"owner": {
|
||||
"username": "danielsebesta",
|
||||
"email": "dany.sebesta@seznam.cz"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"194.163.149.155"
|
||||
]
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -6,6 +6,6 @@
|
||||
"email": "dipanroy@mindwebs.org"
|
||||
},
|
||||
"record": {
|
||||
"A": "115.187.62.14"
|
||||
"A": ["115.187.62.14"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "personal page",
|
||||
"repo": "https://github.com/emhl/emhl.github.io",
|
||||
"owner": {
|
||||
"username": "emhl",
|
||||
"email": "stnr.emil@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "emhl.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Image / Video host.",
|
||||
"repo": "https://github.com/tootie112",
|
||||
"owner": {
|
||||
"username": "tootie112",
|
||||
"email": "",
|
||||
"discord": "Io.Netty#3118"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "api.has-cool.pics"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner":{
|
||||
"username":"thispsj",
|
||||
"email":"thispsj.mail@gmail.com"
|
||||
},
|
||||
"record":{
|
||||
"CNAME":"gv-5tmrgilyy2ar3j.dv.googlehosted.com"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Personal site and portfolio.",
|
||||
"repo": "https://github.com/ThingsOfFallen/Website",
|
||||
"owner": {
|
||||
"username": "TheFallenSpirit",
|
||||
"email": "thefallenspirit@outlook.com",
|
||||
"twitter": "@FallenCodes"
|
||||
},
|
||||
"record": {
|
||||
"A": ["198.58.110.227"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Fishycraft's amazing site",
|
||||
"repo": "https://github.com/Fishycraft/fishycraft.github.io",
|
||||
"owner": {
|
||||
"username": "Fishycraft",
|
||||
"email": "fishycraft@yahoo.com",
|
||||
"twitter": "Fishycrafted"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "fishycraft.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "A programming language website",
|
||||
"repo": "https://github.com/HACHILANG/Hachi",
|
||||
"owner": {
|
||||
"username": "HACHILANG",
|
||||
"email": "shlokmadhekar88@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "b949abf7-5e07-4890-a7db-1206fad92121.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,13 @@
|
||||
{
|
||||
"description": "Subdomain of Hat Kid!",
|
||||
"repo": "https://github.com/hatkidchan/hatkidchan.github.io",
|
||||
"description": "Personal webpage of hkc, as well as some bots webhook url and probably some APIs",
|
||||
"owner": {
|
||||
"username": "hatkidchan",
|
||||
"email": "hatkidchan@gmail.com"
|
||||
"email": "hatkidchan@gmail.com",
|
||||
"twitter": "hatkidchan"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "hatkidchan.github.io"
|
||||
"A": [
|
||||
"51.15.69.42"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "My website",
|
||||
"repo": "https://github.com/Hidden-black/hidden-black.github.io",
|
||||
"owner": {
|
||||
"username": "hidden-black",
|
||||
"email": "shashwatrai_28@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "hidden-black.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "ibrahim's personal developer website.",
|
||||
"repo": "https://github.com/ibrahimdevx",
|
||||
"owner": {
|
||||
"username": "ibrahimdev",
|
||||
"email": "ibrahimimran@northsixty.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ibrahimdevx.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"description": "Minecraft server n such.",
|
||||
"repo": "https://github.com/tootie112",
|
||||
"owner": {
|
||||
"username": "tootie112",
|
||||
"email": "",
|
||||
"discord": "Io.Netty#3118"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"65.21.160.210"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "irumvanselme",
|
||||
"email": "andesanselme@gmail.com"
|
||||
},
|
||||
"repo": "irumvanselme.github.io",
|
||||
"record": {
|
||||
"CNAME": "irumvanselme.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "The isqneeh Website :D | OBS: Repo is Private",
|
||||
"repo": "https://github.com/Isqneeh/isqnechan",
|
||||
"owner": {
|
||||
"username": "Isqne",
|
||||
"email": "isqne@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://isqnechan.vercel.app/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "jmbdevs repo",
|
||||
"repo": "https://github.com/jmbdevs/jmbdevs.github.io",
|
||||
"owner": {
|
||||
"username": "jmbdevs",
|
||||
"email": "james@jmbdev.net",
|
||||
"twitter": "jmbdevs"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "jmbdevs.github.io"
|
||||
}
|
||||
}
|
||||
+5
-3
@@ -1,11 +1,13 @@
|
||||
{
|
||||
"description": "TheBotlyNoob's development website",
|
||||
"repo": "https://github.com/TheBotlyNoob/TheBotlyNoob.github.io",
|
||||
"description": "JJ's Website",
|
||||
"repo": "https://github.com/TheBotlyNoob/website",
|
||||
"owner": {
|
||||
"username": "TheBotlyNoob",
|
||||
"email": "TheBotlyNoob@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://j-j.vercel.app"
|
||||
"A": ["35.230.85.45"],
|
||||
"MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"],
|
||||
"TXT": "v=spf1 include:zoho.com ~all"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"description": "My personal website",
|
||||
"repo": "hhttps://github.com/johan-perso/johan-perso.github.io",
|
||||
"repo": "",
|
||||
"owner": {
|
||||
"username": "johan-perso",
|
||||
"email": "",
|
||||
@@ -8,6 +8,6 @@
|
||||
"discord": "Johan#8021"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "johan-perso.github.io"
|
||||
"URL": "https://johanstickman.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Personal portfolio website of joker",
|
||||
"repo": "https://github.com/JoKeRxTD/joker.is-a.dev",
|
||||
"owner": {
|
||||
"username": "JoKeRxTD",
|
||||
"email": "joker@mythbot.org",
|
||||
"twitter": "https://twitter.com/JoKeRxHD"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "jokerxtd.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Juanjo personal developer website",
|
||||
"repo": "https://github.com/string-null/string-null.github.io",
|
||||
"owner": {
|
||||
"username": "string-null",
|
||||
"email": "null0x22@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "string-null.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "DevJustForever's personal developer website",
|
||||
"repo": "https://github.com/DevJustForever/devjustforever.github.io",
|
||||
"owner": {
|
||||
"username": "DevJustForever",
|
||||
"email": "mertcelik0541@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "devjustforever.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "KhCrv Portfolio Website",
|
||||
"repo": "https://github.com/KhCrv/khcrv.github.io",
|
||||
"owner": {
|
||||
"username": "KhCrv",
|
||||
"email": "pedusty@hotmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "khcrv.github.io"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -6,6 +6,6 @@
|
||||
"email": "me@lellis.xyz"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "root.dev.lellis.ga"
|
||||
"CNAME": "dev.lellis.ga"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Lord-Xenon",
|
||||
"email": "vibhaansh.bhardwaj@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "lord-xenon.vercel.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Shoray's Portfolio Website",
|
||||
"repo": "https://github.com/Shoray2002/Shoray2002.github.io",
|
||||
"owner": {
|
||||
"username": "Shoray2002",
|
||||
"email":"shoryasinghall@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "shoray2002.github.io"
|
||||
}
|
||||
}
|
||||
@@ -7,6 +7,6 @@
|
||||
"twitter": "lthon09"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://lthon09.repl.co"
|
||||
"CNAME": "a2e619e5-4084-4893-b593-76c3198a277f.repl.co"
|
||||
}
|
||||
}
|
||||
|
||||
+4
-2
@@ -3,9 +3,11 @@
|
||||
"repo": "https://github.com/lucatolton",
|
||||
"owner": {
|
||||
"username": "lucatolton",
|
||||
"email": "lucaiscool@onmail.com"
|
||||
"email": "hi@lucatolton.me"
|
||||
},
|
||||
"record": {
|
||||
"A": [ "78.31.66.142" ]
|
||||
"A": [ "168.119.228.144" ],
|
||||
"MX": [ "mail.lucatolton.me" ],
|
||||
"TXT": "v=spf1 +a +mx +a:optimistic-wiles.168-119-228-144.plesk.page -all"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Mabc365",
|
||||
"email": "mustafaasif365@hotmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "mabc365.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"description": "About Marc Chew",
|
||||
"owner": {
|
||||
"username": "marcchew",
|
||||
"email": "marckychew@vivaldi.net"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "marcs-portfolio.marc-020513.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Matei Cotocel's Site",
|
||||
"repo": "https://github.com/mcotocel/mcotocel.github.io",
|
||||
"owner": {
|
||||
"username": "mcotocel",
|
||||
"email": "mcotocel@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "mcotocel.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Patcharapol's personal site!",
|
||||
"repo": "https://github.com/msp5382/personal",
|
||||
"owner": {
|
||||
"username": "msp5382",
|
||||
"email": "meen.sankaew@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://patcharapol.dev/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "My personal website",
|
||||
"repo": "https://github.com/Whtery1087",
|
||||
"owner": {
|
||||
"username": "Whtery1087",
|
||||
"email": "beelandsofficialmc@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "web-1.hostnow.cz"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Website of Moritz Friedrich.",
|
||||
"repo": "https://github.com/Radiergummi/Radiergummi",
|
||||
"owner": {
|
||||
"username": "Radiergummi",
|
||||
"email": "m@9dev.de"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "www.moritzfriedrich.com"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Motions's personal developer website",
|
||||
"repo": "https://github.com/DevJustForever",
|
||||
"owner": {
|
||||
"username": "DevJustForever",
|
||||
"email": "mertcelik0541@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://motion42.ml"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "MoPaMo's personal webpage",
|
||||
"repo": "https://github.com/MoPaMo/MoPaMo.github.io",
|
||||
"owner": {
|
||||
"username": "MoPaMo",
|
||||
"email": "spam.mpm1301@web.de"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "home.mopamo.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "Personal Website",
|
||||
"owner": {
|
||||
"username":"mrasif",
|
||||
"email": "admin@mrasif.in"
|
||||
},
|
||||
"record": {
|
||||
"CNAME":"mrasif.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "My personal homepage.",
|
||||
"repo": "https://mystpi.glitch.me/",
|
||||
"owner": {
|
||||
"username": "MystPi",
|
||||
"email": "blaunoah@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "glitch.edgeapp.net"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"repo": "https://github.com/MagedNuggets/MagedNuggets.github.io",
|
||||
"owner": {
|
||||
"username": "MagedNuggets",
|
||||
"email": "mastertofu12345@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "MagedNuggets.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "nishinraj",
|
||||
"email": "",
|
||||
"twitter": "nishinrajk"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://medium.com/@nishinraj"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "OraSora",
|
||||
"email": "S05A@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "c20d9bfa-52f3-47e1-a43f-326fe4079288.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Noxturnix",
|
||||
"email": "noxturnix@noxt.cf"
|
||||
"email": "noxturnix@noxt.us"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://noxt.cf/"
|
||||
"URL": "https://noxt.us/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "My Personal Website",
|
||||
"repo": "https://github.com/NrdyBhu1/nrdybhu1.github.io",
|
||||
"owner": {
|
||||
"username": "NrdyBhu1",
|
||||
"email": "NrdyBhu1@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "nrdybhu1.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Dot Nothing here :)",
|
||||
"repo": "https://github.com/dotntg/dotntg.github.io",
|
||||
"owner": {
|
||||
"username": "dotntg",
|
||||
"email": "dotntg.dev@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "dotntg.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Nv2k3's portfolio website",
|
||||
"repo": "https://github.com/nv2k3/nv2k3.github.io",
|
||||
"owner": {
|
||||
"username": "nv2k3",
|
||||
"email": "nagendrar.537@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "nv2k3.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "OceanTechnic",
|
||||
"email": "",
|
||||
"twitter": "UnderWater_DEV"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "oceantechnic.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Oofquest's Website!",
|
||||
"repo": "https://github.com/oofquest",
|
||||
"owner": {
|
||||
"username": "oofquest",
|
||||
"email": "oofquest@cub0rd.xyz"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "9655e52b-5dc4-45ba-8e74-8d942aa9ea33.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "opensourze",
|
||||
"twitter": "opensourze",
|
||||
"email": "opensourze@protonmail.com"
|
||||
},
|
||||
"repo": "https://github.com/opensourze",
|
||||
"record": {
|
||||
"CNAME": "opensourze.netlify.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Phelix Dusengimana is a full-stack developer(FE Heavy) and ui designer",
|
||||
"repo": "https://github.com/phelixdusengimana/phelixdusengimana",
|
||||
"owner": {
|
||||
"username": "phelixdusengimana",
|
||||
"email": "phelixdusengimana@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://phelixdusengimana.vercel.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Phelix Dusengimana is a full-stack developer(FE Heavy) and ui designer",
|
||||
"repo": "https://github.com/phelixdusengimana/phelixdusengimana",
|
||||
"owner": {
|
||||
"username": "phelixdusengimana",
|
||||
"email": "phelixdusengimana@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://phelixdusengimana.vercel.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Pranav Sharma's developer-specific blog.",
|
||||
"repo": "https://github.com/psharma04",
|
||||
"owner": {
|
||||
"username": "psharma04",
|
||||
"email": "isadev@psharma.schoolnotes.xyz"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "servarr.nighthawk.pw"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner":{
|
||||
"username":"philphirn",
|
||||
"email":"locusapp1@gmail.com"
|
||||
},
|
||||
"record":{
|
||||
"CNAME":"philphirn.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"description": "Clynt uplaoder!",
|
||||
"repo": "https://gitlab.com/Clynt707/SharX",
|
||||
"owner": {
|
||||
"username": "Clynt",
|
||||
"email": "clyntcollin@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"45.131.108.144"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "pyro's portfolio",
|
||||
"repo": "https://github.com/pyroisgamer.github.io",
|
||||
"owner": {
|
||||
"username": "pyroisgamer",
|
||||
"email": "pyroisgamer@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "pyroisgamer.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Qnos`s profile",
|
||||
"repo": "https://github.com/Qnos41/qnos.git",
|
||||
"owner": {
|
||||
"username": "Qnos",
|
||||
"email": "qnos237@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://qnos41.github.io/qnos/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "r4yish",
|
||||
"email": "r4yish@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "r4yish.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "A cool website",
|
||||
"repo": "https://github.com/RehanPlayz/RehanPlayz.github.io",
|
||||
"owner": {
|
||||
"username": "RehanPlayz",
|
||||
"email": "RehanPlayz321@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "uk01.scarcehost.uk"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Rer0's personal developer website",
|
||||
"repo": "https://github.com/u0f/u0f.github.io",
|
||||
"owner": {
|
||||
"username": "u0f",
|
||||
"email": "ice.dev1234@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "u0f.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Roger's website to host mostly useless projects",
|
||||
"repo": "https://github.com/rogerpanza/rogerpanza.github.io",
|
||||
"owner": {
|
||||
"username": "rogerpanza",
|
||||
"email": "rogerpanza-ed@protonmail.com",
|
||||
"twitter": "rogerpanza_"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "rogerpanza.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "A basic personal website about my projects and me.",
|
||||
"repo": "https://github.com/hisRoyalty/hisroyalty.github.io",
|
||||
"owner": {
|
||||
"username": "hisRoyalty",
|
||||
"email": "hisroyal.baguette@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "hisRoyalty.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "My Portfolio",
|
||||
"repo": "https://github.com/ruiwenge2/ruiwenge2",
|
||||
"owner": {
|
||||
"username": "ruiwenge2",
|
||||
"email": "ruiwenge2@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "caa17c8d-acab-4419-8b78-0ad7994a4f62.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "this is my about me page, - neongamerbot",
|
||||
"owner": {
|
||||
"username": "neongamerbot",
|
||||
"email": "saahilattud@gmail.com",
|
||||
"twitter": ""
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "a58b11f7-e44a-4ebc-811d-22105a51b9b7.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "A personal website to display my projects and details about me.",
|
||||
"repo": "https://github.com/scientific-dev/portfolio",
|
||||
"owner": {
|
||||
"username": "scientific-dev",
|
||||
"email": "scientificguy007@gmail.com",
|
||||
"twitter": "ScientificDev"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "scientific-dev.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "Scientific Guy's Personal Website",
|
||||
"owner": {
|
||||
"username": "scientific-guy",
|
||||
"email": "scientificguy007@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ea51eeba-d079-40fb-adb9-fba6b71858a8.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "a place where i save all my codes",
|
||||
"repo": "https://github.com/leecheeyong/leecheeyong",
|
||||
"owner": {
|
||||
"username": "leecheeyong",
|
||||
"email": "tojoeleeofficial@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "4e948aec-a05a-47f4-8224-a92ae15ec665.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"description": "smartfridge personal website",
|
||||
"repo": "https://github.com/smartfrigde/smartfrigde.github.io",
|
||||
"repo": "https://github.com/smartfridge-alt/smartfridge-alt.github.io",
|
||||
"owner": {
|
||||
"username": "smartfrigde",
|
||||
"email": "smartfrigde@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "smartfrigde.github.io"
|
||||
"CNAME": "smartfridge-alt.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "sourTaste000",
|
||||
"email": "sourtaste000@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://sourtaste000.dev"
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -6,7 +6,7 @@
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"185.87.48.199"
|
||||
"148.251.26.247"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Spoozy website",
|
||||
"repo": "https://github.com/Spoozy/Spoozy.github.io",
|
||||
"owner": {
|
||||
"username": "Spoozy",
|
||||
"email": "gaspardlebreton@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "Spoozy.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Personal Website",
|
||||
"repo": "https://github.com/bqwerr/",
|
||||
"owner": {
|
||||
"username": "bqwerr",
|
||||
"email": "srujan.t@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "bqwerr.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"repo": "https://github.com/N0r1uno/n0r1uno.github.io",
|
||||
"owner": {
|
||||
"username": "N0r1uno",
|
||||
"email": "noriunomakusui@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "n0r1uno.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "My WEB",
|
||||
"repo": "https://github.com/string-null/string-null.github.io",
|
||||
"owner": {
|
||||
"username": "string-null",
|
||||
"email": "biel.f.r.bfr@gmail.com",
|
||||
"twitter": "HdNenu"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "string-null.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "SuperHarmony910's personal developer website",
|
||||
"repo": "https://github.com/SuperHarmony910/SuperHarmony910.github.io",
|
||||
"owner": {
|
||||
"username": "SuperHarmony910",
|
||||
"email": "superharmony910@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "superharmony910.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{ "owner": {
|
||||
"username": "Suspense4615",
|
||||
"email": "",
|
||||
"twitter": "Suspense4615"
|
||||
},
|
||||
"record": { "CNAME": "suspense4615.github.io" }
|
||||
}
|
||||
|
||||
@@ -3,8 +3,7 @@
|
||||
"repo": "https://github.com/SwapnilChand/SwapnilChand.github.io",
|
||||
"owner": {
|
||||
"username": "SwapnilChand",
|
||||
"email": "swapnilchand51@email",
|
||||
"twitter": "Swapnil43128204"
|
||||
"email": "swapnilchand51@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "SwapnilChand.github.io"
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Web Profile of Syofyan Zuhad",
|
||||
"repo": "https://github.com/syofyanzuhad/syofyanzuhad.github.io",
|
||||
"owner": {
|
||||
"username": "syofyanzuhad",
|
||||
"email": "sofyanzuhad2@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "syofyanzuhad.my.id"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "TheGloriousDuck's personal developer website",
|
||||
"repo": "https://github.com/TheGloriousDuck/thegloriousduck.github.io",
|
||||
"owner": {
|
||||
"username": "TheGloriousDuck",
|
||||
"email": "thegloriousduck@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "thegloriousduck.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Add some description",
|
||||
"repo": "https://github.com/TigerbyteDev",
|
||||
"owner": {
|
||||
"username": "TigerbyteDev",
|
||||
"email": "tigerbytedev@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "3bfa06b0-89de-424a-a8ff-ec5a3a38f922.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,6 @@
|
||||
"email": "trickedcodes@tutanota.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "skyblockdev.github.io"
|
||||
"URL": "https://tricked.netlify.app"
|
||||
}
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user