diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index da71964dc..965261eda 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ You can create an pull request for the following reasons - #### Domains Changes to domain files will follow the given process - * PR will be reviewed and merged to `main` branch. -* Currently, the publishing of records is done manually. This will be automated soon with releases. +* The records will be published as soon as the PR is merged. * The changes should reflect soon after publishing. diff --git a/README.md b/README.md index 3a471ccca..3845b57ba 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## How do I register? -* Fork this project +* Fork this repository * Add a new `domains/your-domain-name.json` file directory to register `your-domain-name.is-a.dev` * [Read the docs](./docs) * The PR will be reviewed and merged @@ -22,6 +22,8 @@ This project is a free and open source service for developers and will stay that Please consider donating to help me keep this running forever! +Also, consider starring this repo! + Buy Me A Coffee Liberapay recurring donation button @@ -30,8 +32,7 @@ Please consider donating to help me keep this running forever! ## Similar services You should also checkout - -* [js.org](https://github.com/js-org/js.org/tree/master) -* [thedev.id](https://github.com/fransallen/thedev.id) +* [js.org](https://github.com/js-org/js.org/tree/master) (**NOTE**: `js.org` is specifically for JS focused project) * [runs-on.tech](https://github.com/aakhilv/runs-on.tech) diff --git a/docs/domains-json.md b/docs/domains-json.md index 054f0c2a2..c1f0c19e6 100644 --- a/docs/domains-json.md +++ b/docs/domains-json.md @@ -103,7 +103,7 @@ MX must be a list of host names ``` * **TXT** -TXT can be any string value +TXT can be any string value. **You can only have 1 TXT record.** ```json { "record": { diff --git a/docs/hosted-at/github-pages.md b/docs/hosted-at/github-pages.md index 14b04b524..7806c0639 100644 --- a/docs/hosted-at/github-pages.md +++ b/docs/hosted-at/github-pages.md @@ -17,7 +17,7 @@ Create a json file inside the `domains` directory (`domains/.json`) w "twitter": "your-twitter-username" }, "record": { - "CNAME": "github-username.github.io" + "CNAME": ".github.io" } } ``` diff --git a/domains/aakanksha.json b/domains/aakanksha.json new file mode 100644 index 000000000..b02cd9637 --- /dev/null +++ b/domains/aakanksha.json @@ -0,0 +1,11 @@ +{ + "description": "Aakanksha's .is-a.dev domain", + "repo": "https://github.com/aakankshabhende/aakankshabhende.github.io", + "owner": { + "username": "aakankshabhende", + "email": "aakanksha0407@gmail.com" + }, + "record": { + "CNAME": "aakankshabhende.github.io" + } + } \ No newline at end of file diff --git a/domains/aarno.json b/domains/aarno.json new file mode 100644 index 000000000..5d3f92cc3 --- /dev/null +++ b/domains/aarno.json @@ -0,0 +1,11 @@ +{ + "description": "My Personal Website.", + "repo": "https://github.com/DorianAarno/dorianaarno.github.io", + "owner": { + "username": "DorianAarno", + "email": "aarnodorian56@gmail.com" + }, + "record": { + "CNAME": "dorianaarno.github.io" + } +} diff --git a/domains/aayush.json b/domains/aayush.json new file mode 100644 index 000000000..dd0905db8 --- /dev/null +++ b/domains/aayush.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Aayush-Rajagopalan", + "email": "aayush.rajagopalan77@gmail.com" + }, + "record": { + "CNAME": "byteserver.tech" + } +} diff --git a/domains/abdulrahman.json b/domains/abdulrahman.json new file mode 100644 index 000000000..b15d19344 --- /dev/null +++ b/domains/abdulrahman.json @@ -0,0 +1,11 @@ +{ + "description": "A personal website for my career.", + "repo": "https://github.com/TheMaestro1s/my-website", + "owner": { + "username": "TheMaestro1s", + "email": "abdulrahman.8alah@gmail.com" + }, + "record": { + "URL": "https://themaestro.site" + } +} diff --git a/domains/achraf.json b/domains/achraf.json new file mode 100644 index 000000000..e5173a56b --- /dev/null +++ b/domains/achraf.json @@ -0,0 +1,11 @@ +{ + "description": "Achraf's Website!", + "repo": "https://github.com/Ax-r/ax-r.github.io", + "owner": { + "username": "Ax-r", + "email": "hostmaster@netcourrier.com" + }, + "record": { + "CNAME": "ax-r.github.io" + } +} diff --git a/domains/activities.maskduck.json b/domains/activities.maskduck.json new file mode 100644 index 000000000..6fb6a6599 --- /dev/null +++ b/domains/activities.maskduck.json @@ -0,0 +1,12 @@ +{ + "description": "docs for my lib, nc-ext-activities", + "repo": "https://github.com/MaskDuck/nextcord-ext-activities", + "owner": { + "username": "MaskDuck", + "twitter": "MaskDuck1", + "email": "" + }, + "record": { + "CNAME": "readthedocs.io" + } +} diff --git a/domains/aditya.json b/domains/aditya.json index 6db8e2a72..729982cb7 100644 --- a/domains/aditya.json +++ b/domains/aditya.json @@ -3,19 +3,10 @@ "repo": "https://github.com/icancodebeauty/aditya", "owner": { "username": "icancodebeauty", - "email": "ishqaddy@gmail.com" + "email": "aditya@mail.aditya.is-a.dev", + "twitter": "@CodeWithAadi" }, "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" + "CNAME": "icancodebeauty.github.io" } } diff --git a/domains/aestra.json b/domains/aestra.json new file mode 100644 index 000000000..b14c6f75c --- /dev/null +++ b/domains/aestra.json @@ -0,0 +1,11 @@ +{ + "description": "Will save it for future for my portfolio site", + "owner": { + "username": "aestra", + "email": "aestradev@gmail.com", + "github": "aestradev" + }, + "record": { + "CNAME": "portfolio-production-7e27.up.railway.app" + } +} diff --git a/domains/agam778.json b/domains/agam778.json index 3a41fe69b..14b7df04b 100644 --- a/domains/agam778.json +++ b/domains/agam778.json @@ -6,6 +6,6 @@ "email": "agam778@zohomail.in" }, "record": { - "CNAME": "agamsblog.pages.dev" + "CNAME": "agamsblog.xyz" } } diff --git a/domains/agold.json b/domains/agold.json new file mode 100644 index 000000000..eeddcd96e --- /dev/null +++ b/domains/agold.json @@ -0,0 +1,10 @@ +{ + "owner":{ + "username":"aGoldDev", + "discord":"aGold#9596", + "email":"abloggoldwin@gmail.com" + }, + "record":{ + "CNAME":"agolddev.github.io" + } +} diff --git a/domains/andr.json b/domains/andr.json new file mode 100644 index 000000000..69528613d --- /dev/null +++ b/domains/andr.json @@ -0,0 +1,11 @@ +{ + "description": "Domain for my personal blog", + "repo": "https://github.com/rbaks/rbaks.github.io", + "owner": { + "username": "rbaks", + "email": "andri.bakoson@gmail.com" + }, + "record": { + "CNAME": "rbaks.github.io" + } +} diff --git a/domains/andrewstech.json b/domains/andrewstech.json new file mode 100644 index 000000000..20eaa3e20 --- /dev/null +++ b/domains/andrewstech.json @@ -0,0 +1,12 @@ +{ + "description": "My Portfolio", + "repo": "https://github.com/andrewstech/andrewstech", + "owner": { + "username": "andrewstech", + "email": "hello@andrewstech.me", + "twitter": "andrewstech1" + }, + "record": { + "CNAME": "andrewstech.github.io" + } +} diff --git a/domains/anthony2be.json b/domains/anthony2be.json new file mode 100644 index 000000000..c1dfcedf8 --- /dev/null +++ b/domains/anthony2be.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website", + "repo": "https://github.com/Anthony2be/Anthony2be.github.io", + "owner": { + "username": "Anthony2be", + "email": "adubovitsky1234@gmail.com", + "discord": "anthony2be#1900" + }, + "record": { + "CNAME": "anthony2be.github.io" + } +} diff --git a/domains/api.badboy.json b/domains/api.badboy.json new file mode 100644 index 000000000..646aceb05 --- /dev/null +++ b/domains/api.badboy.json @@ -0,0 +1,13 @@ +{ + "description": "Suzumi Api", + "owner": { + "username": "bad-boy-codes", + "email": "sonupanda078@gmail.com", + "discord": "445073800850046977", + "note": "My Discord ID is 445073800850046977.", + "twitter": "BadBoyGoesBrr" + }, + "record": { + "CNAME": "d583fe02-d653-4af3-a8fc-1645f6857a8c.id.repl.co" + } +} diff --git a/domains/api.karyakarsa.willo.json b/domains/api.karyakarsa.willo.json new file mode 100644 index 000000000..316f0aa73 --- /dev/null +++ b/domains/api.karyakarsa.willo.json @@ -0,0 +1,12 @@ +{ + "description": "api for karyakarsa", + "repo": "https://github.com/WilloIzCitron/karyakarsa-rest-api", + "owner": { + "username": "WilloIzCitron", + "email": "", + "twitter": "willoizcitron" + }, + "record": { + "CNAME": "karyakarsa-rest-api-production.up.railway.app" + } +} diff --git a/domains/api.zeppelin.maskduck.json b/domains/api.zeppelin.maskduck.json new file mode 100644 index 000000000..4ffcd8ccf --- /dev/null +++ b/domains/api.zeppelin.maskduck.json @@ -0,0 +1,15 @@ +{ + "description": "Zeppelin selfhost API", + "repo": "https://github.com/maskducks/maskducks.github.io", + "owner": { + "username": "MaskDuck", + "email": "", + "discord": "MaskDuck#1337", + "twitter": "MaskDuck1", + "reddit": "u/maskduck", + "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586." + }, + "record": { + "CNAME": "zeppelin-railway-api.up.railway.app" + } +} diff --git a/domains/aqua22.json b/domains/aqua22.json new file mode 100644 index 000000000..c28c3b744 --- /dev/null +++ b/domains/aqua22.json @@ -0,0 +1,12 @@ +{ + "description": "Domain for my github page", + "repo": "https://github.com/aqua22/aqua22.github.io", + "owner": { + "username": "Aqua22", + "email": "hello@aqua22.hu", + "twitter": "aqua22of" + }, + "record": { + "CNAME": "aqua22.github.io" + } +} diff --git a/domains/arjix.json b/domains/arjix.json new file mode 100644 index 000000000..8ceedd311 --- /dev/null +++ b/domains/arjix.json @@ -0,0 +1,12 @@ +{ + "description": "Most likely a page for my portfolio.", + "repo": "https://github.com/ArjixWasTaken/arjixwastaken.github.io/", + "owner": { + "username": "ArjixWasTaken", + "email": "", + "discord": "Hecker#5573" + }, + "record": { + "CNAME": "arjixwastaken.github.io" + } +} diff --git a/domains/arman.json b/domains/arman.json new file mode 100644 index 000000000..ad4955199 --- /dev/null +++ b/domains/arman.json @@ -0,0 +1,11 @@ +{ + "description": "Arman's personal website!", + "repo": "https://github.com/ItzArman09/website", + "owner": { + "username": "ItzArman09", + "email": "gyfufifa@norwegischlernen.info" + }, + "record": { + "CNAME": "itzarman09.github.io" + } +} diff --git a/domains/arter.json b/domains/arter.json new file mode 100644 index 000000000..ef9448b9c --- /dev/null +++ b/domains/arter.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "animemoeus", + "email": "arter.tendean.07@gmail.com" + }, + "record": { + "URL": "https://animemoe.us" + } +} diff --git a/domains/ashl3y.json b/domains/ashl3y.json new file mode 100644 index 000000000..7b97aacb9 --- /dev/null +++ b/domains/ashl3y.json @@ -0,0 +1,12 @@ +{ + "description": "My personal developer portfolio.", + "repo": "https://github.com/ashl3ycodes/ashl3ycodes.github.io", + "owner": { + "username": "ashl3ycodes", + "email": "ashl3ycodes@protonmail.com", + "twitter": "ashl3ycodes" + }, + "record": { + "CNAME": "ashl3ycodes.github.io" + } +} diff --git a/domains/ave.json b/domains/ave.json new file mode 100644 index 000000000..f7afb1d3c --- /dev/null +++ b/domains/ave.json @@ -0,0 +1,12 @@ +{ + "description": "Personal site for github@ayvacs", + "repo": "https://github.com/ayvacs/ayvacs.github.io", + "owner": { + "username": "ayvacs", + "email": "ayvacs@protonmail.com", + "twitter": "ayvacs_" + }, + "record": { + "CNAME": "ayvacs.github.io" + } +} diff --git a/domains/bad.boy.json b/domains/bad.boy.json new file mode 100644 index 000000000..e5c47f7b6 --- /dev/null +++ b/domains/bad.boy.json @@ -0,0 +1,10 @@ +{ + "description": "https://badboy.is-a.dev/ redirector", + "owner": { + "username": "bad-boy-codes", + "email": "contact@mail.badboy.is-a.dev" + }, + "record": { + "CNAME": "a.redirect.pizza" + } +} diff --git a/domains/badboy.json b/domains/badboy.json index 6bd526298..1a6bea1a4 100644 --- a/domains/badboy.json +++ b/domains/badboy.json @@ -1,11 +1,13 @@ { "description": "Bad Boy's Website", - "repo": "https://github.com/Bad-Boy-Codes/bad-boy-codes.github.io", "owner": { "username": "bad-boy-codes", - "email": "badboyplays9999@gmail.com" + "email": "contact@mail.badboy.is-a.dev", + "discord": "445073800850046977", + "note": "My Discord ID is 445073800850046977.", + "twitter": "BadBoyGoesBrr" }, "record": { - "CNAME": "badboy.up.railway.app" + "CNAME": "4baf80cb-7f87-4d2c-8e40-938f4045acfd.id.repl.co" } } diff --git a/domains/blog.aditya.json b/domains/blog.aditya.json new file mode 100644 index 000000000..571526b5f --- /dev/null +++ b/domains/blog.aditya.json @@ -0,0 +1,17 @@ +{ + "description": "A Subdomain For My Blogs!!", + "repo": "https://github.com/icancodebeauty/blog", + "owner": { + "username": "icancodebeauty", + "email": "ishqaddy@gmail.com", + "twitter": "CodeWithAadi" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } +} diff --git a/domains/blog.dhruva.json b/domains/blog.dhruva.json new file mode 100644 index 000000000..6a513ff40 --- /dev/null +++ b/domains/blog.dhruva.json @@ -0,0 +1,11 @@ + +{ + "description": "my hashnode blog", + "owner": { + "username": "carrotfarmer", + "email": "dhruvas17068@gmail.com" + }, + "record": { + "CNAME": "hashnode.network" + } +} diff --git a/domains/blog.samihatasnim.json b/domains/blog.samihatasnim.json new file mode 100644 index 000000000..9eb910b79 --- /dev/null +++ b/domains/blog.samihatasnim.json @@ -0,0 +1,13 @@ +{ + "description": "Samiha Tasnim's blog.", + "repo": "https://github.com/samihaTasnim/website", + "owner": { + "username": "samihaTasnim", + "discord": "sam.#7750", + "email": "samxtasnim@gmail.com", + "twitter": "@SamihaTasnimm" + }, + "record": { + "CNAME": "hashnode.network" + } +} diff --git a/domains/blog.whine.json b/domains/blog.whine.json new file mode 100644 index 000000000..372134a0b --- /dev/null +++ b/domains/blog.whine.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "whinee", + "email": "", + "twitter": "whi_nyaan" + }, + "description": "whi_ne's blog", + "record": { + "CNAME": "blog-production-f684.up.railway.app" + } +} diff --git a/domains/blogs.shaunak.json b/domains/blogs.shaunak.json new file mode 100644 index 000000000..1af1bd18c --- /dev/null +++ b/domains/blogs.shaunak.json @@ -0,0 +1,11 @@ +{ + "description": "Shaunak's Blog", + "repo": "https://github.com/Shaunak-Pandya/Shaunak-Pandya.github.io", + "owner": { + "username": "Shaunak-Pandya", + "email": "shaunak.n.pandya@gmail.com" + }, + "record": { + "CNAME": "hashnode.network" + } +} diff --git a/domains/blox.json b/domains/blox.json new file mode 100644 index 000000000..ff4b9f06d --- /dev/null +++ b/domains/blox.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "soudblox", + "email": "nick8x@gmail.com" + }, + "record": { + "CNAME": "bloxsite.up.railway.app" + } +} diff --git a/domains/blurnope.json b/domains/blurnope.json new file mode 100644 index 000000000..4292de666 --- /dev/null +++ b/domains/blurnope.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/blurnope/blurnope.github.io", + "owner": { + "username": "blurnope", + "email": "cynosuregone@gmail.com", + "discord": "blurnope.#2655" + }, + "record": { + "CNAME": "blurnope.github.io" + } +} diff --git a/domains/boba.json b/domains/boba.json new file mode 100644 index 000000000..d6226cdb3 --- /dev/null +++ b/domains/boba.json @@ -0,0 +1,11 @@ +{ + "description": "A personal blog.", + "repo": "https://github.com/tarob0ba/tarob0ba.github.io", + "owner": { + "username": "tarob0ba", + "email": "beckett@chatter-social.com" + }, + "record": { + "CNAME": "tarob0ba.github.io" + } +} diff --git a/domains/bolt.json b/domains/bolt.json new file mode 100644 index 000000000..5c0693a25 --- /dev/null +++ b/domains/bolt.json @@ -0,0 +1,11 @@ +{ + "description": "Bolt's portfolio website", + "repo": "https://github.com/Adityeahhh/portfolio", + "owner": { + "username": "Adityeahhh", + "email": "adty200807@gmail.com" + }, + "record": { + "CNAME": "adityeahhh.github.io" + } +} diff --git a/domains/boolean44.json b/domains/boolean44.json new file mode 100644 index 000000000..cde6bc82b --- /dev/null +++ b/domains/boolean44.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/boolean44-repos/boolean44-repos.github.io", + "owner": { + "username": "boolean44-repos", + "email": "serenitypalmer10@gmail.com" + }, + "record": { + "CNAME": "boolean44-repos.github.io" + } + } \ No newline at end of file diff --git a/domains/brin.json b/domains/brin.json new file mode 100644 index 000000000..2b4ccbf78 --- /dev/null +++ b/domains/brin.json @@ -0,0 +1,11 @@ +{ + "description": "Personal site", + "repo": "https://github.com/xXTgamerXx/xXTgamerXx.github.io", + "owner": { + "username": "xXTgamerXx", + "email": "trin.n2848@gmail.com" + }, + "record": { + "CNAME": "xxtgamerxx.github.io" + } +} diff --git a/domains/caz.json b/domains/caz.json new file mode 100644 index 000000000..b0a412822 --- /dev/null +++ b/domains/caz.json @@ -0,0 +1,12 @@ +{ + "description": "Just Another One Of Those Portfolios.", + "repo": "https://github.com/crazyaccess/crazyaccess.github.io/", + "owner": { + "username": "crazyaccess", + "email": "caz@monke.team", + "discord": "crazyaccess#7707" + }, + "record": { + "CNAME": "crazyaccess.github.io" + } +} diff --git a/domains/cdn.badboy.json b/domains/cdn.badboy.json new file mode 100644 index 000000000..7ec332465 --- /dev/null +++ b/domains/cdn.badboy.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/Bad-Boy-Codes/cdn", + "description": "My static database", + "owner": { + "username": "bad-boy-codes", + "email": "contact@mail.badboy.is-a.dev" + }, + "record": { + "CNAME": "a322b85b-dae2-4ae1-87b4-4d75db26c7e5.id.repl.co" + } +} diff --git a/domains/cdn.json b/domains/cdn.json new file mode 100644 index 000000000..4036ab7f0 --- /dev/null +++ b/domains/cdn.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "LellisV2", + "email": "cloud@lellis.tech", + "discord": "Lellis#9405", + "note": "I dont look that much on my email, Fast Respons on Discord." + }, + "description": "I will use it for my CDN to be able to access the files", + "record": { + "A": ["130.162.183.250"] + } +} diff --git a/domains/chandra.json b/domains/chandra.json new file mode 100644 index 000000000..4124c9dd4 --- /dev/null +++ b/domains/chandra.json @@ -0,0 +1,12 @@ +{ + "description": "An Data Analyst Portfolio", + "repo": "https://github.com/sekharmalla/portfolio/", + "owner": { + "username": "sekharmalla", + "email": "chandra.malla@msftcommunity.com", + "twitter": "ChandraSMalla" + }, + "record": { + "CNAME": "sekharmalla.github.io" + } +} diff --git a/domains/charcg.json b/domains/charcg.json new file mode 100644 index 000000000..f49dbde7e --- /dev/null +++ b/domains/charcg.json @@ -0,0 +1,12 @@ +{ + "description": "CharCG's Website", + "repo": "https://github.com/charcg/charcg.github.io", + "owner": { + "username": "CharCG", + "email": "charlescong91@gmail.com", + "twitter": "charlescong91" + }, + "record": { + "CNAME": "charcg.github.io" + } +} diff --git a/domains/chat-with.sx9.json b/domains/chat-with.sx9.json new file mode 100644 index 000000000..ae54b7571 --- /dev/null +++ b/domains/chat-with.sx9.json @@ -0,0 +1,14 @@ +{ + "description": "SX's Discord Server", + "repo": "https://sx-9.github.io/sx-discord-redirect", + "owner": { + "username": "SX-9", + "twitter": "SX_Discord", + "discord": "SX-Spy-Agent#1377", + "email": "sx-91@outlook.com", + "note": "Im Trying Some Hosting Providers For My Website So You Might Get A Lot Of Pull Requests From Me" + }, + "record": { + "CNAME": "sx-9.github.io" + } +} diff --git a/domains/chris8889.json b/domains/chris8889.json new file mode 100644 index 000000000..f4299369b --- /dev/null +++ b/domains/chris8889.json @@ -0,0 +1,11 @@ +{ + "description": "testing", + "owner": { + "username": "Chris8889", + "email": "chris88892@protonmail.com", + "Twitter": "@Chris8889" + }, + "record": { + "CNAME": "5d931f3a-d63d-4ccf-b14c-5b566fd0c5f0.id.repl.co" + } +} diff --git a/domains/coder100.json b/domains/coder100.json new file mode 100644 index 000000000..d0faebc5a --- /dev/null +++ b/domains/coder100.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "cursorweb", + "email": "", + "twitter": "Coder1002" + }, + "description": "Personal Home Page and Blog", + "record": { + "CNAME": "coder100-blog-production.up.railway.app" + } +} diff --git a/domains/cyanic76.json b/domains/cyanic76.json new file mode 100644 index 000000000..aa82ba169 --- /dev/null +++ b/domains/cyanic76.json @@ -0,0 +1,11 @@ +{ + "description": "Cyanic's website (link to cyanic.tk)", + "repo": "https://github.com/Cyanic76/Cyanic76", + "owner": { + "username": "Cyanic76", + "email": "git@cyanic.tk" + }, + "record": { + "URL": "https://cyanic.tk" + } +} diff --git a/domains/cyanide.json b/domains/cyanide.json new file mode 100644 index 000000000..205e97255 --- /dev/null +++ b/domains/cyanide.json @@ -0,0 +1,12 @@ +{ + "description": "I am a professional developer that loves to code in HTML, CSS, and JavaScript!", + "repo": "https://github.com/cyanide1x/cyanide1x.github.io", + "owner": { + "username": "cyanide1x", + "email": "contact@cyanidedev.mn", + "twitter": "cyanide1x" + }, + "record": { + "CNAME": "cyanide1x.github.io" + } +} diff --git a/domains/daanbreur.json b/domains/daanbreur.json new file mode 100644 index 000000000..8c57f7d93 --- /dev/null +++ b/domains/daanbreur.json @@ -0,0 +1,10 @@ +{ + "description": "My blog with writeups :)", + "owner": { + "username": "daanbreur", + "email": "me@daanbreur.systems" + }, + "record": { + "URL": "https://blog.daanbreur.systems/" + } +} diff --git a/domains/dani.json b/domains/dani.json new file mode 100644 index 000000000..fa4d9f757 --- /dev/null +++ b/domains/dani.json @@ -0,0 +1,12 @@ +{ + "description": "Danidev's Website", + "repo": "https://github.com/Danidev819/danidev819.github.io", + "owner": { + "username": "Danidev819", + "email": "danidev82@gmail.com", + "twitter": "Danidev819" + }, + "record": { + "CNAME": "danidev819.github.io" + } +} diff --git a/domains/daniel-shuy.json b/domains/daniel-shuy.json new file mode 100644 index 000000000..49e8ee4bb --- /dev/null +++ b/domains/daniel-shuy.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "daniel-shuy", + "email": "daniel_shuy@hotmail.com" + }, + "record": { + "A": [ + "76.76.21.21" + ] + } +} diff --git a/domains/daniel4-dev.json b/domains/daniel4-dev.json new file mode 100644 index 000000000..d9a6e6ad6 --- /dev/null +++ b/domains/daniel4-dev.json @@ -0,0 +1,10 @@ +{ + "description": "Daniel Barton's games site", + "owner": { + "username": "daniel4-scratch", + "email": "llama552621@gmail.com" + }, + "record": { + "CNAME": "daniel4-scratch.gamejolt.io" + } +} diff --git a/domains/darsh.json b/domains/darsh.json new file mode 100644 index 000000000..f32357fa4 --- /dev/null +++ b/domains/darsh.json @@ -0,0 +1,11 @@ +{ + "description": "DarshSood's personal website", + "repo": "https://replit.com/@DarshS/introduction-page", + "owner": { + "username": "DarshSood", + "email": "darshsood1@gmail.com" + }, + "record": { + "CNAME": "5dcb1e8b-787e-43ce-bd1d-217d51ab09e1.id.repl.co" + } +} diff --git a/domains/dashboard.zeppelin.maskduck.json b/domains/dashboard.zeppelin.maskduck.json new file mode 100644 index 000000000..bc90b7c35 --- /dev/null +++ b/domains/dashboard.zeppelin.maskduck.json @@ -0,0 +1,15 @@ +{ + "description": "MaskDuck's personal website!", + "repo": "https://github.com/maskducks/maskducks.github.io", + "owner": { + "username": "MaskDuck", + "email": "", + "discord": "MaskDuck#1337", + "twitter": "MaskDuck1", + "reddit": "u/maskduck", + "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586." + }, + "record": { + "CNAME": "zeppelin-railway-dashboard.up.railway.app" + } +} diff --git a/domains/dc.whine.json b/domains/dc.whine.json new file mode 100644 index 000000000..64e2b4a8f --- /dev/null +++ b/domains/dc.whine.json @@ -0,0 +1,11 @@ +{ + "description": "whi_ne's discord", + "owner": { + "username": "whinee", + "email": "", + "twitter": "whi_nyaan" + }, + "record": { + "CNAME": "a.redirect.pizza" + } +} \ No newline at end of file diff --git a/domains/de.whine.json b/domains/de.whine.json new file mode 100644 index 000000000..ea93bb80a --- /dev/null +++ b/domains/de.whine.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "whinee", + "email": "", + "twitter": "whi_nyaan" + }, + "description": "whi_ne's deno subdomain", + "record": { + "A": ["34.120.54.55"], + "TXT": "deno-com-validation=572b9c00ebc922b6f8367944" + } +} \ No newline at end of file diff --git a/domains/debertjamie.json b/domains/debertjamie.json new file mode 100644 index 000000000..299834afc --- /dev/null +++ b/domains/debertjamie.json @@ -0,0 +1,11 @@ +{ + "description": "A personal website", + "repo": "https://github.com/debertjamie", + "owner": { + "username": "debertjamie", + "email": "debert123@protonmail.com" + }, + "record": { + "CNAME": "debertjamie.up.railway.app" + } +} diff --git a/domains/devcomp.json b/domains/devcomp.json index 218ce70e4..84ec2861b 100644 --- a/domains/devcomp.json +++ b/domains/devcomp.json @@ -6,6 +6,6 @@ "email": "hi@devcomp.tk" }, "record": { - "URL": "https://landing.devcomp.tk" + "URL": "https://landing.devcomp.xyz" } } diff --git a/domains/dexo.json b/domains/dexo.json new file mode 100644 index 000000000..e08e64ef8 --- /dev/null +++ b/domains/dexo.json @@ -0,0 +1,12 @@ +{ + "description": "DeXo's personal website", + "repo": "https://github.com/dexohigh", + "owner": { + "username": "DeXo", + "email": "dexo1337@pm.me", + "discord": "DeXo#1337" + }, + "record": { + "CNAME": "dexodev.cf" + } +} diff --git a/domains/dhruva.json b/domains/dhruva.json new file mode 100644 index 000000000..77169214b --- /dev/null +++ b/domains/dhruva.json @@ -0,0 +1,11 @@ +{ + "description": "personal site", + "repo": "https://github.com/carrotfarmer/portfolio-1", + "owner": { + "username": "carrotfarmer", + "email": "dhruvas17068@gmail.com" + }, + "record": { + "CNAME": "dhruva.up.railway.app" + } +} diff --git a/domains/dib.json b/domains/dib.json new file mode 100644 index 000000000..db99c50ae --- /dev/null +++ b/domains/dib.json @@ -0,0 +1,12 @@ +{ + "description": "URL Shortener for sites.", + "repo": "https://github.com/DIBSTERYT", + "owner": { + "username": "DIBSTERYT", + "email": "contact@dibster.ml", + "twitter": "DEV_DIBSTER" + }, + "record": { + "A": ["192.95.42.74"] + } +} diff --git a/domains/dibster.json b/domains/dibster.json index 92442d4b5..46d8cc8e8 100644 --- a/domains/dibster.json +++ b/domains/dibster.json @@ -1,13 +1,14 @@ { - "description": "ShareX Server/Protfolio Site", + "description": "ShareX Server/Protfolio Site. Under @DIBSTERYT on GitHub.", "repo": "https://github.com/DIBSTERYT", "owner": { "username": "DIBSTERYT", - "email": "contact@dibster.ml" + "email": "contact@dibster.ml", + "twitter": "DEV_DIBSTER" }, "record": { - "A": [ - "164.132.74.251" - ] + "A": ["192.95.42.74"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/discord.badboy.json b/domains/discord.badboy.json new file mode 100644 index 000000000..b3e3a3c4a --- /dev/null +++ b/domains/discord.badboy.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/Bad-Boy-Codes/Discord-Projects", + "description": "Discord Webhook and Interface Viewer.", + "owner": { + "username": "bad-boy-codes", + "email": "contact@mail.badboy.is-a.dev" + }, + "record": { + "CNAME": "bad-boy-codes.github.io" + } +} diff --git a/domains/discord.maskduck.json b/domains/discord.maskduck.json new file mode 100644 index 000000000..ac1d57731 --- /dev/null +++ b/domains/discord.maskduck.json @@ -0,0 +1,11 @@ +{ + "description": "My discord server", + "owner": { + "email": "", + "username": "MaskDuck", + "reddit": "u/maskduck" + }, + "record": { + "URL": "https://discord.gg/weMcPBJV77" + } +} diff --git a/domains/divik.json b/domains/divik.json new file mode 100644 index 000000000..a04fc4ed3 --- /dev/null +++ b/domains/divik.json @@ -0,0 +1,11 @@ +{ + "description": "My Personal site", + "repo": "https://github.com/Code19Master/portfolio", + "owner": { + "username": "Code19Master", + "email": "divikbabbar@gmail.com" + }, + "record": { + "CNAME": "code19master.github.io" + } +} diff --git a/domains/eclipse.json b/domains/eclipse.json new file mode 100644 index 000000000..b5efee529 --- /dev/null +++ b/domains/eclipse.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Just-a-Unity-Dev", + "email": "", + "twitter": "@eclips_e69" + }, + "description": "A little portfolio based with a basic account system for learning purposes.", + "record": { + "CNAME": "eclips-espace-production.up.railway.app" + } +} diff --git a/domains/elias.json b/domains/elias.json new file mode 100644 index 000000000..60f56f91a --- /dev/null +++ b/domains/elias.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website, im learning web dev!", + "repo": "https://github.com/EliasKernel/EliasKernel.github.io", + "owner": { + "username": "eliaskernel", + "email": "eliaskernel@protonmail.com", + "twitter": "eliaskernel" + }, + "record": { + "CNAME": "eliaskernel.github.io" + } +} diff --git a/domains/epnq.json b/domains/epnq.json new file mode 100644 index 000000000..43558ab9d --- /dev/null +++ b/domains/epnq.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Site", + "repo": "https://github.com/wensente27", + "owner": { + "username": "wensente27", + "email": "", + "twitter": "pnqe_eli" + }, + "record": { + "CNAME": "epnq.up.railway.app" + } +} diff --git a/domains/fake.json b/domains/fake.json index b48861568..161498b2f 100644 --- a/domains/fake.json +++ b/domains/fake.json @@ -6,6 +6,11 @@ "email": "fake@fake.is-a.dev" }, "record": { - "CNAME": "yeeett.github.io" + "A": ["185.199.108.153"], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/farish.json b/domains/farish.json new file mode 100644 index 000000000..f7dc35832 --- /dev/null +++ b/domains/farish.json @@ -0,0 +1,14 @@ +{ + "description": "Email", + "repo": "", + "owner": { + "username": "fxrysh", + "discord": "Fxrysh#5947", + "twitter": "fxryshdev", + "email": "hello@farish.is-a.dev" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/fbi.json b/domains/fbi.json new file mode 100644 index 000000000..07f537c44 --- /dev/null +++ b/domains/fbi.json @@ -0,0 +1,11 @@ +{ + "description": "2Much4U's Website", + "repo": "https://github.com/2m4u", + "owner": { + "username": "2M4U", + "email": "2m4u@fbi.is-a.dev" + }, + "record": { + "URL": "https://2m4u.netlify.app" + } +} diff --git a/domains/fxrysh.json b/domains/fxrysh.json new file mode 100644 index 000000000..6ae337754 --- /dev/null +++ b/domains/fxrysh.json @@ -0,0 +1,13 @@ +{ + "description": "Personal portfolio written in VueJS", + "repo": "https://github.com/fxrysh/portfolio", + "owner": { + "username": "fxrysh", + "discord": "Fxrysh#5947", + "twitter": "fxryshdev", + "email": "hello@farish.is-a.dev" + }, + "record": { + "CNAME": "86872205c14179c98afa1392.cname.deno.dev" + } +} diff --git a/domains/gamingboots.json b/domains/gamingboots.json new file mode 100644 index 000000000..9e892ff7b --- /dev/null +++ b/domains/gamingboots.json @@ -0,0 +1,11 @@ +{ + "description": "A description", + "repo": "https://github.com/gamingboots/gamingboots.github.io", + "owner": { + "username": "gamingboots", + "email": "gamngboots19@gmail.com" + }, + "record": { + "CNAME": "gamingboots.github.io" + } + } \ No newline at end of file diff --git a/domains/givinghawk.json b/domains/givinghawk.json new file mode 100644 index 000000000..26b632d07 --- /dev/null +++ b/domains/givinghawk.json @@ -0,0 +1,11 @@ +{ + "description": "My is-a.dev cname record", + "repo": "https://github.com/givinghawk", + "owner": { + "username": "givinghawk", + "email": "gh@givinghawk.xyz" + }, + "record": { + "URL": "https://givinghawk.xyz" + } +} diff --git a/domains/gravy.json b/domains/gravy.json new file mode 100644 index 000000000..a000f4104 --- /dev/null +++ b/domains/gravy.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "thatgravyboat", + "twitter": "thatgravyboat", + "discord": "thatgravyboat#0001", + "email": "" + }, + "record": { + "URL": "https://thatgravyboat.tech" + } +} diff --git a/domains/helge.json b/domains/helge.json new file mode 100644 index 000000000..b5fa7d5f0 --- /dev/null +++ b/domains/helge.json @@ -0,0 +1,11 @@ +{ + "description": "personal website at some point, now pointing to a VPS I own", + "repo": "https://github.com/iohansson/kldcs", + "owner": { + "username": "iohansson", + "email": "root@helge8.one" + }, + "record": { + "CNAME": "helge8.cc" + } +} diff --git a/domains/hironichu.json b/domains/hironichu.json new file mode 100644 index 000000000..622c6bf6c --- /dev/null +++ b/domains/hironichu.json @@ -0,0 +1,16 @@ +{ + "description": "Yes I am a developer", + "repo": "https://github.com/hironichu", + "owner": { + "username": "hironichu", + "email": "hironichu@gmail.com" + }, + "record": { + "A": [ + "34.120.54.55" + ], + "TXT": [ + "deno-com-validation=f1b7200ba5f97a80db0aaa12" + ] + } +} diff --git a/domains/hugovidafe.json b/domains/hugovidafe.json index 7c1773c2a..b0ef69294 100644 --- a/domains/hugovidafe.json +++ b/domains/hugovidafe.json @@ -3,10 +3,10 @@ "repo": "https://github.com/Hugovidafe-OSS", "owner": { "username": "Hugovidafe", - "email": "hugo.vidal.ferre@gmail.com", + "email": "hugo@hugovidafe.dev", "twitter": "Hugovidafe" }, "record": { - "CNAME": "hugovidafe.github.io" + "URL": "https://hugovidafe.dev" } } diff --git a/domains/ico.json b/domains/ico.json new file mode 100644 index 000000000..50f240c05 --- /dev/null +++ b/domains/ico.json @@ -0,0 +1,11 @@ +{ + "description": "Simply Iconical", + "repo": "https://github.com/babyico/babyico.github.io", + "owner": { + "username": "babyico", + "email": "iconical@programmer.net" + }, + "record": { + "CNAME": "babyico.github.io" + } +} diff --git a/domains/imsudip.json b/domains/imsudip.json new file mode 100644 index 000000000..acfb3019f --- /dev/null +++ b/domains/imsudip.json @@ -0,0 +1,11 @@ +{ + "description": "A personal portfolio site for all my projects", + "repo": "https://github.com/imsudip/portfolio", + "owner": { + "username": "imsudip", + "email": "sudipghosh9333@gmail.com" + }, + "record": { + "URL": "https://portfolio.imsudip.ml" + } +} diff --git a/domains/infinitecode.json b/domains/infinitecode.json new file mode 100644 index 000000000..7fdb52af8 --- /dev/null +++ b/domains/infinitecode.json @@ -0,0 +1,10 @@ +{ + "description": "Infinite's personal portfolio!", + "owner": { + "username": "InfiniteCode", + "email": "foxyss@pm.me" + }, + "record": { + "CNAME": "panther.brutecdn.eu" + } +} diff --git a/domains/insta.badboy.json b/domains/insta.badboy.json new file mode 100644 index 000000000..5655344b9 --- /dev/null +++ b/domains/insta.badboy.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/Bad-Boy-Codes/Instagram-Projects", + "description": "Instagram profile viewer.", + "owner": { + "username": "bad-boy-codes", + "email": "contact@mail.badboy.is-a.dev" + }, + "record": { + "CNAME": "bad-boy-codes.github.io" + } +} diff --git a/domains/instapi.aditya.json b/domains/instapi.aditya.json new file mode 100644 index 000000000..c7acbfab5 --- /dev/null +++ b/domains/instapi.aditya.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "pythonmcpi", + "email": "user3456@insomnia247.nl", + "irc": "user3456@irc.insomnia247.nl/#shells", + "discord": "Little Furret#7901", + "note": "That email address is not my main email. It has email forwarding enabled, but the spam filter doesn't like the forwarding. It is probably faster to contact me on Discord or irc." + }, + "description": "I'll probably put some project pages on 0x0.is-a.dev. ¯\\_(ツ)_/¯", + "record": { + "A": ["76.223.55.44"] + } +} diff --git a/domains/janeberru.json b/domains/janeberru.json new file mode 100644 index 000000000..3751cf607 --- /dev/null +++ b/domains/janeberru.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "nicholasyoannou", + "email": "", + "discord": "janeberru#4594", + "note": "You can contact me by email or discord, really don't mind :)" + }, + "description": "I'll probably be testing code and such on janeberru.is-a.dev. ¯\\_(ツ)_/¯", + "record": { + "CNAME": "testing-12.nicholas.dev" + } +} diff --git a/domains/jeweetzelf.json b/domains/jeweetzelf.json index 0e337143e..ccfeb7103 100644 --- a/domains/jeweetzelf.json +++ b/domains/jeweetzelf.json @@ -4,8 +4,6 @@ "email": "jeweetzelf@rtexbot.com" }, "record": { - "A": [ - "164.132.74.251" - ] + "CNAME": "jeweetzelfwastaken.github.io" } } diff --git a/domains/jeydin.json b/domains/jeydin.json new file mode 100644 index 000000000..3b8497af6 --- /dev/null +++ b/domains/jeydin.json @@ -0,0 +1,12 @@ +{ + "description": "I play a game called Genshin Impact", + "repo": "https://github.com/Jeydin/jeydin.github.io", + "owner": { + "username": "Jeydin", + "email": "JeyPham21@gmail.com", + "twitter": "Jeydin21" + }, + "record": { + "CNAME": "jeydin.github.io" + } +} diff --git a/domains/justtrynacode.json b/domains/justtrynacode.json new file mode 100644 index 000000000..65defaeeb --- /dev/null +++ b/domains/justtrynacode.json @@ -0,0 +1,12 @@ +{ + "description": "Tryna's website", + "repo": "https://github.com/JustTrynacodee/JustTrynaCodee.github.io", + "owner": { + "username": "JustTrynacodee", + "email": "", + "discord": "JustTrynaCode#0810" + }, + "record": { + "CNAME": "JustTrynaCodee.github.io" + } +} diff --git a/domains/k93msy.json b/domains/k93msy.json new file mode 100644 index 000000000..d72cdaf03 --- /dev/null +++ b/domains/k93msy.json @@ -0,0 +1,11 @@ +{ + "description": "K93MSY website", + "repo": "https://github.com/K93MSY/K93MSY.github.io", + "owner": { + "username": "K93MSY", + "email": "kuritama0903@gmail.com" + }, + "record": { + "CNAME": "k93msy.github.io" + } +} diff --git a/domains/kaz.json b/domains/kaz.json new file mode 100644 index 000000000..18a5fd01f --- /dev/null +++ b/domains/kaz.json @@ -0,0 +1,11 @@ +{ + "description": "Add some description", + "repo": "https://github.com/kazz0001/kazz0001.github.io", + "owner": { + "username": "kazz0001", + "email": "badchicken11690@gmail.com" + }, + "record": { + "CNAME": "kazz0001.github.io" + } +} diff --git a/domains/kekda.json b/domains/kekda.json new file mode 100644 index 000000000..01dd1fb78 --- /dev/null +++ b/domains/kekda.json @@ -0,0 +1,12 @@ +{ + "description": "A description", + "repo": "https://github.com/kekda-py/kekda-py.github.io", + "owner": { + "username": "kekda-py", + "email": "yashverma7869@gmail.com", + "twitter": "your-twitter-username" + }, + "record": { + "CNAME": "kekdais-adev-production.up.railway.app" + } +} diff --git a/domains/kenwu.json b/domains/kenwu.json new file mode 100644 index 000000000..83dcbaf90 --- /dev/null +++ b/domains/kenwu.json @@ -0,0 +1,12 @@ +{ + "description": "This is Ken Wu's personal portfolio website.", + "repo": "https://github.com/kenwuqianghao/kenwuqianghao.github.io", + "owner": { + "username": "KenWuqianghao", + "email": "wooqianghao@gmail.com", + "twitter": "KenWuqianghao" + }, + "record": { + "CNAME": "kenwuqianghao.github.io" + } + } \ No newline at end of file diff --git a/domains/kiyora.json b/domains/kiyora.json new file mode 100644 index 000000000..96b5a39bb --- /dev/null +++ b/domains/kiyora.json @@ -0,0 +1,12 @@ +{ + "description": "using for personal projects", + "repo": "https://github.com/ItsMyEyes", + "owner": { + "username": "ItsMyEyes", + "email": "dev@sipaling.top" + }, + "record": { + "CNAME": "itsmyeyes.github.io" + } + } + \ No newline at end of file diff --git a/domains/kyoki.json b/domains/kyoki.json new file mode 100644 index 000000000..d9aa4e14d --- /dev/null +++ b/domains/kyoki.json @@ -0,0 +1,10 @@ +{ + "owner":{ + "username": "kyokiii", + "discord": "kyoki#0162", + "email": "kyokisunn@gmail.com" + }, + "record": { + "CNAME": "d7dc33e6-0a6b-49ab-bad4-4b006a476a02.id.repl.co" + } +} diff --git a/domains/kyuzu.json b/domains/kyuzu.json deleted file mode 100644 index 471598040..000000000 --- a/domains/kyuzu.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "Personal portfolio built with ReactJS", - "repo": "https://github.com/kyuzu/portfolio", - "owner": { - "username": "kyuzu", - "discord": "Kyuzu#9214", - "twitter": "kyuzudev", - "email": "" - }, - "record": { - "CNAME": "280985daeff00a3fed6006ff.cname.deno.dev" - } -} diff --git a/domains/lambda.json b/domains/lambda.json new file mode 100644 index 000000000..1e8d02e3e --- /dev/null +++ b/domains/lambda.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Site for Stadial", + "repo": "https://github.com/stadial/stadial.github.io", + "owner": { + "username": "stadial", + "email": "kfulain.uphrj@aleeas.com" + }, + "record": { + "CNAME": "stadial.github.io" + } +} diff --git a/domains/lellis.json b/domains/lellis.json index 3a654d56f..669e1d59b 100644 --- a/domains/lellis.json +++ b/domains/lellis.json @@ -1,11 +1,11 @@ { "description": "a cool subdomain", - "repo": "https://github.com/LellisV2", + "repo": "https://github.com/LellisV2/register", "owner": { "username": "LellisV2", - "email": "me@lellis.xyz" + "email": "cloud@lellis.tech" }, "record": { - "CNAME": "dev.lellis.ga" + "A": ["150.230.126.219"] } } diff --git a/domains/lenicyl.json b/domains/lenicyl.json new file mode 100644 index 000000000..c56736f56 --- /dev/null +++ b/domains/lenicyl.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Lenicyl", + "discord": "HUT#5940", + "email": "" + }, + "record": { + "CNAME": "lenicyl.github.io" + } +} diff --git a/domains/li.whine.json b/domains/li.whine.json new file mode 100644 index 000000000..603257aef --- /dev/null +++ b/domains/li.whine.json @@ -0,0 +1,11 @@ +{ + "description": "whi_ne's redirects", + "owner": { + "username": "whinee", + "email": "", + "twitter": "whi_nyaan" + }, + "record": { + "CNAME": "a.redirect.pizza" + } +} \ No newline at end of file diff --git a/domains/links.aditya.json b/domains/links.aditya.json new file mode 100644 index 000000000..9e4866a91 --- /dev/null +++ b/domains/links.aditya.json @@ -0,0 +1,12 @@ +{ + "description": "A Subdomain For My Links Redirection!!", + "repo": "https://github.com/icancodebeauty/links", + "owner": { + "username": "icancodebeauty", + "email": "ishqaddy@gmail.com", + "twitter": "CodeWithAadi" + }, + "record": { + "CNAME": "a.redirect.pizza" + } +} diff --git a/domains/lthon09.json b/domains/lthon09.json index 0ddea91ed..1c5a62251 100644 --- a/domains/lthon09.json +++ b/domains/lthon09.json @@ -7,6 +7,6 @@ "twitter": "lthon09" }, "record": { - "CNAME": "a2e619e5-4084-4893-b593-76c3198a277f.repl.co" + "A": ["76.223.55.44"] } } diff --git a/domains/lytwest.json b/domains/lytwest.json new file mode 100644 index 000000000..e53a9e9aa --- /dev/null +++ b/domains/lytwest.json @@ -0,0 +1,11 @@ +{ + "description": "My Personal Website uwu :3", + "repo": "https://github.com/Lytwest/lytwest.github.io", + "owner": { + "username": "Lytwest", + "email": "lytwest@gmail.com" + }, + "record": { + "CNAME": "lytwest.github.io" + } +} diff --git a/domains/magniquick.json b/domains/magniquick.json new file mode 100644 index 000000000..e7e8892ba --- /dev/null +++ b/domains/magniquick.json @@ -0,0 +1,22 @@ +{ + "description": "magniquick's personal site", + "repo": "https://github.com/Magniquick/magniquick.github.io", + "owner": { + "username": "magniquick", + "email": "", + "discord": "Magniquick#5003" + }, + "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/mail.aditya.json b/domains/mail.aditya.json new file mode 100644 index 000000000..a367c686c --- /dev/null +++ b/domains/mail.aditya.json @@ -0,0 +1,22 @@ +{ + "description": "A Subdomain For Mails!!", + "repo": "https://github.com/icancodebeauty/mail", + "owner": { + "username": "icancodebeauty", + "email": "ishqaddy@gmail.com", + "twitter": "CodeWithAadi" + }, + "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/mail.badboy.json b/domains/mail.badboy.json new file mode 100644 index 000000000..23d2d5fd6 --- /dev/null +++ b/domains/mail.badboy.json @@ -0,0 +1,23 @@ +{ + "repo": "https://github.com/Bad-Boy-Codes/contact", + "description": "My email forwarder", + "owner": { + "username": "bad-boy-codes", + "email": "sonupanda078@gmail.com", + "discord": "Bad Boy Plays#9608", + "note": "My Discord ID is 445073800850046977." + }, + "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/mail.boolean44.json b/domains/mail.boolean44.json new file mode 100644 index 000000000..1afd08f1c --- /dev/null +++ b/domains/mail.boolean44.json @@ -0,0 +1,11 @@ + +{ + "owner": { + "username": "boolean44-repos", + "email": "serenitypalmer10@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/mail.notaperson535.json b/domains/mail.notaperson535.json new file mode 100644 index 000000000..1b17786bf --- /dev/null +++ b/domains/mail.notaperson535.json @@ -0,0 +1,11 @@ +{ + "description": "My email forwarder", + "owner": { + "username": "notAperson535", + "email": "notAperson939@gmail.com" + }, + "record": { + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=notaperson939@gmail.com" + } +} diff --git a/domains/mail.rika.json b/domains/mail.rika.json new file mode 100644 index 000000000..55e71de16 --- /dev/null +++ b/domains/mail.rika.json @@ -0,0 +1,21 @@ +{ + "description": "Domain for gmail", + "repo": "https://github.com/NicolDev/mail", + "owner": { + "username": "NicolDev", + "email": "cainiao1509@gmail.com" + }, + "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/mail.whine.json b/domains/mail.whine.json new file mode 100644 index 000000000..a8f050e40 --- /dev/null +++ b/domains/mail.whine.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "whinee", + "email": "", + "twitter": "whi_nyaan" + }, + "description": "whi_ne's mail subdomain", + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} \ No newline at end of file diff --git a/domains/maskduck.json b/domains/maskduck.json index 2f076324b..49b8da9a6 100644 --- a/domains/maskduck.json +++ b/domains/maskduck.json @@ -4,9 +4,12 @@ "owner": { "username": "MaskDuck", "email": "", - "discord": "MaskDuck#9999" + "discord": "MaskDuck#1337", + "twitter": "MaskDuck1", + "reddit": "u/maskduck", + "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586." }, "record": { - "CNAME": "maskducks.github.io" + "CNAME": "a.redirect.pizza" } } diff --git a/domains/mathiassm.json b/domains/mathiassm.json new file mode 100644 index 000000000..326d932a4 --- /dev/null +++ b/domains/mathiassm.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "mathiassm", + "email": "", + "twitter": "mathiassm" + }, + "description": "MathiasSM's Personal Site", + "repo": "https://github.com/MathiasSM/mathiassm.github.io", + "record": { + "URL": "https://mathiassm.dev" + } +} diff --git a/domains/mattw.json b/domains/mattw.json index d26956c99..fa446b79b 100644 --- a/domains/mattw.json +++ b/domains/mattw.json @@ -6,6 +6,8 @@ "email": "ynan243@gmail.com" }, "record": { - "CNAME": "proxy.bluefoxhost.com" + "A": ["147.135.109.83"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/mazengohar.json b/domains/mazengohar.json new file mode 100644 index 000000000..79bee6893 --- /dev/null +++ b/domains/mazengohar.json @@ -0,0 +1,11 @@ +{ + "description": "Mazen Gohar - DEV", + "repo": "https://github.com/MazenGohar", + "owner": { + "username": "MazenGohar", + "email": "mizoiology@gmail.com" + }, + "record": { + "CNAME": "mazen-gohar-dev.onrender.com" + } +} diff --git a/domains/mc.mousemoosz.json b/domains/mc.mousemoosz.json new file mode 100644 index 000000000..9aa2faa62 --- /dev/null +++ b/domains/mc.mousemoosz.json @@ -0,0 +1,10 @@ +{ + "description": "For my Minecraft server", + "owner": { + "username": "MouseMoosz", + "email": "mousemoosz@protonmail.com" + }, + "record": { + "CNAME": "ge.terohost.com" + } +} diff --git a/domains/mega.json b/domains/mega.json new file mode 100644 index 000000000..a31fbdc22 --- /dev/null +++ b/domains/mega.json @@ -0,0 +1,12 @@ +{ + "description": "My Personal website and possibly an API", + "repo": "https://github.com/MegaDevGuy", + "owner": { + "username": "MegaDevGuy", + "email": "", + "twitter":"@_Mega_Dev_" + }, + "record": { + "CNAME": "flask-production-b336.up.railway.app" + } +} diff --git a/domains/mihai.json b/domains/mihai.json new file mode 100644 index 000000000..0aac6f95d --- /dev/null +++ b/domains/mihai.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/8xu/web", + "owner": { + "username": "8xu", + "email": "mihai@8xu.tech", + "twitter": "reallymihai" + }, + "record": { + "CNAME": "8xu.github.io" + } +} \ No newline at end of file diff --git a/domains/mikko.json b/domains/mikko.json new file mode 100644 index 000000000..64a7c0e2f --- /dev/null +++ b/domains/mikko.json @@ -0,0 +1,12 @@ +{ + "description": "Mikko's Developer Page", + "repo": "https://github.com/mikkortx/cv", + "owner": { + "username": "mikkortx", + "email": "mikkoahh@gmail.com", + "twitter": "mikkortx" + }, + "record": { + "CNAME": "mikkortx.github.io" + } +} diff --git a/domains/mimic.json b/domains/mimic.json new file mode 100644 index 000000000..59a6e7c93 --- /dev/null +++ b/domains/mimic.json @@ -0,0 +1,11 @@ +{ + "description": "Mimic Services", + "repo": "https://github.com/mimicdotga", + "owner": { + "username": "mimicdotga", + "email": "hello@mimic.ga" + }, + "record": { + "CNAME": "mimicdotga.duckdns.org" + } +} diff --git a/domains/moon.json b/domains/moon.json new file mode 100644 index 000000000..83cf5dbe0 --- /dev/null +++ b/domains/moon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "moon-moon27", + "email": "uselessshogun99@gmail.com" + }, + "record": { + "CNAME": "moon-moon27.github.io" + } +} diff --git a/domains/mousemoosz.json b/domains/mousemoosz.json new file mode 100644 index 000000000..66c9d6b76 --- /dev/null +++ b/domains/mousemoosz.json @@ -0,0 +1,10 @@ +{ + "description": "For my website", + "owner": { + "username": "MouseMoosz", + "email": "mousemoosz@protonmail.com" + }, + "record": { + "CNAME": "mousemoosz.github.io" + } +} diff --git a/domains/mrcorpz.json b/domains/mrcorpz.json new file mode 100644 index 000000000..18696553f --- /dev/null +++ b/domains/mrcorpz.json @@ -0,0 +1,12 @@ +{ + "description": "Mrcorpz's Website", + "repo": "https://github.com/mrcorpz/mrcorpz.github.io", + "owner": { + "username": "mrcorpz", + "email": "mrcorpzpro@gmail.com", + "twitter": "mrcorpz" + }, + "record": { + "CNAME": "mrcorpz.github.io" + } +} diff --git a/domains/mricecream.json b/domains/mricecream.json new file mode 100644 index 000000000..1ff6049ac --- /dev/null +++ b/domains/mricecream.json @@ -0,0 +1,12 @@ +{ + "description": "Mr. Icecream's Website", + "repo": "https://github.com/mr1cecream/mr1cecream.github.io", + "owner": { + "username": "mr1cecream", + "email": "guy@ochakov.com", + "twitter": "@Mr__Icecream" + }, + "record": { + "CNAME": "mr1cecream.github.io" + } +} diff --git a/domains/mrshoe.json b/domains/mrshoe.json index bd37e91b6..6562e9777 100644 --- a/domains/mrshoe.json +++ b/domains/mrshoe.json @@ -6,6 +6,6 @@ "email": "mrshoeshoe66@gmail.com" }, "record": { - "CNAME": "mrshoe-development.github.io" + "URL": "https://mrshoe.dev" } } diff --git a/domains/music.json b/domains/music.json new file mode 100644 index 000000000..2dcd3ba8d --- /dev/null +++ b/domains/music.json @@ -0,0 +1,11 @@ +{ + "description": "my personal website", + "repo": "https://github.com/leecheeyong/me", + "owner": { + "username": "leecheeyong", + "email": "tojoeleeofficial@gmail.com" + }, + "record": { + "CNAME": "088a7314-b3d4-4927-92ca-e669833b0aed.id.repl.co" + } +} diff --git a/domains/nat.json b/domains/nat.json index a1303faaa..55aa10d59 100644 --- a/domains/nat.json +++ b/domains/nat.json @@ -1,11 +1,10 @@ { - "description": "Natasquare's personal website", - "repo": "https://github.com/Natasquare/natasquare.github.io", "owner":{ "username": "Natasquare", + "discord": "Natasquare#8297", "email": "natasquarelol@gmail.com" }, "record": { - "CNAME": "natasquare.github.io" + "CNAME": "d42474b9-07e0-4f87-94ba-d47a4477dde5.id.repl.co" } } diff --git a/domains/neko7sora.json b/domains/neko7sora.json new file mode 100644 index 000000000..a06a29f14 --- /dev/null +++ b/domains/neko7sora.json @@ -0,0 +1,13 @@ +{ + "description": "Neko7sora personal website", + "repo": "https://github.com/Neko7sora/Neko7sora.github.io", + "owner": { + "username": "Neko7sora", + "email": "", + "twitter": "Neko7sora", + "keybase": "neko7sora" + }, + "record": { + "CNAME": "neko7sora.github.io" + } +} diff --git a/domains/neven.json b/domains/neven.json new file mode 100644 index 000000000..59c4b67a8 --- /dev/null +++ b/domains/neven.json @@ -0,0 +1,12 @@ +{ + "repo": "https://github.com/nevenxr/nevenxr.github.io", + "description": "Personal Website", + "owner": { + "username": "nevenxr", + "email": "", + "discord": "Neven#3985" + }, + "record": { + "CNAME": "nevenxr.github.io" + } +} diff --git a/domains/nicholas.json b/domains/nicholas.json new file mode 100644 index 000000000..2a334c8ed --- /dev/null +++ b/domains/nicholas.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "nicholasyoannou", + "email": "nicholas@nicholas.dev", + "discord": "janeberru#4594", + "note": "You can contact me by email or discord, really don't mind :)" + }, + "description": "I'll probably put some project pages on nicholas.is-a.dev. ¯\\_(ツ)_/¯", + "record": { + "CNAME": "nicholas.dev" + } +} diff --git a/domains/ninjaasmoke.json b/domains/ninjaasmoke.json new file mode 100644 index 000000000..11d683016 --- /dev/null +++ b/domains/ninjaasmoke.json @@ -0,0 +1,11 @@ +{ + "description": "portfolio | nithin", + "repo": "https://github.com/ninjaasmoke/ninjaasmoke.github.io", + "owner": { + "username": "ninjaasmoke", + "email": "nithins674@gmail.com" + }, + "record": { + "CNAME": "ninjaasmoke.github.io" + } +} diff --git a/domains/nischay.json b/domains/nischay.json new file mode 100644 index 000000000..70ecfa34d --- /dev/null +++ b/domains/nischay.json @@ -0,0 +1,21 @@ +{ + "description": "OGGY's Main Website", + "github": "https://github.com/nischay876", + "owner": { + "username": "nischay876", + "email": "nischay876@gmail.com", + "instagram": "nischay_02", + "snapchat": "nischay_02", + "discord": "OGGY#9889" + }, + "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/node.json b/domains/node.json new file mode 100644 index 000000000..9ca25425f --- /dev/null +++ b/domains/node.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website", + "repo": "https://github.com/node0505/node0505.github.io", + "owner": { + "username": "node0505", + "email": "", + "discord": "node#0505" + }, + "record": { + "CNAME": "node0505.github.io" + } +} diff --git a/domains/noir.json b/domains/noir.json new file mode 100644 index 000000000..bd7badc3c --- /dev/null +++ b/domains/noir.json @@ -0,0 +1,12 @@ +{ + "description": "noir's website", + "repo": "https://github.com/noirdevelopment/noirdevelopment.github.io", + "owner": { + "username": "noirdevelopment", + "email": "xyroemail1@gmail.com", + "twitter": "zPyrooooo" + }, + "record": { + "CNAME": "noirdevelopment.github.io" + } +} diff --git a/domains/notaperson535.json b/domains/notaperson535.json new file mode 100644 index 000000000..00dd1d1d2 --- /dev/null +++ b/domains/notaperson535.json @@ -0,0 +1,11 @@ +{ + "description": "My about me website", + "repo": "https://github.com/notAperson535/notAperson535", + "owner": { + "username": "notAperson535", + "email": "notAperson939@gmail.com" + }, + "record": { + "CNAME": "notAperson535.github.io" + } +} diff --git a/domains/oneclick-macos-simple-kvm.notaperson535.json b/domains/oneclick-macos-simple-kvm.notaperson535.json new file mode 100644 index 000000000..2135c3dd1 --- /dev/null +++ b/domains/oneclick-macos-simple-kvm.notaperson535.json @@ -0,0 +1,11 @@ +{ + "description": "My macOS VM guide website", + "repo": "https://github.com/notAperson535/OneClick-macOS-Simple-KVM", + "owner": { + "username": "notAperson535", + "email": "notAperson939@gmail.com" + }, + "record": { + "CNAME": "notAperson535.github.io" + } +} diff --git a/domains/onichan.json b/domains/onichan.json new file mode 100644 index 000000000..189c2ecb3 --- /dev/null +++ b/domains/onichan.json @@ -0,0 +1,11 @@ +{ + "description": "onichan's plugins. what can i say?", + "repo": "https://github.com/rbstsoul", + "owner": { + "username": "rbstsoul", + "email": "rbstsoul@gmail.com" + }, + "record": { + "CNAME": "readthedocs.io" + } +} diff --git a/domains/phantom.json b/domains/phantom.json index 1af0b95f7..19d8b51b3 100644 --- a/domains/phantom.json +++ b/domains/phantom.json @@ -6,6 +6,6 @@ "email": "sealedsaucer@gmail.com" }, "record": { - "URL": "https://phantom.codes" + "CNAME": "phantom.pages.dev" } } diff --git a/domains/posandu.json b/domains/posandu.json new file mode 100644 index 000000000..967592d15 --- /dev/null +++ b/domains/posandu.json @@ -0,0 +1,12 @@ +{ + "description": "My Portfolio", + "repo": "https://github.com/Posandu/posandu.github.io", + "owner": { + "username": "posandu", + "email": "posandumapa@gmail.com", + "twitter": "posandu" + }, + "record": { + "CNAME": "posandu.github.io" + } +} diff --git a/domains/pr.whine.json b/domains/pr.whine.json new file mode 100644 index 000000000..8994675cf --- /dev/null +++ b/domains/pr.whine.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "whinee", + "email": "", + "twitter": "whi_nyaan" + }, + "description": "whi_ne's projects' subdomain", + "record": { + "CNAME": "whnya.github.io" + } +} diff --git a/domains/qxb3.json b/domains/qxb3.json new file mode 100644 index 000000000..8fea7bea1 --- /dev/null +++ b/domains/qxb3.json @@ -0,0 +1,11 @@ +{ + "description": "qxb3's personal website", + "owner": { + "username": "qxb3", + "discord": "qxb3#4312", + "email": "" + }, + "record": { + "CNAME": "qxb-production.up.railway.app" + } +} diff --git a/domains/rededge.json b/domains/rededge.json new file mode 100644 index 000000000..8e02b7c87 --- /dev/null +++ b/domains/rededge.json @@ -0,0 +1,11 @@ +{ + "description": "Chandula Janith's (RedEdge967) personal portfolio website made with glassmorphism UI", + "repo": "https://github.com/RedEdge967/RedEdge967.github.io", + "owner": { + "username": "RedEdge967", + "email": "janithc967@gmail.com" + }, + "record": { + "CNAME": "RedEdge967.github.io" + } +} diff --git a/domains/rie.json b/domains/rie.json new file mode 100644 index 000000000..0e08c02ba --- /dev/null +++ b/domains/rie.json @@ -0,0 +1,11 @@ +{ + "description": "Rie's Website", + "repo": "https://github.com/meguminsama", + "owner": { + "username": "MeguminSama", + "email": "megumin@megu.dev" + }, + "record": { + "CNAME": "cname-dev.megu.dev" + } +} diff --git a/domains/rim.json b/domains/rim.json new file mode 100644 index 000000000..869b213cd --- /dev/null +++ b/domains/rim.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "itsRim", + "email": "purpleblueslime@gmail.com" + }, + "record": { + "CNAME": "itsrim.github.io" + } +} diff --git a/domains/riskymh.json b/domains/riskymh.json new file mode 100644 index 000000000..a8ba5ad51 --- /dev/null +++ b/domains/riskymh.json @@ -0,0 +1,13 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/RiskyMH/RiskyMH.github.io", + "owner": { + "username": "RiskyMH", + "discord": "RiskyMH#0182", + "email": "" + }, + "record": { + "URL": "https://riskymh.github.io" + } + } + \ No newline at end of file diff --git a/domains/roxza.json b/domains/roxza.json new file mode 100644 index 000000000..2e8462185 --- /dev/null +++ b/domains/roxza.json @@ -0,0 +1,12 @@ +{ + "description": "Roxza personal developer website", + "repo": "https://github.com/Roxza/Roxza.me", + "owner": { + "username": "roxza", + "email": "me@roxza.me", + "discord": "Roxza#0002" + }, + "record": { + "URL": "https://roxza.me" + } +} diff --git a/domains/sahil.json b/domains/sahil.json new file mode 100644 index 000000000..a8dc56ac5 --- /dev/null +++ b/domains/sahil.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Porfolio Records Add.", + "repo": "https://github.com/sahilpatel09/sahilpatel09.github.io", + "owner": { + "username": "sahilpatel09", + "email": "smppatel99999@gmail.com", + "twitter": "smppatel99999" + }, + "record": { + "CNAME": "sahilpatel09.github.io" + } +} diff --git a/domains/samcarson.json b/domains/samcarson.json new file mode 100644 index 000000000..6c2941d8d --- /dev/null +++ b/domains/samcarson.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "samcarsonx", + "email": "sam@carson.industries" + }, + "record": { + "CNAME": "isadev.samcarson.co.uk" + } +} diff --git a/domains/samiha-tasnim.json b/domains/samihatasnim.json similarity index 75% rename from domains/samiha-tasnim.json rename to domains/samihatasnim.json index f6a7c4723..644dfaf18 100644 --- a/domains/samiha-tasnim.json +++ b/domains/samihatasnim.json @@ -1,9 +1,9 @@ { - "description": "Samiha Tasnims personal website.", + "description": "Samiha Tasnim's personal website.", "repo": "https://github.com/samihaTasnim/website", "owner": { "username": "samihaTasnim", - "discord": "samm#6276", + "discord": "sam.#7750", "email": "samxtasnim@gmail.com", "twitter": "@SamihaTasnimm" }, diff --git a/domains/sanana.json b/domains/sanana.json new file mode 100644 index 000000000..238069e9c --- /dev/null +++ b/domains/sanana.json @@ -0,0 +1,12 @@ +{ + "description": "sanana the skenana's personal website", + "repo": "https://github.com/TheOddGarlic/theoddgarlic.github.io", + "owner": { + "username": "TheOddGarlic", + "email": "umutinanerdogan@pm.me", + "discord": "sanana the skenana#4025" + }, + "record": { + "CNAME": "theoddgarlic.github.io" + } +} diff --git a/domains/santito.json b/domains/santito.json new file mode 100644 index 000000000..f176be2c9 --- /dev/null +++ b/domains/santito.json @@ -0,0 +1,11 @@ +{ + "description": "Santito's Personal Site", + "repo": "https://github.com/DevSantito/devsantito.github.io", + "owner": { + "username": "DevSantito", + "email": "devsantito@gmail.com" + }, + "record": { + "CNAME": "devsantito.github.io" + } + } diff --git a/domains/sarnax.json b/domains/sarnax.json deleted file mode 100644 index 9556034f2..000000000 --- a/domains/sarnax.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Made for beauty", - "repo": "https://github.com/SarnaxLii/sarnax.github.io", - "owner": { - "username": "Sarnax", - "email": "SarnaxOfficial@protonmail.com" - }, - "record": { - "CNAME": "sarnax.github.io" - } -} diff --git a/domains/sea-shell.jj.json b/domains/sea-shell.jj.json index c2cf1087e..b83d36489 100644 --- a/domains/sea-shell.jj.json +++ b/domains/sea-shell.jj.json @@ -6,6 +6,6 @@ "email": "jj@jj.is-a.dev" }, "record": { - "A": ["35.230.85.45"] + "CNAME": "site-production-be0d.up.railway.app" } } diff --git a/domains/search.thomasc.json b/domains/search.thomasc.json new file mode 100644 index 000000000..2d8e4ec8c --- /dev/null +++ b/domains/search.thomasc.json @@ -0,0 +1,11 @@ +{ + "description": "Hopefully Thomas Croft's is-a.dev Whoogle instance", + "repo": "https://replit.com/@thomascf/whoogle", + "owner": { + "username": "thomascf", + "email": "thomas.croft@pm.me" + }, + "record": { + "CNAME": "7c73f282-d33b-4a1d-b36e-bf6da5155d55.id.repl.co" + } + } diff --git a/domains/semant.json b/domains/semant.json index d05aa0264..1890cc030 100644 --- a/domains/semant.json +++ b/domains/semant.json @@ -1,11 +1,23 @@ { "description": "Semant's Website", - "repo": "https://github.com/semant-panda/semant-panda.github.io", + "repo": "https://github.com/bad-boy-codes/bad-boy-codes.github.io", "owner": { - "username": "semant", - "email": "semantkumarpanda123@gmail.com" + "username": "bad-boy-codes", + "email": "sonupanda078@gmail.com", + "discord": "Bad Boy Plays#9608", + "note": "My Discord ID is 445073800850046977." }, "record": { - "CNAME": "semant.up.railway.app" + "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/shaunak.json b/domains/shaunak.json new file mode 100644 index 000000000..f947e4686 --- /dev/null +++ b/domains/shaunak.json @@ -0,0 +1,11 @@ +{ + "description": "my .is-a.dev domain", + "repo": "https://github.com/Shaunak-Pandya.github.io", + "owner": { + "username": "Shaunak-Pandya", + "email": "shaunak.n.pandya@gmail.com" + }, + "record": { + "CNAME": "shaunak-pandya.github.io" + } +} diff --git a/domains/skduck.json b/domains/skduck.json new file mode 100644 index 000000000..a2b497bfb --- /dev/null +++ b/domains/skduck.json @@ -0,0 +1,15 @@ +{ + "description": "my em@il forwarder", + "owner": { + "username": "MaskDuck", + "email": "m@skduck.is-a.dev", + "discord": "MaskDuck#1337", + "twitter": "MaskDuck1", + "reddit": "u/maskduck", + "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586." + }, + "record": { + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=it-is@too-obvious-that.maskduck.is-a.dev" + } +} diff --git a/domains/sonu.json b/domains/sonu.json new file mode 100644 index 000000000..eeeeeda29 --- /dev/null +++ b/domains/sonu.json @@ -0,0 +1,11 @@ +{ + "description": "Sonu's Website", + "repo": "https://github.com/Bad-Boy-Codes/bad-boy-codes.github.io", + "owner": { + "username": "bad-boy-codes", + "email": "sonupanda078@gmail.com" + }, + "record": { + "CNAME": "semant-panda.github.io" + } +} diff --git a/domains/specteado.json b/domains/specteado.json new file mode 100644 index 000000000..7dcf6f3c9 --- /dev/null +++ b/domains/specteado.json @@ -0,0 +1,11 @@ +{ + "description": "Specteado's portfolio!", + "repo": "https://github.com/Specteado/specteado.github.io", + "owner": { + "username": "Specteado", + "email": "jusefmasabanda10@gmail.com" + }, + "record": { + "CNAME": "specteado.github.io" + } +} diff --git a/domains/splatterxl.json b/domains/splatterxl.json new file mode 100644 index 000000000..0c1ec8990 --- /dev/null +++ b/domains/splatterxl.json @@ -0,0 +1,12 @@ +{ + "description": "Splatterxl's very cool site", + "repo": "https://github.com/splatterxl/splatterxl.github.io", + "owner": { + "username": "splatterxl", + "email": "splatterxl@outlook.ie", + "twitter": "splatterxlisdum" + }, + "record": { + "CNAME": "splatterxl.github.io" + } +} diff --git a/domains/spud.json b/domains/spud.json new file mode 100644 index 000000000..07811ea16 --- /dev/null +++ b/domains/spud.json @@ -0,0 +1,11 @@ +{ + "description": "My own personal portfolio as a developer", + "repo": "https://github.com/MrPotato30/mrotato30.github.io", + "owner": { + "username": "mrpotato30", + "email": "fahrelrizal08@gmail.com" + }, + "record": { + "CNAME": "mrpotato30.github.io" + } +} diff --git a/domains/status.mousemoosz.json b/domains/status.mousemoosz.json new file mode 100644 index 000000000..dcbda452d --- /dev/null +++ b/domains/status.mousemoosz.json @@ -0,0 +1,10 @@ +{ + "description": "For statuspage", + "owner": { + "username": "MouseMoosz", + "email": "mousemoosz@protonmail.com" + }, + "record": { + "CNAME": "mousemoosz.statuspage.io" + } +} diff --git a/domains/suryaansh.json b/domains/suryaansh.json new file mode 100644 index 000000000..1ca18f4fc --- /dev/null +++ b/domains/suryaansh.json @@ -0,0 +1,11 @@ +{ + "description": "suryaansh's personal site", + "repo": "https://github.com/suryaanshah/suryaanshah.github.io", + "owner": { + "username": "suryaanshah", + "email": "suryaanshchawla@gmail.com" + }, + "record": { + "CNAME": "suryaanshah.github.io" + } +} diff --git a/domains/suzumi.badboy.json b/domains/suzumi.badboy.json index 8c517b5d1..c7f7e60ef 100644 --- a/domains/suzumi.badboy.json +++ b/domains/suzumi.badboy.json @@ -6,6 +6,6 @@ "email": "badboyplays9999@gmail.com" }, "record": { - "CNAME": "suzumi.up.railway.app" + "CNAME": "eae8cbdf-2582-400d-8f63-beef5acd45bb.id.repl.co" } } diff --git a/domains/svloog.json b/domains/svloog.json new file mode 100644 index 000000000..ce357d37f --- /dev/null +++ b/domains/svloog.json @@ -0,0 +1,12 @@ +{ + "description": "just gonna put some projects here idk thought this might be cool to add some personality", + "repo": "https://github.com/slvoog/slvoog.github.io", + "owner": { + "username": "slvoog", + "email": "svloogz@gmail.com", + "twitter": "svloogz" + }, + "record": { + "CNAME": "slvoog.github.io" + } +} diff --git a/domains/sx9.json b/domains/sx9.json new file mode 100644 index 000000000..a3897de71 --- /dev/null +++ b/domains/sx9.json @@ -0,0 +1,14 @@ +{ + "description": "SX's Website", + "repo": "https://sx-9.github.io", + "owner": { + "username": "SX-9", + "twitter": "SX_Discord", + "discord": "SX-Spy-Agent#1377", + "email": "sx-91@outlook.com", + "note": "Im Trying Some Hosting Providers For My Website So You Might Get A Lot Of Pull Requests From Me" + }, + "record": { + "CNAME": "sx-9.github.io" + } +} diff --git a/domains/syahiramali.json b/domains/syahiramali.json new file mode 100644 index 000000000..c7c937927 --- /dev/null +++ b/domains/syahiramali.json @@ -0,0 +1,11 @@ +{ + "description": "syahirAmali Portfolio", + "repo": "https://github.com/syahirAmali/syahirAmali.github.io", + "owner": { + "username": "syahirAmali", + "email": "syahiramali@gmail.com" + }, + "record": { + "CNAME": "syahiramali.github.io" + } + } diff --git a/domains/tagbot.maskduck.json b/domains/tagbot.maskduck.json new file mode 100644 index 000000000..909c18865 --- /dev/null +++ b/domains/tagbot.maskduck.json @@ -0,0 +1,15 @@ +{ + "description": "HTTP command handler for my bot", + "repo": "https://github.com/MaskDuck/tag_bot", + "owner": { + "username": "MaskDuck", + "email": "", + "discord": "MaskDuck#1337", + "twitter": "MaskDuck1", + "reddit": "u/maskduck", + "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586." + }, + "record": { + "CNAME": "tagbot-production-bef9.up.railway.app" + } +} diff --git a/domains/tanu.json b/domains/tanu.json new file mode 100644 index 000000000..4833a5f4a --- /dev/null +++ b/domains/tanu.json @@ -0,0 +1,12 @@ +{ + "description": "Tanu's Website", + "repo": "https://github.com/desktopdotini/desktopdotini.github.io", + "owner": { + "username": "desktopdotini", + "email": "cloneyinnit@gmail.com", + "twitter": "tanumakescode" + }, + "record": { + "CNAME": "desktopdotini.github.io" + } + } \ No newline at end of file diff --git a/domains/tclement0922.json b/domains/tclement0922.json new file mode 100644 index 000000000..b5645db9f --- /dev/null +++ b/domains/tclement0922.json @@ -0,0 +1,11 @@ +{ + "description": "tclement0922's personal site", + "repo": "https://github.com/tclement0922/tclement0922.github.io", + "owner": { + "username": "tclement0922", + "email": "dev.tclement0922@gmail.com" + }, + "record": { + "CNAME": "tclement0922.github.io" + } + } diff --git a/domains/terminal.sea-shells.jj.json b/domains/terminal.sea-shells.jj.json index a073f043d..b260aa518 100644 --- a/domains/terminal.sea-shells.jj.json +++ b/domains/terminal.sea-shells.jj.json @@ -6,6 +6,6 @@ "email": "jj@jj.is-a.dev" }, "record": { - "A": ["35.230.85.45"] + "CNAME": "online-terminal-production.up.railway.app" } } diff --git a/domains/terroid.json b/domains/terroid.json new file mode 100644 index 000000000..e21dc54ac --- /dev/null +++ b/domains/terroid.json @@ -0,0 +1,12 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/skandabhairava/skandabhairava.github.io", + "owner": { + "username": "skandabhairava", + "email": "skandabhairava@gmail.com", + "twitter": "TerroidYT" + }, + "record": { + "CNAME": "skandabhairava.github.io" + } +} diff --git a/domains/thecashewtrader.json b/domains/thecashewtrader.json deleted file mode 100644 index 3713b79b9..000000000 --- a/domains/thecashewtrader.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "description": "Fullstack MERN + NestJS + SvelteKit + TailwindCSS + BEM CSS developer.", - "repo": "https://gitlab.com/thecashewtrader/thecashewtrader.gitlab.io", - "owner": { - "username": "thecashewtrader", - "email": "thecashewtrader@protonmail.com", - "matrix": "@thecashewtrader:matrix.org", - "xmpp": "thecashewtrader@01337.io" - }, - "record": { - "A": ["35.185.44.232"], - "TXT": "_gitlab-pages-verification-code.thecashewtrader.is-a.dev TXT gitlab-pages-verification-code=56767e24e22f6b5d40d71be1eca3b908" - } -} diff --git a/domains/thecode-breaker.json b/domains/thecode-breaker.json new file mode 100644 index 000000000..d1d9b37ec --- /dev/null +++ b/domains/thecode-breaker.json @@ -0,0 +1,11 @@ +{ + "description": "Link for Adarsh's personal site on GitHub pages", + "repo": "https://github.com/theCode-Breaker/theCode-Breaker.github.io/", + "owner": { + "username": "theCode-Breaker", + "email": "limit6@protonmail.com" + }, + "record": { + "CNAME": "thecode-breaker.github.io" + } +} diff --git a/domains/thomas.json b/domains/thomas.json new file mode 100644 index 000000000..28cefa250 --- /dev/null +++ b/domains/thomas.json @@ -0,0 +1,12 @@ +{ + "description": "My personal portfolio as a programming language designer and developer.", + "repo": "https://github.com/thomasvergne/thomasvergne.github.io", + "owner": { + "username": "thomasvergne", + "email": "thomas.vergne.contact@gmail.com", + "twitter": "thomasvergne_" + }, + "record": { + "CNAME": "thomasvergne.github.io" + } +} diff --git a/domains/thomasc.json b/domains/thomasc.json new file mode 100644 index 000000000..0ad0adbd4 --- /dev/null +++ b/domains/thomasc.json @@ -0,0 +1,11 @@ +{ + "description": "Hopefully Thomas Croft's is-a.dev site", + "repo": "https://github.com/thomascf/thomascf.github.io", + "owner": { + "username": "thomascf", + "email": "thomas.croft@pm.me" + }, + "record": { + "CNAME": "thomascf.github.io" + } + } \ No newline at end of file diff --git a/domains/too-obvious-that.maskduck.json b/domains/too-obvious-that.maskduck.json new file mode 100644 index 000000000..9d6673904 --- /dev/null +++ b/domains/too-obvious-that.maskduck.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "MaskDuck", + "email": "", + "discord": "MaskDuck#1337", + "twitter": "MaskDuck1", + "reddit": "u/maskduck", + "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586." + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/trug.json b/domains/trug.json new file mode 100644 index 000000000..3b308c600 --- /dev/null +++ b/domains/trug.json @@ -0,0 +1,11 @@ +{ + "description": "Hello", + "repo": "https://github.com/vietrux/main", + "owner": { + "username": "vietrux", + "email": "leviettrung.social@gmail.com" + }, + "record": { + "CNAME": "vietrux.github.io" + } +} diff --git a/domains/vaibhav.json b/domains/vaibhav.json new file mode 100644 index 000000000..ebfbf6622 --- /dev/null +++ b/domains/vaibhav.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Vaibhav-Kashyap", + "email": "", + "discord": "Vaibhav Kashyap#5747" + }, + "record": { + "A": ["35.186.245.55"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/vlab.json b/domains/vlab.json new file mode 100644 index 000000000..5547a8b9d --- /dev/null +++ b/domains/vlab.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/natura4917/", + "owner": { + "username": "natura4917", + "email": "natura4917@gmail.com" + }, + "record": { + "A": ["152.67.216.65"] + } +} diff --git a/domains/wassim.json b/domains/wassim.json new file mode 100644 index 000000000..73e182235 --- /dev/null +++ b/domains/wassim.json @@ -0,0 +1,11 @@ +{ + "description": "Github profile of wassimbenzarti", + "repo": "https://github.com/wassimbenzarti", + "owner": { + "username": "wassimbenzarti", + "email": "wass11121996@gmail.com" + }, + "record": { + "CNAME": "wassimbenzarti.github.io" + } +} diff --git a/domains/wbalaile.json b/domains/wbalaile.json index fcbc43aea..dce4b9dd4 100644 --- a/domains/wbalaile.json +++ b/domains/wbalaile.json @@ -7,6 +7,6 @@ "twitter": "wilby_mj" }, "record": { - "CNAME": "wbalaile.kiganjani.co.tz" + "CNAME": "wilby-mj.github.io" } } diff --git a/domains/web.json b/domains/web.json index a4aad46f2..cac8f43f9 100644 --- a/domains/web.json +++ b/domains/web.json @@ -4,6 +4,6 @@ "email": "lellis2x@gmail.com" }, "record": { - "CNAME": "vmi629745.contaboserver.net" + "A": ["144.21.63.181"] } } diff --git a/domains/whine.json b/domains/whine.json index 4f2c7e8d5..0ba3e78c8 100644 --- a/domains/whine.json +++ b/domains/whine.json @@ -1,12 +1,22 @@ { - "owner": { - "username": "whinee", - "email": "", - "twitter": "whi_nyaan" - }, "description": "whi_ne's personal site", "repo": "https://github.com/whinee/whinee.github.io", + "owner": { + "username": "whinee", + "email": "", + "twitter": "whi_nyaan" + }, "record": { - "CNAME": "whinee.github.io" + "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" } -} +} \ No newline at end of file diff --git a/domains/win11.notaperson535.json b/domains/win11.notaperson535.json new file mode 100644 index 000000000..f27c20197 --- /dev/null +++ b/domains/win11.notaperson535.json @@ -0,0 +1,11 @@ +{ + "description": "My windows 11 in HTML", + "repo": "https://github.com/notAperson535/Win11-HTML", + "owner": { + "username": "notAperson535", + "email": "notAperson939@gmail.com" + }, + "record": { + "CNAME": "notAperson535.github.io" + } +} diff --git a/domains/xkubsoneq.json b/domains/xkubsoneq.json index 3dbd3ff6b..9e8b13d90 100644 --- a/domains/xkubsoneq.json +++ b/domains/xkubsoneq.json @@ -7,6 +7,6 @@ "twitter": "undef1n3d_" }, "record": { - "URL": "https://pomocnikbot.pl/aboutdeveloper" + "URL": "https://pomocnikbot.pl/dev/socials" } } diff --git a/domains/yanmaker.json b/domains/yanmaker.json new file mode 100644 index 000000000..09f2bd9ab --- /dev/null +++ b/domains/yanmaker.json @@ -0,0 +1,11 @@ +{ + "description": "My about me website", + "repo": "https://github.com/YanMaker/YanMaker", + "owner": { + "username": "YanMaker", + "email": "whodis2022@outlook.com" + }, + "record": { + "CNAME": "yanmaker.github.io" + } +} diff --git a/domains/yescyyt.json b/domains/yescyyt.json new file mode 100644 index 000000000..9a9232752 --- /dev/null +++ b/domains/yescyyt.json @@ -0,0 +1,12 @@ +{ + "description": "yescyyt's website (duh)", + "repo": "https://github.com/yescyyt/yescyyt.github.io", + "owner": { + "username": "yescyyt", + "email": "amberisamab@gmail.com", + "twitter": "" + }, + "record": { + "CNAME": "yescyyt.github.io" + } +} diff --git a/domains/yuukari.json b/domains/yuukari.json new file mode 100644 index 000000000..759432120 --- /dev/null +++ b/domains/yuukari.json @@ -0,0 +1,11 @@ +{ + "description": "My dev homepage, which I have publish info about me, pet/commercial projects, etc.", + "owner": { + "username": "Yuukari", + "email": "contact@yuukari.is-a.dev", + "telegram": "@iamyuukari" + }, + "record": { + "CNAME": "n93071dj.beget.tech" + } +} \ No newline at end of file diff --git a/domains/zero.json b/domains/zero.json new file mode 100644 index 000000000..c7af9f358 --- /dev/null +++ b/domains/zero.json @@ -0,0 +1,11 @@ +{ + "description": "My personal developer portfolio.", + "repo": "https://github.com/CoderPopCat/coderpopcat.github.io", + "owner": { + "username": "CoderPopCat", + "email": "zerotwo@popcat.xyz" + }, + "record": { + "CNAME": "coderpopcat.github.io" + } +} diff --git a/domains/zerotwo.json b/domains/zerotwo.json index 155bc7092..191503615 100644 --- a/domains/zerotwo.json +++ b/domains/zerotwo.json @@ -1,11 +1,11 @@ { - "description": "The site for ZeroTwo's docs.", - "repo": "https://github.com/ZeroTwoDev", + "description": "landing site for zerotwo, the discord bot.", + "repo": "https://github.com/ZeroTwoDiscord/zerotwodiscord.github.io", "owner": { - "username": "ZeroTwoDev", - "email": "halil_ismail@yahoo.com" + "username": "ConnorDoesDev", + "email": "connordoesdev@gmail.com / connor@zerotwo.sytes.net" }, "record": { - "CNAME": "zerotwodev.github.io" + "CNAME": "zerotwodiscord.github.io" } } diff --git a/domains/zishan.json b/domains/zishan.json new file mode 100644 index 000000000..d49be3d94 --- /dev/null +++ b/domains/zishan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "notzishan", + "discord": "LukeLy#8025", + "email": "rizwankhan28081979@gmail.com" + }, + "record": { + "CNAME": "542e524c-fe94-4ee5-b51a-7ef228234d95.id.repl.co" + } +} diff --git a/domains/ziue.json b/domains/ziue.json new file mode 100644 index 000000000..808003d65 --- /dev/null +++ b/domains/ziue.json @@ -0,0 +1,11 @@ +{ + "description": "Link to my github", + "owner": { + "username": "ziuee", + "email": "", + "discord": "ziue#8495" + }, + "record": { + "CNAME": "ziuee.github.io" + } +}