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

Discord

+## BETA service +Try our new beta service to easily register the subdomain of your choice. Visit: https://open-beta.is-a.dev/ + + ## How do I register? * [Fork](https://github.com/is-a-dev/register/fork) this repository. * Add a new `domains/your-domain-name.json` file directory to register `your-domain-name.is-a.dev`. -* [Read the docs](https://docs.is-a.dev). +* [Read the docs](https://is-a.dev/docs). * The PR will be reviewed and merged. * After merging, the changes will take effect within a day! * That's it! Done! Now go show off your cool `.is-a.dev` domain! diff --git a/domains/00001.json b/domains/00001.json new file mode 100644 index 000000000..9aef9da6d --- /dev/null +++ b/domains/00001.json @@ -0,0 +1,11 @@ +{ + "description": "SatyamV7.is-a.dev", + "repo": "https://github.com/SatyamV7/SatyamV7.github.io", + "owner": { + "username": "SatyamV7", + "email": "satyamverma46@outlook.com" + }, + "record": { + "CNAME": "SatyamV7.github.io" + } +} diff --git a/domains/18o4.json b/domains/18o4.json new file mode 100644 index 000000000..5e20f0c1a --- /dev/null +++ b/domains/18o4.json @@ -0,0 +1,13 @@ +{ + "description": "redirects to my website", + "repo": "https://github.com/18o4/18o4.github.io", + "owner": { + "username": "18o4", + "email": "", + "discord": "18O4#4350", + "discordUserID": "279894305630453760" + }, + "record": { + "URL": "https://18o4.tk" + } +} diff --git a/domains/600.json b/domains/600.json new file mode 100644 index 000000000..a8d626411 --- /dev/null +++ b/domains/600.json @@ -0,0 +1,10 @@ +{ + "repo":"https://github.com/5rq/5rq.github.io", + "owner":{ + "username":"5rq", + "email":"600@fbi.ac" + }, + "record":{ + "CNAME":"5rq.github.io" + } +} diff --git a/domains/@.json b/domains/@.json index c5ab89f8f..674d239c4 100644 --- a/domains/@.json +++ b/domains/@.json @@ -7,6 +7,6 @@ }, "record": { "URL": "http://www.is-a.dev", - "TXT": "google-site-verification=D3irdQ7pd-lyVSPbjEJEAWILcploozBksfNWNuqKd9U" + "TXT": "google-site-verification=jxUxBquLRsSLsUNUqYYB3EfN7X_IuVZ5Ff-ZfElMBOQ" } } diff --git a/domains/abhishekkumar.json b/domains/abhishekkumar.json new file mode 100644 index 000000000..81ca81759 --- /dev/null +++ b/domains/abhishekkumar.json @@ -0,0 +1,11 @@ +{ + "description": "Abhishek's personal developer website", + "repo": "https://github.com/Abhishek-569", + "owner": { + "username": "Abhishek-569", + "email": "akabhishek4444@gmail.com" + }, + "record": { + "URL": "https://akabhishek4444.wixsite.com/abhishek-kumar" + } +} diff --git a/domains/acey.json b/domains/acey.json index 6bed2cef3..43405681e 100644 --- a/domains/acey.json +++ b/domains/acey.json @@ -1,12 +1,15 @@ { + "repo": "https://github.com/AceyDoCodes", + "description": "Email ;-;", "owner": { "username": "AceyDoCodes", - "email": "aceygoesboom@gmail.com", - "discord": "AceyGoesBoom#3141" + "email": "aceygoesboom@gmail.com" }, - "description": "Personal website stuff ;-;", - "repo": "https://github.com/AceyDoCodes", "record": { - "CNAME": "acey.up.railway.app" + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/ahmedashraf.json b/domains/ahmedashraf.json new file mode 100644 index 000000000..382661f1f --- /dev/null +++ b/domains/ahmedashraf.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio", + "repo": "https://github.com/AhmedrAshraf/ahmedrashraf", + "owner": { + "username": "ahmedrashraf", + "email": "ahmedr.0331@gmail.com" + }, + "record": { + "CNAME": "ahmedrashraf.github.io" + } +} diff --git a/domains/aizawakiyaworu.json b/domains/aizawakiyaworu.json new file mode 100644 index 000000000..75ae335b7 --- /dev/null +++ b/domains/aizawakiyaworu.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "mhmdysf", + "email": "muhammadyusuf1325@smp.belajar.id" + }, + "record": { + "URL": "https://linktr.ee/aizawakiyaworu" + } + } + diff --git a/domains/amarjeet.json b/domains/amarjeet.json index b8a105680..c2d8bdb11 100644 --- a/domains/amarjeet.json +++ b/domains/amarjeet.json @@ -1,9 +1,9 @@ { "owner": { - "username": "amarjeetmalpotra", + "username": "amalpotra", "email": "amarjeetmalpotra@outlook.com" }, "record": { - "CNAME": "amarjeetmalpotra.github.io" + "CNAME": "amalpotra.github.io" } } diff --git a/domains/anamay.json b/domains/anamay.json new file mode 100644 index 000000000..95bc7390a --- /dev/null +++ b/domains/anamay.json @@ -0,0 +1,11 @@ +{ + "description": "Anamay's .is-a.dev domain", + "repo": "https://github.com/anamaykashiv/anamaykashiv.github.io", + "owner": { + "username": "anamaykashiv", + "email": "kashiv.anamay002@gmail.com" + }, + "record": { + "CNAME": "anamaykashiv.github.io" + } + } diff --git a/domains/andremor.json b/domains/andremor.json new file mode 100644 index 000000000..3bf00c31f --- /dev/null +++ b/domains/andremor.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "AndreMor8", + "email": "me@andremor.dev" + }, + "record": { + "URL": "https://andremor.dev" + } + } + \ No newline at end of file diff --git a/domains/anger.json b/domains/anger.json new file mode 100644 index 000000000..2f5e54211 --- /dev/null +++ b/domains/anger.json @@ -0,0 +1,13 @@ +{ + "description": "Will be used to show my page showing stuff about me", + "repo": "https://github.com/angerminecraftyt/aboutme", + "owner": { + "username": "AngerminecraftYT", + "email": "", + "discord": "AngerMinecraftYT#3051" + }, + "record": { + "CNAME": "angerminecraftyt.github.io" + } +} + diff --git a/domains/api-kyouka.json b/domains/api-kyouka.json new file mode 100644 index 000000000..bbe4a625e --- /dev/null +++ b/domains/api-kyouka.json @@ -0,0 +1,11 @@ +{ + "description": "APIKEY KYOUKA | SHIORI BOT", + "repo": "https://github.com/Yuri-Neko", + "owner": { + "username": "Yuri-Neko", + "email": "apikeykyouka@gmail.com" + }, + "record": { + "CNAME": "kyouka-apis.herokuapp.com" + } +} diff --git a/domains/api.saml.json b/domains/api.saml.json new file mode 100644 index 000000000..69d2334e1 --- /dev/null +++ b/domains/api.saml.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Website's API", + "owner": { + "username": "SamDev-7", + "email": "", + "discord": "SamDev7#1767" + }, + "record": { + "CNAME": "bfc09d50-652a-454d-8135-5f3b323998bd.id.repl.co" + } +} \ No newline at end of file diff --git a/domains/applesfruit.json b/domains/applesfruit.json new file mode 100644 index 000000000..807e8b314 --- /dev/null +++ b/domains/applesfruit.json @@ -0,0 +1,12 @@ +{ + "description": "Personal portfolio page with my recent and past projects, experiences, and more.", + "repo": "https://github.com/applesfruit/applesfruit.github.io", + "owner": { + "username": "applesfruit", + "email": "arya.kshipra@gmail.com", + "discord": "fruits#1845" + }, + "record": { + "CNAME": "applesfruit.github.io" + } +} diff --git a/domains/archelaus.json b/domains/archelaus.json new file mode 100644 index 000000000..39e9f2e0c --- /dev/null +++ b/domains/archelaus.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/archelaus/archelaus.github.io", + "owner": { + "username": "archelaus", + "email": "aa.18cs02@thdcihet.ac.in" + }, + "record": { + "CNAME": "archelaus.github.io" + } +} diff --git a/domains/ari.json b/domains/ari.json index 68f02077d..dd8e98c8a 100644 --- a/domains/ari.json +++ b/domains/ari.json @@ -6,6 +6,6 @@ "email": "rayhanadev@protonmail.com" }, "record": { - "URL": "http://furret.codes" + "CNAME": "edge.redirect.pizza" } } diff --git a/domains/asp.json b/domains/asp.json new file mode 100644 index 000000000..643ba0d9f --- /dev/null +++ b/domains/asp.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "aspekts", + "email": "marcus.kamuntu@gmail.com" + }, + "record": { + "CNAME": "29e1a02d-9848-4f80-845e-74cb27d553b3.id.repl.co" + } + } + \ No newline at end of file diff --git a/domains/authorises.json b/domains/authorises.json new file mode 100644 index 000000000..3396108d2 --- /dev/null +++ b/domains/authorises.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio", + "repo": "https://github.com/Authorises/authorises.github.io", + "owner": { + "username": "authorises", + "email": "authorises_alt@outlook.com" + }, + "record": { + "CNAME": "authorises.github.io" + } +} diff --git a/domains/ave.json b/domains/ave.json index f7afb1d3c..a288ba5e6 100644 --- a/domains/ave.json +++ b/domains/ave.json @@ -3,8 +3,7 @@ "repo": "https://github.com/ayvacs/ayvacs.github.io", "owner": { "username": "ayvacs", - "email": "ayvacs@protonmail.com", - "twitter": "ayvacs_" + "email": "ayvacs@proton.me" }, "record": { "CNAME": "ayvacs.github.io" diff --git a/domains/ax.json b/domains/ax.json new file mode 100644 index 000000000..4fb9067e6 --- /dev/null +++ b/domains/ax.json @@ -0,0 +1,11 @@ +{ + "description": "Ax's Portfolio", + "repo": "https://github.com/ax-a-dev", + "owner": { + "username": "ax-a-dev", + "email": "ax_a_dev#3122" + }, + "record": { + "URL":"https://axdev.vercel.app" + } +} diff --git a/domains/axd.json b/domains/axd.json new file mode 100644 index 000000000..eb11f6a16 --- /dev/null +++ b/domains/axd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alexdhg", + "email": "me@alexdhg.com" + }, + "record": { + "URL": "https://alexdhg.com" + } +} diff --git a/domains/ayush.json b/domains/ayush.json new file mode 100644 index 000000000..54169c393 --- /dev/null +++ b/domains/ayush.json @@ -0,0 +1,12 @@ +{ + "description": "My Website", + "repo": "https://github.com/Itzayushzz/Itzayushzz.github.io", + "owner": { + "username": "Itzayushzz", + "email": "", + "discord": "Ayush_Ezz#6057" + }, + "record": { + "CNAME": "itzayushzz.github.io" + } +} diff --git a/domains/baijiu.yec.json b/domains/baijiu.yec.json new file mode 100644 index 000000000..02420e017 --- /dev/null +++ b/domains/baijiu.yec.json @@ -0,0 +1,11 @@ +{ + "description": "baijiu.yec", + "repo": "https://github.com/twentwo/baijiu.yec", + "owner": { + "username": "twentwo", + "email": "joneyee22@qq.com" + }, + "record": { + "URL": "https://twentwo.github.io/baijiu.yec" + } +} diff --git a/domains/bear.json b/domains/bear.json index b66b74ec9..9109f56fe 100644 --- a/domains/bear.json +++ b/domains/bear.json @@ -1,9 +1,10 @@ { "description": "Bear's Portfolio Website", - "repo": "https://github.com/bearts/PortFolio", - "owner": { - "username": "bearts", - "email": "bearjs@protonmail.com" + "repo": "https://github.com/bearts/bearts.github.io", + "owner": { + "username": "bearts", + "email": "anujparihar@yahoo.com", + "twitter": "anujpflash" }, "record": { "CNAME": "bearts.github.io" diff --git a/domains/beta.auth.json b/domains/beta.auth.json new file mode 100644 index 000000000..e8bb2b5cd --- /dev/null +++ b/domains/beta.auth.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "andrewstech", + "email": "andrew@win11react.com" + }, + "record": { + "A": ["199.36.158.100"] + } + } + \ No newline at end of file diff --git a/domains/beta.json b/domains/beta.json new file mode 100644 index 000000000..151a0e236 --- /dev/null +++ b/domains/beta.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "andrewstech", + "email": "andrew@win11react.com" + }, + "record": { + "URL": "https://open-beta.is-a.dev/" + } + } + \ No newline at end of file diff --git a/domains/bimal.json b/domains/bimal.json new file mode 100644 index 000000000..9f69d553d --- /dev/null +++ b/domains/bimal.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website goes here", + "repo": "https://github.com/bimal-inc/bimal-inc.github.io", + "owner": { + "username": "bimal-inc", + "email": "bimalyadavemail7@gmail.com", + "twitter": "@bimalinc" + }, + "record": { + "CNAME": "bimal-inc.github.io" + } +} diff --git a/domains/cc.json b/domains/cc.json new file mode 100644 index 000000000..532b22dd8 --- /dev/null +++ b/domains/cc.json @@ -0,0 +1,12 @@ +{ + "description": "A subdomain for iamcc.github.io", + "repo": "https://github.com/iamcc/iamcc.github.io", + "owner": { + "username": "iamcc", + "email": "sic.hcq@gmail.com", + "twitter": "arm_cc" + }, + "record": { + "CNAME": "iamcc.github.io" + } +} diff --git a/domains/checkmate-os.sx9.json b/domains/checkmate-os.sx9.json new file mode 100644 index 000000000..0efaa1984 --- /dev/null +++ b/domains/checkmate-os.sx9.json @@ -0,0 +1,13 @@ +{ + "description": "CheckMateOS", + "repo": "https://sx-9.github.io/sx-web-os", + "owner": { + "username": "SX-9", + "twitter": "SX_Discord", + "discord": "SX-Spy-Agent#1377", + "email": "sx-91@outlook.com" + }, + "record": { + "CNAME": "sx-9.github.io" + } +} diff --git a/domains/cisco.json b/domains/cisco.json new file mode 100644 index 000000000..bca5b7fcd --- /dev/null +++ b/domains/cisco.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "franpessoa", + "email": "frandevacc@gmail.com" + }, + "record": { + "CNAME": "frandevacc.bearblog.dev" + } +} diff --git a/domains/cloud.json b/domains/cloud.json new file mode 100644 index 000000000..e46e0cb7e --- /dev/null +++ b/domains/cloud.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "adarsh-goel", + "email": "adarsh.goel05@gmail.com" + }, + "record": { + "CNAME": "91afb326-7cc2-4a86-bc00-49da7755a6b4.id.repl.co" + } + } + \ No newline at end of file diff --git a/domains/codewhiteweb.json b/domains/codewhiteweb.json new file mode 100644 index 000000000..ace90f3e8 --- /dev/null +++ b/domains/codewhiteweb.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "CodeWhiteWeb", + "email": "web.codewhite@gmail.com", + "twitter": "CodeWhiteWeb1", + "instagram": "CodeWhiteWeb" + }, + "record": { + "URL": "https://codewhiteweb.cf" + } +} diff --git a/domains/creve.json b/domains/creve.json new file mode 100644 index 000000000..9b06405fc --- /dev/null +++ b/domains/creve.json @@ -0,0 +1,11 @@ +{ + "description": "My site ig", + "owner": { + "username": "Creveoolus", + "email": "", + "discord": "Creve#0727" + }, + "record": { + "CNAME": "shielded-turnip-jvcv0g342r3gnbht5wr9tpio.herokudns.com" + } +} diff --git a/domains/cucusise.json b/domains/cucusise.json new file mode 100644 index 000000000..9d55e8185 --- /dev/null +++ b/domains/cucusise.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Cucusise", + "email": "cucusise@gmail.com" + }, + "record": { + "CNAME": "cucusise.github.io" + } + } + \ No newline at end of file diff --git a/domains/cycno.json b/domains/cycno.json new file mode 100644 index 000000000..ff6543c4f --- /dev/null +++ b/domains/cycno.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "CYCNO", + "email": "daniyalchunna2@gmail.com" + }, + "record": { + "CNAME": "cycno.github.io" + } + } + \ No newline at end of file diff --git a/domains/dainfloop.json b/domains/dainfloop.json index 0d83f0b1f..59da615b2 100644 --- a/domains/dainfloop.json +++ b/domains/dainfloop.json @@ -5,10 +5,6 @@ }, "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "CNAME": "ea1ab2ec-071c-45d5-8455-bfdecf9fb1b1.id.repl.co" } } diff --git a/domains/danielclarke.json b/domains/danielclarke.json new file mode 100644 index 000000000..3e860a22f --- /dev/null +++ b/domains/danielclarke.json @@ -0,0 +1,11 @@ +{ + "description": "Daniel Clarke's website", + "repo": "https://github.com/DanielWilliamClarke/Cujo", + "owner": { + "username": "DanielWilliamClarke", + "email": "clarkit@gmail.com" + }, + "record": { + "URL": "https://danielclarke.tech" + } +} \ No newline at end of file diff --git a/domains/dannydandan.json b/domains/dannydandan.json new file mode 100644 index 000000000..6aafdcde0 --- /dev/null +++ b/domains/dannydandan.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "daanschenkel", + "email": "daan@daanschenkel.nl" + }, + "record": { + "CNAME": "daanschenkel.nl" + } + } + \ No newline at end of file diff --git a/domains/deoxy.json b/domains/deoxy.json new file mode 100644 index 000000000..ee3d7c750 --- /dev/null +++ b/domains/deoxy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "D3oxy", + "email": "deoxy@deoxy.tech" + }, + "record": { + "CNAME": "new.deoxy.tech" + } +} diff --git a/domains/devin.json b/domains/devin.json new file mode 100644 index 000000000..4586c4292 --- /dev/null +++ b/domains/devin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "athuldevin", + "email": "athuldevin@gmail.com" + }, + "record": { + "A": ["140.238.255.16"] + } +} diff --git a/domains/dimszyxx.json b/domains/dieviel.json similarity index 84% rename from domains/dimszyxx.json rename to domains/dieviel.json index d99dca764..0deaae115 100644 --- a/domains/dimszyxx.json +++ b/domains/dieviel.json @@ -1,5 +1,5 @@ { - "description": "Dimszyxx Website", + "description": "dieViel Website", "owner": { "username": "nobuyaki", "email": "dimas2214sa@gmail.com", diff --git a/domains/docs.json b/domains/docs.json index a622eac6a..6bc7fd236 100644 --- a/domains/docs.json +++ b/domains/docs.json @@ -1,11 +1,11 @@ { "description": "Documentation website for is-a-dev/register", - "repo": "MouseMoosz/is-a-dev-docs", + "repo": "is-a-dev/docs", "owner": { "username": "@is-a-dev/maintainers", "email": "mahir@molai.dev" }, "record": { - "CNAME": "mousemoosz.github.io" + "URL": "https://is-a.dev/docs" } } diff --git a/domains/dom.json b/domains/dom.json new file mode 100644 index 000000000..a213fd9bc --- /dev/null +++ b/domains/dom.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "DominicFilice", + "email": "dominic@filiceenterprises.com" + }, + "record": { + "URL": "https://dsc.gg/minecraftanarchy" + } + } + diff --git a/domains/domin.json b/domains/domin.json index 4efeab4f7..1e7d3ef9d 100644 --- a/domains/domin.json +++ b/domains/domin.json @@ -7,7 +7,7 @@ }, "record": { "A": [ - "164.132.74.251" + "192.95.42.75" ] } -} \ No newline at end of file +} diff --git a/domains/donate.gornostay25.json b/domains/donate.gornostay25.json new file mode 100644 index 000000000..2b66adcd3 --- /dev/null +++ b/domains/donate.gornostay25.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "gornostay25", + "email": "me@gornostay25.is-a.dev" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } +} diff --git a/domains/eax.json b/domains/eax.json index e3af4cf06..8b49879e6 100644 --- a/domains/eax.json +++ b/domains/eax.json @@ -1,11 +1,11 @@ { "description": "is-a.dev website of eaxly", - "repo": "https://github.com/eaxly/eaxly.github.io", + "repo": "https://codeberg.org/eax/website", "owner": { "username": "eaxly", "email": "extinctaxolotl@protonmail.com" }, "record": { - "CNAME": "eaxly.github.io" + "CNAME": "eax.codeberg.page" } } diff --git a/domains/emily.json b/domains/emily.json new file mode 100644 index 000000000..481480df0 --- /dev/null +++ b/domains/emily.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "EmilyLove26", + "email": "EmilyLove@writeme.com", + "discord": "Emily Love#1251", + "note": "Koji Redirect" + }, + "description": "Redirects to my Koji Profile: https://koji.to/EmilyLove", + "record": { + "CNAME": "cnames.withkoji.com" + } +} diff --git a/domains/ethan.json b/domains/ethan.json new file mode 100644 index 000000000..ff47b39fc --- /dev/null +++ b/domains/ethan.json @@ -0,0 +1,10 @@ +{ + "owner":{ + "username": "Darkcoder402", + "email": "ethanrodrigues25@gmail.com", + "twitter": "EthanRo97737635" + }, + "record":{ + "CNAME":"ethan-is-a-dev.tk" + } +} diff --git a/domains/eva.json b/domains/eva.json new file mode 100644 index 000000000..b7ac01666 --- /dev/null +++ b/domains/eva.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mowatermelon", + "email": "neefoxmo@gmail.com" + }, + "record": { + "URL": "https://t.iiwhy.cn/" + } + } \ No newline at end of file diff --git a/domains/evils.json b/domains/evils.json new file mode 100644 index 000000000..c58083374 --- /dev/null +++ b/domains/evils.json @@ -0,0 +1,11 @@ +{ + "description": "Portofolio", + "repo": "https://github.com/evils7/evils7.github.io", + "owner": { + "username": "evils7", + "email": "info@evils.gay" + }, + "record": { + "CNAME": "evilssite.glitch.me" + } +} diff --git a/domains/fietu.json b/domains/fietu.json new file mode 100644 index 000000000..3a249f7e9 --- /dev/null +++ b/domains/fietu.json @@ -0,0 +1,11 @@ +{ + "description": "Fietu Website", + "repo": "https://github.com/elfietulais", + "owner": { + "username": "El Fietulais", + "email": "pancongusanos@gmail.com" + }, + "record": { + "A": ["152.70.198.159"] + } + } diff --git a/domains/frost2k5.json b/domains/frost2k5.json new file mode 100644 index 000000000..f07b37e69 --- /dev/null +++ b/domains/frost2k5.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "FrosT2k5", + "email": "androygaming@protonmail.com" + }, + "record": { + "CNAME": "frost2k5.github.io" + } +} diff --git a/domains/frostx.json b/domains/frostx.json new file mode 100644 index 000000000..996568557 --- /dev/null +++ b/domains/frostx.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "frostx-official", + "email": "denialfrostiks589@gmail.com", + "discord": "Frost X#6215", + "note": "Type in discord, i wont answer in email probably lol" + }, + "description": "Making portfolio here lol.", + "record": { + "CNAME": "frostx-official.github.io" + } +} diff --git a/domains/galacyber.json b/domains/galacyber.json new file mode 100644 index 000000000..2f969f27b --- /dev/null +++ b/domains/galacyber.json @@ -0,0 +1,12 @@ +{ + "description": "My personal portofolio", + "repo": "https://github.com/MGalaCyber/mgalacyber.github.io", + "owner": { + "username": "MGalaCyber", + "email": "", + "discord": "GalaXd#9165" + }, + "record": { + "CNAME": "mgalacyber.github.io" + } +} diff --git a/domains/georgee.json b/domains/georgee.json new file mode 100644 index 000000000..174a78729 --- /dev/null +++ b/domains/georgee.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Georgee1337", + + "email": "contact@georgexv.ru" + }, + "record": { + "URL": "https://georgexv.ru/" + } +} \ No newline at end of file diff --git a/domains/gornostay25.json b/domains/gornostay25.json index 4de2d7fc3..48cc451dc 100644 --- a/domains/gornostay25.json +++ b/domains/gornostay25.json @@ -1,9 +1,19 @@ { - "owner": { - "username": "gornostay25", - "email": "volodia.palamar25+github@gmail.com" - }, - "record": { - "CNAME": "gornostay25.github.io" - } + "owner":{ + "username":"gornostay25", + "email":"me@gornostay25.is-a.dev" + }, + "record":{ + "A":[ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "TXT":"v=spf1 include:spf.improvmx.com ~all", + "MX":[ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } } diff --git a/domains/hamza.json b/domains/hamza.json new file mode 100644 index 000000000..930529215 --- /dev/null +++ b/domains/hamza.json @@ -0,0 +1,11 @@ +{ + "description": "Hamza's website", + "owner": { + "username": "hamza8bit", + "email": "hamzabyte@gmail.com" + }, + "record": { + "CNAME": "hamza8bit.github.io" + + } +} diff --git a/domains/harjakrepp.json b/domains/harjakrepp.json new file mode 100644 index 000000000..16076dfcc --- /dev/null +++ b/domains/harjakrepp.json @@ -0,0 +1,13 @@ +{ + "description": "My personal portofolio", + "repo": "https://github.com/harjakrepp/harjakrepp.github.io", + "owner": { + "username": "Harjakrepp", + "email": "", + "discord": "harjacraft#2385", + "twitter": "@harjakrepp" + }, + "record": { + "CNAME": "harjakrepp.github.io" + } +} diff --git a/domains/hay.json b/domains/hay.json index 68f02077d..472aaa77d 100644 --- a/domains/hay.json +++ b/domains/hay.json @@ -1,11 +1,11 @@ { "description": "RayhanADev's Website!", - "repo": "https://github.com/rayhanadev/Personal-Website", + "repo": "https://github.com/rayhanadev/Personal-Website-v3", "owner": { "username": "rayhanadev", "email": "rayhanadev@protonmail.com" }, "record": { - "URL": "http://furret.codes" + "CNAME": "edge.redirect.pizza" } } diff --git a/domains/hunter.json b/domains/hunter.json new file mode 100644 index 000000000..bc3207138 --- /dev/null +++ b/domains/hunter.json @@ -0,0 +1,11 @@ +{ + "description": "Hunter Website", + "repo": "https://github.com/itshunterr", + "owner": { + "username": "Itshunterr", + "email": "itshunterr@protonmail.com" + }, + "record": { + "A": ["185.199.108.153"] + } + } diff --git a/domains/infinity.json b/domains/infinity.json new file mode 100644 index 000000000..b594d4727 --- /dev/null +++ b/domains/infinity.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Infinitybeond1", + "email": "Infinitybeond1@protonmail.com" + }, + "record": { + "CNAME": "sitev2-production.up.railway.app" + } + } + diff --git a/domains/instantnoodles.json b/domains/instantnoodles.json new file mode 100644 index 000000000..cca3695b0 --- /dev/null +++ b/domains/instantnoodles.json @@ -0,0 +1,12 @@ +{ + "description": "info@instantnoodles.is-a.dev", + "repo": "https://github.com/NoodlesDev1/Portfolio", + "owner": { + "username": "NoodlesDev1", + "email": "info@InstantNoodles.is-a.dev" + }, + "record": { + "MX": ["mx1.improvmx.com","mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/isaiahday.json b/domains/isaiahday.json index 1c91a350b..f56aa699d 100644 --- a/domains/isaiahday.json +++ b/domains/isaiahday.json @@ -1,6 +1,6 @@ { "description": "Isaiah08-D's personal website.", - "repo": "https://github.com//.github.io", + "repo": "https://github.com/Isaiah08-D/isaiah08-d.github.io", "owner": { "username": "Isaiah08-D", "email": "isaiahgrisha@gmail.com", diff --git a/domains/ivan.json b/domains/ivan.json new file mode 100644 index 000000000..db731c0e7 --- /dev/null +++ b/domains/ivan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "174n", + "email": "174n@riseup.net" + }, + "record": { + "CNAME": "alexandrov.online" + } +} \ No newline at end of file diff --git a/domains/jacobtm.json b/domains/jacobtm.json index dcb28dc3a..8cc0f7880 100644 --- a/domains/jacobtm.json +++ b/domains/jacobtm.json @@ -7,6 +7,6 @@ "twitter": "Jacob1_Tm" }, "record": { - "URL": "https://jacobtm.ga" + "URL": "https://jacobtm.tk" } } diff --git a/domains/jimscope.json b/domains/jimscope.json index f9201f644..80d7432b5 100644 --- a/domains/jimscope.json +++ b/domains/jimscope.json @@ -6,6 +6,6 @@ "email": "jimscope@protonmail.com" }, "record": { - "CNAME": "jimscope.github.io" + "CNAME": "hashnode.network" } } diff --git a/domains/joelbobanoffline.json b/domains/joelbobanoffline.json new file mode 100644 index 000000000..d2c2db96b --- /dev/null +++ b/domains/joelbobanoffline.json @@ -0,0 +1,11 @@ +{ + "description": "For Portfolio", + "repo": "https://github.com/JoelBobanOffline/JoelBobanOffline.github.io", + "owner": { + "username": "JoelBobanOffline", + "email": "joelboban2007@gmail.com" + }, + "record": { + "CNAME": "joelbobanoffline.github.io" + } +} diff --git a/domains/k4i0d.json b/domains/k4i0d.json new file mode 100644 index 000000000..5177be014 --- /dev/null +++ b/domains/k4i0d.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "kaiodcosta", + "email": "kaiod@riseup.net" + }, + "record": { + "URL": "https://kaiod.icu" + } + } + \ No newline at end of file diff --git a/domains/kaivalya.json b/domains/kaivalya.json new file mode 100644 index 000000000..67b4342c2 --- /dev/null +++ b/domains/kaivalya.json @@ -0,0 +1,11 @@ +{ + "description": "For my Personal Portfolio website", + "repo": "https://github.com/Kaivalya4/Kaivalya4.github.io", + "owner": { + "username": "Kaivalya4", + "email": "kt6819@yahoo.com" + }, + "record": { + "CNAME": "Kaivalya4.github.io" + } +} diff --git a/domains/kpopiui.json b/domains/kpopiui.json new file mode 100644 index 000000000..92ef2be26 --- /dev/null +++ b/domains/kpopiui.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Zeor154", + "email": "driop12bu@gmail.com" + }, + "record": { + "A": ["45.140.141.88"] + } + } + \ No newline at end of file diff --git a/domains/krix.json b/domains/krix.json index 6da0c8a17..a00d3cdfc 100644 --- a/domains/krix.json +++ b/domains/krix.json @@ -5,11 +5,6 @@ "email": "kristjan.kocevar89@gmail.com" }, "record": { - "A": ["35.186.245.55"], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "CNAME": "krix12.github.io" } } diff --git a/domains/kukikop.json b/domains/kukikop.json new file mode 100644 index 000000000..bc57f3884 --- /dev/null +++ b/domains/kukikop.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Zeor154", + "email": "driop12bu@gmail.com" + }, + "record": { + "A": ["45.130.141.88"] + } + } + \ No newline at end of file diff --git a/domains/laker.json b/domains/laker.json new file mode 100644 index 000000000..17cc7d4bd --- /dev/null +++ b/domains/laker.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "lxjv", + "email": "hey@laker.tech" + }, + "record": { + "CNAME": "laker.omg.lol" + } + } + \ No newline at end of file diff --git a/domains/levani.json b/domains/levani.json new file mode 100644 index 000000000..de5c18571 --- /dev/null +++ b/domains/levani.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LevaniVashadze", + "email": "vashadzelevani11@gmail.com" + }, + "record": { + "CNAME": "LevaniVashadze.github.io" + } +} diff --git a/domains/lime360.json b/domains/lime360.json index 6bc077f52..ecea5243c 100644 --- a/domains/lime360.json +++ b/domains/lime360.json @@ -2,6 +2,7 @@ "owner": { "username": "lime360", "email": "emeraldlime@protonmail.com", + "mastodon": "lime360@meow.social", "discord": "lime360#3291" }, diff --git a/domains/lintahtorrents.json b/domains/lintahtorrents.json new file mode 100644 index 000000000..89d0345a3 --- /dev/null +++ b/domains/lintahtorrents.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "meritocrazy", + "email": "lunatic@tuta.io" + }, + "record": { + "CNAME": "drives.labor.workers.dev" + } + } + \ No newline at end of file diff --git a/domains/linusx.json b/domains/linusx.json new file mode 100644 index 000000000..1481a711e --- /dev/null +++ b/domains/linusx.json @@ -0,0 +1,11 @@ +{ + "description": "Just my personal website, static on github pages. Generated with hugo", + "repo": "https://github.com/linuzzx/linuzzx.github.io", + "owner": { + "username": "linuzzx", + "email": "galaxylinus@gmail.com" + }, + "record": { + "CNAME": "linuzzx.github.io" + } +} diff --git a/domains/lyertia.json b/domains/lyertia.json index 433c615c3..076036b64 100644 --- a/domains/lyertia.json +++ b/domains/lyertia.json @@ -6,6 +6,6 @@ "email": "camahmut7@gmail.com" }, "record": { - "URL": "https://lyertia.me" + "TXT": "vc-domain-verify=lyertia.is-a.dev,f457c36e042417f3ab7f" } } diff --git a/domains/mail.acey.json b/domains/mail.acey.json deleted file mode 100644 index ea2667774..000000000 --- a/domains/mail.acey.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "owner": { - "username": "AceyDoCodes", - "email": "aceygoesboom@gmail.com", - "discord": "AceyGoesBoom#3141" - }, - "description": "Email for personal website", - "repo": "https://github.com/AceyDoCodes", - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} diff --git a/domains/minmitalso.json b/domains/mail.minmit.json similarity index 100% rename from domains/minmitalso.json rename to domains/mail.minmit.json diff --git a/domains/mail.om.json b/domains/mail.om.json deleted file mode 100644 index 2cb45d699..000000000 --- a/domains/mail.om.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "repo": "https://github.com/omxpro/portfolio-cf", - "description": "My email forwarder to discord", - "owner": { - "username": "omxpro", - "email": "omsenjalia+email@gmail.com", - "discord": "OmxproYT#1165" - }, - "record": { - "A": [ - "198.27.83.178" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} diff --git a/domains/makhbaz.json b/domains/makhbaz.json new file mode 100644 index 000000000..2536652d2 --- /dev/null +++ b/domains/makhbaz.json @@ -0,0 +1,12 @@ +{ + "description": "Makhbaz's .is-a.dev domain", + "repo": "https://github.com/Makhbaz/makhbaz.github.io", + "owner": { + "username": "Makhbaz", + "email": "makhbaz@proton.me", + "telegram": "Makhbaz" + }, + "record": { + "CNAME": "makhbaz.github.io" + } +} diff --git a/domains/malware.json b/domains/malware.json index 66b87195f..d49069f09 100644 --- a/domains/malware.json +++ b/domains/malware.json @@ -4,6 +4,6 @@ "email": "daredevil.vikrant@gmail.com" }, "record": { - "CNAME": "themalware.tk" + "URL": "https://themalware.tk" } } diff --git a/domains/mczgodpiggy.json b/domains/mczgodpiggy.json new file mode 100644 index 000000000..7369438f5 --- /dev/null +++ b/domains/mczgodpiggy.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Mczgodpiggy", + "email": "aukoeh@gmail.com" + }, + "record": { + "CNAME": "947fd546-46f4-480c-b971-ca2b663c54d8.id.repl.co" + } + } + \ No newline at end of file diff --git a/domains/mineek.json b/domains/mineek.json new file mode 100644 index 000000000..3cb4c189b --- /dev/null +++ b/domains/mineek.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website", + "repo": "https://github.com/mineek/mineek.github.io", + "owner": { + "username": "mineek", + "email": "", + "discord": "Mineek#6323" + }, + "record": { + "CNAME": "mineek.github.io" + } +} \ No newline at end of file diff --git a/domains/mkk.json b/domains/mkk.json new file mode 100644 index 000000000..c85123d13 --- /dev/null +++ b/domains/mkk.json @@ -0,0 +1,11 @@ +{ + "description": "portfolio | Urinx", + "repo": "https://github.com/urinx/urinx.github.io", + "owner": { + "username": "maokangkun", + "email": "uri.lqy@gmail.com" + }, + "record": { + "CNAME": "urinx.github.io" + } +} diff --git a/domains/morning3tar.json b/domains/morning3tar.json new file mode 100644 index 000000000..ca5e16d67 --- /dev/null +++ b/domains/morning3tar.json @@ -0,0 +1,11 @@ +{ + "description": "Morning3tar Personal Website", + "owner": { + "username": "morning3tar", + "email": "", + "discord": "Morning3tar#7388" + }, + "record": { + "CNAME": "glitch.edgeapp.net" + } +} diff --git a/domains/mousemoosz.json b/domains/mousemoosz.json deleted file mode 100644 index e18c837ff..000000000 --- a/domains/mousemoosz.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "description": "For my website", - "owner": { - "username": "MouseMoosz", - "email": "mousemoosz@protonmail.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/muheko.json b/domains/muheko.json new file mode 100644 index 000000000..94b5ccf9a --- /dev/null +++ b/domains/muheko.json @@ -0,0 +1,12 @@ +{ + "description": "My Personal Landing Page!", + "repo": "https://github.com/MuhekoNikolas/p3", + "owner": { + "username": "MuhekoNikolas", + "email": "13nikolusmuheko@gmail.com", + "twitter": "@MuhekoNikolas" + }, + "record": { + "CNAME": "muhekonikolas.github.io" + } +} diff --git a/domains/mythsman.json b/domains/mythsman.json new file mode 100644 index 000000000..6ba26aaef --- /dev/null +++ b/domains/mythsman.json @@ -0,0 +1,11 @@ +{ + "description": "Mythsman's personal site", + "repo": "https://github.com/mythsman", + "owner": { + "username": "mythsman", + "email": "mythsman@foxmail.com" + }, + "record": { + "URL": "https://blog.mythsman.com" + } +} diff --git a/domains/nico.json b/domains/nico.json new file mode 100644 index 000000000..7d1885fad --- /dev/null +++ b/domains/nico.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/NicoGaming77/NicoGaming77.github.io", + "owner": { + "username": "NicoGaming77", + "email": "nicodreyer7@icloud.com", + "discord": "nicosnico#7674" + }, + "record": { + "CNAME": "NicoGaming77.github.io" + } +} diff --git a/domains/nikolas.json b/domains/nikolas.json new file mode 100644 index 000000000..c5fb5b368 --- /dev/null +++ b/domains/nikolas.json @@ -0,0 +1,12 @@ +{ + "description": "My Personal Landing Page!", + "repo": "https://github.com/MuhekoNikolas/p2", + "owner": { + "username": "MuhekoNikolas", + "email": "13nikolusmuheko@gmail.com", + "twitter": "@MuhekoNikolas" + }, + "record": { + "CNAME": "muhekonikolas.github.io" + } +} diff --git a/domains/nikolus.json b/domains/nikolus.json new file mode 100644 index 000000000..3963ef385 --- /dev/null +++ b/domains/nikolus.json @@ -0,0 +1,12 @@ +{ + "description": "My Personal Landing Page!", + "repo": "https://github.com/MuhekoNikolas/MuhekoNikolas.github.io", + "owner": { + "username": "MuhekoNikolas", + "email": "13nikolusmuheko@gmail.com", + "twitter": "@MuhekoNikolas" + }, + "record": { + "CNAME": "muhekonikolas.github.io" + } +} diff --git a/domains/notify-api.json b/domains/notify-api.json index c55d112b4..8744f3af0 100644 --- a/domains/notify-api.json +++ b/domains/notify-api.json @@ -1,5 +1,6 @@ { + "repo" :"https://github.com/andrewstech/notify-api", "owner": { "username": "andrewstech", "email": "andrew@win11react.com" diff --git a/domains/om.json b/domains/om.json index dc15cda02..f35fefb7a 100644 --- a/domains/om.json +++ b/domains/om.json @@ -1,5 +1,5 @@ { - "description": "Portfolio - a simple portfolio website for Omxpro. It's in Beta Stages. Thanks for visiting my Portfolio! I hope to see you again.", + "description": "Portfolio - a simple portfolio website for Omxpro. It's in Beta Stages. Thanks for visiting my Portfolio! I hope to see you again. This also serves as a mail for my domain", "repo": "https://github.com/omxpro/portfolio-cf", "owner": { "username": "omxpro", @@ -7,6 +7,8 @@ "twitter": "DaRealOmxpro" }, "record": { - "CNAME": "portfolio-cf.pages.dev" + "A": ["172.66.44.237","172.66.47.19"], + "MX": ["mx1.improvmx.com","mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/open-beta.json b/domains/open-beta.json new file mode 100644 index 000000000..f79d6d130 --- /dev/null +++ b/domains/open-beta.json @@ -0,0 +1,9 @@ + { + "owner": { + "username": "@is-a-dev/maintainers", + "email": "mahir@molai.dev" + }, + "record": { + "CNAME": "open-beta.pages.dev" + } + } diff --git a/domains/pay2gornostay25.json b/domains/pay.gornostay25.json similarity index 72% rename from domains/pay2gornostay25.json rename to domains/pay.gornostay25.json index d8972af28..e884103ae 100644 --- a/domains/pay2gornostay25.json +++ b/domains/pay.gornostay25.json @@ -1,7 +1,7 @@ { "owner": { "username": "gornostay25", - "email": "volodia.palamar25+github@gmail.com" + "email": "me@gornostay25.is-a.dev" }, "record": { "CNAME": "d3ef8e32-cbba-4a23-a450-08aa46054a6b.repl.co" diff --git a/domains/pemtshewang.json b/domains/pemtshewang.json new file mode 100644 index 000000000..f070b9552 --- /dev/null +++ b/domains/pemtshewang.json @@ -0,0 +1,12 @@ +{ + "description": "The subdomain will be used for my github portfolio :)", + "repo": "https://github.com/pemtshewang/pemtshewang.github.io", + "owner": { + "username": "pemtshewang", + "email": "pemtshewang500@gmail.com", + "twitter": "pemtshewang_4" + }, + "record": { + "CNAME": "pemtshewang.github.io" + } +} diff --git a/domains/pixelgeek.json b/domains/pixelgeek.json new file mode 100644 index 000000000..97cf04944 --- /dev/null +++ b/domains/pixelgeek.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "pixelgeek", + "email": "pixelgeek@intel.com" + }, + "record": { + "CNAME": "pixelgeek.github.io" + } + } + \ No newline at end of file diff --git a/domains/prryplatypus.json b/domains/prryplatypus.json new file mode 100644 index 000000000..06f1dda9f --- /dev/null +++ b/domains/prryplatypus.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/prryplatypus", + "owner": { + "username": "prryplatypus", + "email": "", + "twitter": "prryplatypus" + }, + "record": { + "CNAME": "prryplatypus.dev" + } + } diff --git a/domains/pybash.json b/domains/pybash.json deleted file mode 100644 index 76b0cfea3..000000000 --- a/domains/pybash.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "PyBash's Personal Website", - "repo": "https://github.com/pybash1", - "owner": { - "username": "pybash1", - "email": "dontwanttotell@privacy.com" - }, - "record": { - "URL":"https://pybash.vercel.app" - } -} diff --git a/domains/rafsan.json b/domains/rafsan.json new file mode 100644 index 000000000..b992037bb --- /dev/null +++ b/domains/rafsan.json @@ -0,0 +1,11 @@ +{ + "description": "Github Portfolio of rafsan", + "repo": "https://github.com/htrafsan/htrafsan.github.io", + "owner": { + "username": "htrafsan", + "email": "rafsanoff@gmail.com" + }, + "record": { + "CNAME": "htrafsan.github.io" + } +} diff --git a/domains/raiden.json b/domains/raiden.json new file mode 100644 index 000000000..d7e66a0e8 --- /dev/null +++ b/domains/raiden.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "raiden076", + "email": "arkapravodas99@gmail.com" + }, + "record": { + "A": ["144.24.145.70"] + } + } + \ No newline at end of file diff --git a/domains/railway.json b/domains/railway.json new file mode 100644 index 000000000..3c270837e --- /dev/null +++ b/domains/railway.json @@ -0,0 +1,12 @@ +{ + "description": "Temporary domain while making docs", + "repo": "", + "owner": { + "username": "MouseMoosz", + "email": "vaibhavdhi@proton.me", + "twitter": "I dont use cancer" + }, + "record": { + "CNAME": "quarrelsome-move-production.up.railway.app" + } +} diff --git a/domains/ray.json b/domains/ray.json index 68f02077d..e77593d58 100644 --- a/domains/ray.json +++ b/domains/ray.json @@ -1,11 +1,11 @@ { - "description": "RayhanADev's Website!", - "repo": "https://github.com/rayhanadev/Personal-Website", + "description": "RayhanADev's Personal Website", + "repo": "https://github.com/rayhanadev/Personal-Website-v3", "owner": { "username": "rayhanadev", "email": "rayhanadev@protonmail.com" }, "record": { - "URL": "http://furret.codes" + "CNAME": "edge.redirect.pizza" } } diff --git a/domains/regiondavid.json b/domains/regiondavid.json new file mode 100644 index 000000000..03cb8587c --- /dev/null +++ b/domains/regiondavid.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "regiondavid", + "email": "uestczjw@gmail.com" + }, + "record": { + "CNAME": "regiondavid.github.io" + }, + "repo": "https://github.com/regiondavid", + "description": "regiondavid's new website" +} diff --git a/domains/rony.json b/domains/rony.json new file mode 100644 index 000000000..816782e58 --- /dev/null +++ b/domains/rony.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "ronylee11", + "email": "rongyil33@gmail.com" + }, + "description": { + "domain": "rony.is-a.dev", + "usage": "This is going to be my portfolio" + }, + "repo": { + "github": "github.com/ronylee11" + }, + "record": { + "CNAME": "ronylee11.github.io" + } +} diff --git a/domains/rsgarxia.json b/domains/rsgarxia.json new file mode 100644 index 000000000..7a8700931 --- /dev/null +++ b/domains/rsgarxia.json @@ -0,0 +1,14 @@ +{ + "description": "Ruben Garcia's personal website", + "repo": "https://github.com/sigfriedCub1990/personal-site", + "owner": { + "username": "sigfriedcub1990", + "email": "rssanjuan2704@gmail.com", + "twitter": "sigfriedcub1990" + }, + "record": { + "A": [ + "142.93.27.109" + ] + } +} diff --git a/domains/ryn.json b/domains/ryn.json new file mode 100644 index 000000000..0adcb55ec --- /dev/null +++ b/domains/ryn.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "lazylamps", + "email": "lampslazy@gmail.com" + }, + "record": { + "A": [ + "132.145.25.232" + ] + } +} diff --git a/domains/saba.json b/domains/saba.json new file mode 100644 index 000000000..96bcc7588 --- /dev/null +++ b/domains/saba.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio page for full stack projects", + "repo": "https://github.com/itsaba/itsaba.github.io", + "owner": { + "username": "itsaba", + "email": "saba.s@mail.com" + }, + "record": { + "CNAME": "itsaba.github.io" + } +} diff --git a/domains/roreef.json b/domains/saraxa.json similarity index 73% rename from domains/roreef.json rename to domains/saraxa.json index 8a56cfab8..b6ffa9638 100644 --- a/domains/roreef.json +++ b/domains/saraxa.json @@ -1,10 +1,10 @@ { - "description": "roreef personal website", + "description": "saraxa personal website", "repo": "https://github.com/reef1447/reef1447.github.io", "owner": { "username": "reef1447", "email": "spray123kira@gmail.com", - "discord": "ro-reef#8899" + "discord": "saraxa#8899" }, "record": { "CNAME": "reef1447.github.io" diff --git a/domains/satyamv7.json b/domains/satyamv7.json new file mode 100644 index 000000000..9aef9da6d --- /dev/null +++ b/domains/satyamv7.json @@ -0,0 +1,11 @@ +{ + "description": "SatyamV7.is-a.dev", + "repo": "https://github.com/SatyamV7/SatyamV7.github.io", + "owner": { + "username": "SatyamV7", + "email": "satyamverma46@outlook.com" + }, + "record": { + "CNAME": "SatyamV7.github.io" + } +} diff --git a/domains/yan.json b/domains/saya.json similarity index 87% rename from domains/yan.json rename to domains/saya.json index 08e410caf..1fa51a57e 100644 --- a/domains/yan.json +++ b/domains/saya.json @@ -1,5 +1,5 @@ { - "description": "yan's site", + "description": "saya's site", "repo": "https://github.com/yanNotDev/yanNotDev.github.io", "owner": { "username": "yanNotDev", diff --git a/domains/schematic.json b/domains/schematic.json new file mode 100644 index 000000000..ef811401c --- /dev/null +++ b/domains/schematic.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "alenpaul2001", + "email": "alenpaul2001@pm.me" + }, + "record": { + "A": [ + "152.67.160.188" + ] + } +} diff --git a/domains/sebaz.json b/domains/sebaz.json new file mode 100644 index 000000000..b96fe5d04 --- /dev/null +++ b/domains/sebaz.json @@ -0,0 +1,10 @@ +{ + "description": "my website link", + "owner": { + "username": "iSebazz", + "email": "iSebazz@outlook.es" + }, + "record": { + "CNAME": "usebazz.github.io" + } +} diff --git a/domains/sekuji.json b/domains/sekuji.json new file mode 100644 index 000000000..e234d5513 --- /dev/null +++ b/domains/sekuji.json @@ -0,0 +1,11 @@ +{ + "description": "Sekuji's Personal Website", + "owner": { + "username": "sekuji", + "email": "", + "discord": "sekuji#9595" + }, + "record": { + "CNAME": "sekuji.github.io" + } +} diff --git a/domains/she.json b/domains/she.json new file mode 100644 index 000000000..dce479e36 --- /dev/null +++ b/domains/she.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website", + "repo": "https://github.com/yuzhigang33/yuzhigang33.github.com", + "owner": { + "username": "yuzhigang33", + "email": "yuzhigang33@gmail.com" + }, + "record": { + "CNAME": "yuzhigang33.github.io" + } + } + \ No newline at end of file diff --git a/domains/shilinlee.json b/domains/shilinlee.json new file mode 100644 index 000000000..1ab0a88d4 --- /dev/null +++ b/domains/shilinlee.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shilinlee", + "email": "shilinlee.ghost@gmail.com" + }, + "record": { + "URL": "https://github.com/shilinlee" + } +} diff --git a/domains/simonwong.json b/domains/simonwong.json new file mode 100644 index 000000000..afccade83 --- /dev/null +++ b/domains/simonwong.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Simon Wong", + "email": "wsjwsjsimon@gmail.com", + "twitter": "wsj_simonwong", + "discord": "Simon Wong#6040" + }, + "record": { + "URL": "https://github.com/simonwong" + } +} diff --git a/domains/siris.json b/domains/siris.json new file mode 100644 index 000000000..1870137f7 --- /dev/null +++ b/domains/siris.json @@ -0,0 +1,11 @@ +{ + "description": "this a link to my website", + "owner": { + "username": "Siris01", + "email": "contact@siris.me", + "discord": "Siris#1337" + }, + "record": { + "URL": "https://siris.me" + } +} diff --git a/domains/ss.json b/domains/ss.json new file mode 100644 index 000000000..e05cdddb7 --- /dev/null +++ b/domains/ss.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "win11bot", + "email": "w11bot@andrewstech.me" + }, + "record": { + "A": ["178.128.174.110"] + } + } + diff --git a/domains/suraj.json b/domains/suraj.json new file mode 100644 index 000000000..4bc1f3c32 --- /dev/null +++ b/domains/suraj.json @@ -0,0 +1,11 @@ +{ + "description": "My personal developer website", + "repo": "https://github.com/Clay990/suraj", + "owner": { + "username": "Clay990", + "email": "asuraj991m@gmail.com" + }, + "record": { + "CNAME": "clay990.github.io" + } +} diff --git a/domains/tahmidrayat.json b/domains/tahmidrayat.json new file mode 100644 index 000000000..245bd2600 --- /dev/null +++ b/domains/tahmidrayat.json @@ -0,0 +1,11 @@ +{ + "description": "Github Portfolio of Tahmid Rayat", + "repo": "https://github.com/htr-tech/htr-tech.github.io", + "owner": { + "username": "htr-tech", + "email": "tahmidrayat@gmail.com" + }, + "record": { + "CNAME": "htr-tech.github.io" + } +} diff --git a/domains/tcl.json b/domains/tcl.json new file mode 100644 index 000000000..9c66dd642 --- /dev/null +++ b/domains/tcl.json @@ -0,0 +1,11 @@ +{ + "description": "TianTcl's profile", + "repo": "https://github.com/TianTcl/TianTcl", + "owner": { + "username": "TianTcl", + "email": "tclwebguest@gmail.com" + }, "record": { + "CNAME": "info.tiantcl.net" + + } +} \ No newline at end of file diff --git a/domains/maintainers.json b/domains/team.json similarity index 71% rename from domains/maintainers.json rename to domains/team.json index d396e121a..9917b62ba 100644 --- a/domains/maintainers.json +++ b/domains/team.json @@ -2,8 +2,8 @@ "description": "The Maintainer Docs For The Is-A.Dev Website!", "repo": "github.com/is-a-dev/maintainer-docs", "owner": { - "username": "is-a.dev", - "email": "" + "username": "@is-a-dev/maintainers", + "email": "phenax5@gmail.com" }, "record": { "CNAME": "is-a-dev.github.io" diff --git a/domains/tiantcl.json b/domains/tiantcl.json new file mode 100644 index 000000000..9c66dd642 --- /dev/null +++ b/domains/tiantcl.json @@ -0,0 +1,11 @@ +{ + "description": "TianTcl's profile", + "repo": "https://github.com/TianTcl/TianTcl", + "owner": { + "username": "TianTcl", + "email": "tclwebguest@gmail.com" + }, "record": { + "CNAME": "info.tiantcl.net" + + } +} \ No newline at end of file diff --git a/domains/tong.json b/domains/tong.json new file mode 100644 index 000000000..62a6aec8c --- /dev/null +++ b/domains/tong.json @@ -0,0 +1,11 @@ +{ + "description": "Tong's website", + "repo": "https://github.com/away0x/away0x", + "owner": { + "username": "tongwu", + "email": "away0x@gmail.com" + }, + "record": { + "CNAME": "away0x.github.io" + } + } \ No newline at end of file diff --git a/domains/vaibhavsys.json b/domains/vaibhavsys.json new file mode 100644 index 000000000..64982b3e5 --- /dev/null +++ b/domains/vaibhavsys.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "VaibhavSys", + "email": "vaibhavdhi@proton.me" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/vikrant.json b/domains/vikrant.json index e6911c829..09d44548a 100644 --- a/domains/vikrant.json +++ b/domains/vikrant.json @@ -4,6 +4,6 @@ "email": "daredevil.vikrant@gmail.com" }, "record": { - "CNAME": "themalware.tk" + "URL": "https://github.com/TheMalware" } } diff --git a/domains/wadeslider.json b/domains/wadeslider.json new file mode 100644 index 000000000..b6025a969 --- /dev/null +++ b/domains/wadeslider.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "WadeSlider", + "email": "alexisarturodh@gmail.com" + }, + "record": { + "CNAME": "wadeslider.pages.dev" + } + } + \ No newline at end of file diff --git a/domains/william.json b/domains/william.json index 5e11993fa..42483e170 100644 --- a/domains/william.json +++ b/domains/william.json @@ -1,7 +1,7 @@ { "owner": { "username": "WilliamDavidHarrison", - "email": "is-a.dev@mail.williamharrison.xyz" + "email": "william@williamharrison.dev" }, "record": { diff --git a/domains/willo.json b/domains/willo.json index ddbbd165b..914796fb5 100644 --- a/domains/willo.json +++ b/domains/willo.json @@ -7,6 +7,8 @@ "twitter": "willoizcitron" }, "record": { - "CNAME": "willoizcitron.github.io" + "A": ["185.199.109.153", "185.199.108.153", "185.199.111.153", "185.199.110.153"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/wzx.json b/domains/wzx.json new file mode 100644 index 000000000..b770afba6 --- /dev/null +++ b/domains/wzx.json @@ -0,0 +1,11 @@ +{ + "description": "I want to use it as my profile page.", + "repo": "https://github.com/website-pages/profile", + "owner": { + "username": "website-pages", + "email": "unpu123456@outlook.com" + }, + "record": { + "CNAME": "website-pages.github.io" + } +} diff --git a/domains/xiaolei.json b/domains/xiaolei.json new file mode 100644 index 000000000..4031dd79e --- /dev/null +++ b/domains/xiaolei.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zzzs", + "email": "863837949@qq.com" + }, + "record": { + "URL": "https://github.com/zzzs" + } +} diff --git a/domains/yashash.json b/domains/yashash.json index 29d76ba1d..1d2868164 100644 --- a/domains/yashash.json +++ b/domains/yashash.json @@ -6,6 +6,6 @@ "email": "yashash1511@gmail.com" }, "record": { - "CNAME": "yashash1511.github.io" + "URL": "https://yashash1511.github.io" } } diff --git a/domains/yolobnb.json b/domains/yolobnb.json new file mode 100644 index 000000000..435fa6403 --- /dev/null +++ b/domains/yolobnb.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website", + "repo": "https://github.com/yolobnb/yolobnb.github.io", + "owner": { + "username": "yolobnb", + "email": "yooloobnb@protonmail.com" + }, + "record": { + "CNAME": "yolobnb.github.io" + } +} diff --git a/domains/yurihsq.json b/domains/yurihsq.json new file mode 100644 index 000000000..3694e7044 --- /dev/null +++ b/domains/yurihsq.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Mai1ii", + "email": "micomacabali14@gmail.com" + }, + "record": { + "CNAME": "mai1ii.github.io" + } + } + \ No newline at end of file diff --git a/domains/zeor154.json b/domains/zeor154.json new file mode 100644 index 000000000..bc57f3884 --- /dev/null +++ b/domains/zeor154.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Zeor154", + "email": "driop12bu@gmail.com" + }, + "record": { + "A": ["45.130.141.88"] + } + } + \ No newline at end of file diff --git a/domains/zhangximufeng.json b/domains/zhangximufeng.json new file mode 100644 index 000000000..9d323e515 --- /dev/null +++ b/domains/zhangximufeng.json @@ -0,0 +1,11 @@ +{ + "description": "Link to my github", + "repo": "https://github.com/zhangximufeng", + "owner": { + "username": "zhangximufeng", + "email": "zhangximufeng@gmail.com" + }, + "record": { + "CNAME": "zhangximufeng.github.io" + } +} diff --git a/domains/zhiyao.json b/domains/zhiyao.json new file mode 100644 index 000000000..e8f97e1f2 --- /dev/null +++ b/domains/zhiyao.json @@ -0,0 +1,11 @@ +{ + "description": "志遥(至尧)的个人博客", + "repo": "https://github.com/lizhiyao/lizhiyao.github.io", + "owner": { + "username": "lizhiyao", + "email": "dancerlzy@gmail.com" + }, + "record": { + "CNAME": "lizhiyao.github.io" + } +}