diff --git a/.env b/.env index 26270e769..8022d3f4e 100644 --- a/.env +++ b/.env @@ -3,3 +3,4 @@ DOMAIN_API_KEY=apikey DOMAIN_API_HOST=api-example.com DOMAIN_API_PORT=2087 DOMAIN_DOMAIN=example.com +DOMAIN_HOST_IP=69.69.69.69 diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..f149fe328 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +* @phenax + +domains/ @is-a-dev/maintainers +*.md @is-a-dev/maintainers diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..93f878a31 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +To make our job easier, please spend time to review your application before submitting. + + +#### Add a x between [] if you meet that requirement example `[x]` +- [ ] You're not using Vercel or Netlify. +- [ ] You have completed your website, there's no type of placeholder at the website. **This requirement can be raised if the domain you're registering is for emails** + - Link to website: +- [ ] The website is reachable. +- [ ] The CNAME record doesn't contain any slash. +- [ ] There's enough information at the `owner` field. + - You should have your email presented. If you don't want to share email, you can leave email an empty string (`""`) and add any other social such as Discord/Twitter/etc. + + #### Feel free to join our discord server for more updates or any help related to the service :D - https://discord.gg/PZCGHz4RhQ + 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/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index 41493d93f..92cb4bd01 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -28,6 +28,7 @@ jobs: DOMAIN_API_HOST: ${{ secrets.DOMAIN_API_HOST }} DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }} DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }} + DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }} uses: borales/actions-yarn@v2.0.0 with: cmd: publish-records diff --git a/.github/workflows/stale.tmp b/.github/workflows/stale.yml similarity index 100% rename from .github/workflows/stale.tmp rename to .github/workflows/stale.yml diff --git a/API.md b/API.md index 8df1015ce..ba931b098 100644 --- a/API.md +++ b/API.md @@ -1 +1 @@ -Moved to [./docs](./docs) +Moved to [docs](https://is-a.dev/docs) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index c3d0ea2d2..581058a51 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,8 +1,9 @@ # Code of conduct This is a Code of Conduct for any interactions in this repository. This includes pull requests, issues, etc. -* **Don't be a dick** - It's not that complicated. Just be nice to people -* **Don't abuse the service** - This service is intended for developers to get a pretty url for their personal websites +* **Don't be a dick** - It's not that complicated. Just be nice to people. +* **Don't abuse the service** - This service is intended for developers to get a cleaner URL for their personal websites. +* **No Wrongful Uses Of The Service** - Do not use this site as a way, to promote hacking, scams, fraud, and other illegal activites. If you believe a domain that has been registered using this service is an abuse of this service, you can report it by creating an issue. -The abuse reports will be investigated and the necassary action will be taken +The abuse reports will be investigated and the necessary action will be taken! diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a3e7da99..965261eda 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,24 +1,24 @@ # Contributing When contributing to this repository, please first discuss the change you wish to make via issue before making a change. -You should also read up on this project's [code of conduct](./CODE_OF_CONDUCT.md) +You should also read up on this project's [code of conduct](./CODE_OF_CONDUCT.md). ## Pull requests You can create an pull request for the following reasons - -* Adding, changing or removing a domain file you own -* Fixing a bug in the scripts or CI -* Fix an error in the documentation +* Adding, changing or removing a domain file you own. +* Fixing a bug in the scripts or CI. +* Fix an error in the documentation. #### 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 changes should reflect soon after publishing +* PR will be reviewed and merged to `main` branch. +* The records will be published as soon as the PR is merged. +* The changes should reflect soon after publishing. ## Issues -* **Report an abusive domain** - Create a new issue with the label `report-abuse` -* **Report a problem with your domain** - Create a new issue with the label `support` -* **Suggestions** - Create a new issue with the label `suggestion` -* **For any questions** - Create a new issue with the label `question` -* **Report any other issues related to this repository** - Create a new issue with any label that fits +* **Report an abusive domain** - Create a new issue with the label `report-abuse`. +* **Report a problem with your domain** - Create a new issue with the label `support`. +* **Suggestions** - Create a new issue with the label `suggestion`. +* **For any questions** - Create a new issue with the label `question`. +* **Report any other issues related to this repository** - Create a new issue with any label that fits. diff --git a/README.md b/README.md index 7d9525b13..29e68edec 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,23 @@ ![is-a-dev banner](./media/banner.png) -
+
**is-a-dev** is a service that allows developers to get a sweet-looking `.is-a.dev` domain for their personal websites. -[![Discord](https://img.shields.io/discord/830872854677422150?style=for-the-badge)](https://discord.gg/PZCGHz4RhQ) +

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 this project -* 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 -* After merging, the changes will take effect within a day -* That's it! Done! Now go show off your cool `.is-a.dev` domain +* [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://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! @@ -22,6 +26,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,18 +36,18 @@ 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) -* [runs-on.tech](https://github.com/aakhilv/runs-on.tech) +* [js.org](https://github.com/js-org/js.org/tree/master) (**NOTE**: `js.org` is specifically for JS focused project) +* [is-a-good.dev](https://github.com/is-a-good-dev/Register) +* [cluster.ws & wip.la](https://github.com/Olivr/free-domain) ## Uptime -![Uptime Robot ratio (30 days)](https://img.shields.io/uptimerobot/ratio/m787472645-ec25e3920c7af893a7c66f19?label=uptime%20-%20dns&style=for-the-badge) -![Uptime Robot ratio (30 days)](https://img.shields.io/uptimerobot/ratio/m787472617-240f4d61a5439a87becb2cf9?label=uptime%20-%20redirections&style=for-the-badge) +[![Uptime Robot ratio dns(30 days)](https://img.shields.io/uptimerobot/ratio/m787472645-ec25e3920c7af893a7c66f19?label=uptime%20-%20dns&style=for-the-badge)](https://stats.uptimerobot.com/zY4XKIRVzw) +[![Uptime Robot ratio redirect(30 days)](https://img.shields.io/uptimerobot/ratio/m787472617-240f4d61a5439a87becb2cf9?label=uptime%20-%20redirections&style=for-the-badge)](https://stats.uptimerobot.com/zY4XKIRVzw) -You can check the uptime of the service via [our status dashboard](https://stats.uptimerobot.com/zY4XKIRVzw) +You can check the uptime of the service via [our status dashboard](https://stats.uptimerobot.com/zY4XKIRVzw). diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 554b0d71c..000000000 --- a/docs/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# How to register -You can read the [domains.json file api reference](./domains-json.md) for more information about the json file structure. - -### Websites hosted at -* [For github pages users](./hosted-at/github-pages.md) -* [For hashnode blogs](./hosted-at/hashnode.md) -* [For other services](./hosted-at/others.md) - -### Vercel & Netlify Note -You will encounter an SSL certificate issue when using Vercel and Netlify. Neither service will work with our domains. It is recommend to use [Github Pages](https://github.com/is-a-dev/register/blob/add-hosting-warning/docs/hosted-at/github-pages.md) or [Railway](https://railway.app/) instead. diff --git a/docs/domains-json.md b/docs/domains-json.md deleted file mode 100644 index e502fb144..000000000 --- a/docs/domains-json.md +++ /dev/null @@ -1,110 +0,0 @@ -# Domains json file -The way you register your own domain name is through a pull request. -To register `my-domain.is-a.dev`, you need to create a `domains/my-domain.json` file - -### Filename -The file name must pass the following criteria - -* Must be alpha-numeric in lowercase with dashes as seperators -* Must be more than 2 characters long -* Must have a `.json` file extension - - -The file needs to have the following fields - - -### owner (required) -You need to specify some information about yourself here. -This is so that you can be contacted if required. - -In the owner object, the fields `username` and `email` are required. You can however add more information in this object if you need. -```json -{ - "owner": { - "username": "github-username", - "email": "any@email" - } -} -``` - -If you don't wish to share your email address here, please share your twitter or any other social media account. -```json -{ - "owner": { - "username": "github-username", - "email": "", - "twitter": "twitter-handle" - } -} -``` - - -### description -Describe your domain name and your usage. This is purely for documentation purpose and is optional. - - -### repo -This is a link to your website repository or your github account. This is purely for documentation purpose and is optional. - - -### record (required) -This is where you specify the DNS records you wish to use. - -The supported record types are: `CNAME`, `A`, `URL`, `MX` and `TXT` - -Here's a few different use cases for the given record types - - -* **CNAME** -CNAME must be a host name (Eg - `something.tld`). CNAME cannot be used in conjunction with any other record types. -```json -{ - "record": { - "CNAME": "username.github.io" - } -} -``` - -* **A record** -A record must be a list of ips -```json -{ - "record": { - "A": [ - "999.999.991.999", - "999.999.992.999", - "999.999.993.999", - "999.999.994.999" - ] - } -} -``` - -* **URL redirection** -```json -{ - "record": { - "URL": "https://my-other-website.com" - } -} -``` - -* **MX** -MX must be a list of host names -```json -{ - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] - } -} -``` - -* **TXT** -TXT can be any string value -```json -{ - "record": { - "TXT": "hello world" - } -} -``` diff --git a/docs/hosted-at/github-pages.md b/docs/hosted-at/github-pages.md deleted file mode 100644 index 14b04b524..000000000 --- a/docs/hosted-at/github-pages.md +++ /dev/null @@ -1,28 +0,0 @@ -# For github pages - -### Creating a github pages repo -You can create a github pages website by creating a repo with the name `.github.io`. -For more information about github pages, please read through [their guide](https://guides.github.com/features/pages/). - - -### Domains file -Create a json file inside the `domains` directory (`domains/.json`) with the following contents -```json -{ - "description": "Add some description", - "repo": "https://github.com/github-username/github-username.github.io", - "owner": { - "username": "github-username", - "email": "any@email", - "twitter": "your-twitter-username" - }, - "record": { - "CNAME": "github-username.github.io" - } -} -``` - -### Configuring your repo -* After the pull request is merged, you will see a 404 error on `your-domain.is-a.dev`. To fix this go to your github page repo's `Settings > Github pages > Custom domain` and add `your-domain.is-a.dev` in the given field -* Check the `Enforce HTTPS` checkbox below the custom domain input - diff --git a/docs/hosted-at/hashnode.md b/docs/hosted-at/hashnode.md deleted file mode 100644 index 20b2276c3..000000000 --- a/docs/hosted-at/hashnode.md +++ /dev/null @@ -1,27 +0,0 @@ -When you create your Hashnode blog, hashnode provides a free **yourdomain.hashnode.dev** subdomain for you. However, you can set up your own **.is-a.dev** subdomain. - -In this guide, you will learn how to accomplish this. - ---- - -1. Log in to your Hashnode account. - -2. Click on your **profile picture** at the bottom-left corner of the page on *desktop* screen or top-right corner on *mobile* screen. - -![Hashnode's Feed](https://cdn.hashnode.com/res/hashnode/image/upload/v1614932849541/cBNDGKXMj.png?auto=compress) - -3. Click on the **Blog Dashboard** option from the popup modal to access your blog's dashboard. - -![Hashnode's Feed](https://cdn.hashnode.com/res/hashnode/image/upload/v1614937218081/InvxVHXDy.png?auto=compress) - -4. Navigate to the **DOMAIN** tab and enter your domain without the **www** or **https://** prefix in the text field provided. Then click on the **Update** button to proceed. - -![Hashnode's Blog Domain Tab](https://cdn.hashnode.com/res/hashnode/image/upload/v1614937377176/0cwddAywO.png?auto=compress) - -5. Go To Your Fork Of The `is-a-dev/register` repo, edit your subdomain's JSON file, make sure you remove any old records, then add this: -```json -"CNAME": "hashnode.network" -``` - -Once Done, your hashnode blog is setup to use your subdomain, all you have to do is wait sometime for the DNS to propogate. These changes could take from 1 hour to around 48 hours, so please be patient, It'll most likely be ready within a hour. -Enjoy Your Hashnode Blog, With Your Sweet `.is-a.dev` Subdomain! **If You Need More Help:** please read this support article on hashnode support: https://support.hashnode.com/docs/mapping-domain/, this should help you more, if you need more help related to [Hashnode](https://hashnode.com), then please visit the [Hashnode Support Center](https://support.hashnode.com/). Remeber, is-a.dev has no links with hashnode, so please do not create issues on our github, saying that your hashnode blog is having issues, we simply will not respond to them. diff --git a/docs/hosted-at/others.md b/docs/hosted-at/others.md deleted file mode 100644 index 0d0c534e8..000000000 --- a/docs/hosted-at/others.md +++ /dev/null @@ -1,53 +0,0 @@ -# For other hosting services - -### Domains file -Create a json file inside the `domains` directory (`domains/.json`) with the following contents -```json -{ - "description": "Add some description", - "repo": "https://github.com/github-username", - "owner": { - "username": "github-username", - "email": "any@email" - }, - "record": {} -} -``` - -### Record -In your `record` key of the json file, you need to add one of the following - -* CNAME record -```json -{ - "record": { - "CNAME": "the-domain-you-own.com" - } -} -``` - -* A records -```json -{ - "record": { - "A": [ - "69.69.69.69", - "69.69.69.70" - ] - } -} -``` - -* URL redirection -```json -{ - "record": { - "URL": "https://your-website.com" - } -} -``` - -### Configuring your server -After the pull request is merged, **configure your server** (apache, nginx, whatever) to work with `.is-a.dev`. If you are unsure how to configure your server, you can create an issue for support. - -You should also, include `.is-a.dev` in your **ssl certificate** to get rid of certificate errors - diff --git a/docs/maintainers/pr-review.md b/docs/maintainers/pr-review.md deleted file mode 100644 index e3a871ac0..000000000 --- a/docs/maintainers/pr-review.md +++ /dev/null @@ -1,72 +0,0 @@ -# Reviewing pull requests -There are a few things you'll need to look out for when reviewing pull requests for domain registrations. This list is not exhaustive and will be updated. - ---- - -### CI errors -A lot of minor issues will be caught in the CI checks -* JSON parsing issues -* Schema issues - -If the CI is failing, tag the user and comment on the pr. - ---- - -### Contents of the website -We need to make sure that the contents being hosted via the record being registered is not used for malicious purposes. -To do this, we must try our best to verify the contents of website and if required ask some questions regarding the contents in the PR. - ---- - -### Invalid email/social link -A way to contact the user is important in case we need to inform the users of some changes to the project. -Confirm if the email looks valid or the social user name/link works. -The user should have either an email or a valid social link. - -❌ `"owner": { "username": "gh-username" }` is invalid as it doesn't contain an email or any social links - -❌ `"email": "28372878+user-name@users.noreply.github.com"` is invalid as the email cannot be used - -✅ `"owner": { "username": "phenax", "twitter": "twitter-username" }` is valid as it contains a social link - -✅ `"owner": { "username": "phenax", "email": "email@gmail.com" }` is valid as it contains an email - ---- - -### Invalid CNAME -CNAME has to be a hostname. Something like `example.com`. - -❌ `http://example.com` is invalid as it contains a protocol `https://` - -❌ `example.com/some/path` is invalid as it contains the path name `/some/path` - -✅ `example.com` is valid as it is the hostname of the website - ---- - -### Invalid A -A record has to be an array of ips. - -❌ `"A": "211.211.211.211"` is invalid as it must be an array - -❌ `"A": ["example.com"]` is invalid as it is not an ip address - -✅ `"A": ["211.211.211.211", "211.211.211.212"]` is valid as it is an array of ips - ---- - -### Invalid URL -The URL must have a protocol (`http://` or `https://`) and must be something like `https://example.com` or `https://example.com/some/path`. - -❌ `example.com` is invalid as it doesn't contain the protocol - -✅ `https://example.com/some/path` is valid as it contains a protocol - ---- - -### Only one record type -Earlier, is-a-dev used to allow for handling https redirections along with CNAME but the way we handle requests has changed since then. -This is why a record file can only contain one record type. Either `CNAME` or `A` or `URL`. - -❌ `"CNAME": "example.com", "URL": "https://something.com"` is invalid as it should only contain one type of record, either CNAME or URL. - diff --git a/docs/maintainers/publishing-records.md b/docs/maintainers/publishing-records.md deleted file mode 100644 index 2c363e8a1..000000000 --- a/docs/maintainers/publishing-records.md +++ /dev/null @@ -1,11 +0,0 @@ -# Publishing records -> NOTE: This is only for maintainers with publishing access - -Currently, the records are published using a manual github actions workflow. -When all the PR's are merged and ready, go to `Actions > Publish records` and click on the `Run workflow` button to publish the merged records. - - - -Sometimes it may log an error message while publishing saying some record(s) couldn't be published. -Usually, the cause is related to some conflict while deleting and re-publishing. -In those situations, running the workflow again will fix the issues. 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/0x3st.json b/domains/0x3st.json new file mode 100644 index 000000000..a9a3f8263 --- /dev/null +++ b/domains/0x3st.json @@ -0,0 +1,12 @@ +{ + "description": "Yamaishi's website", + "repo": "https://github.com/0x3st/0x3st.github.io", + "owner": { + "username": "0x3st", + "email": "t.yamaishi@qq.com", + "twitter": "TenkutiYamaishi" + }, + "record": { + "CNAME": "0x3st.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/1rogman.json b/domains/1rogman.json new file mode 100644 index 000000000..693de4e20 --- /dev/null +++ b/domains/1rogman.json @@ -0,0 +1,11 @@ +{ + "description": "Applying for an is-a.dev domain on behalf of my friend so he can use one.", + "repo": "https://github.com/EndingPencil/EndingPencil.github.io", + "owner": { + "username": "EndingPencil", + "email": "watsonsohil@gmail.com" + }, + "record": { + "CNAME": "EndingPencil.github.io" + } +} 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 36cd14e7b..674d239c4 100644 --- a/domains/@.json +++ b/domains/@.json @@ -6,6 +6,7 @@ "email": "phenax5@gmail.com" }, "record": { - "URL": "http://www.is-a.dev" + "URL": "http://www.is-a.dev", + "TXT": "google-site-verification=jxUxBquLRsSLsUNUqYYB3EfN7X_IuVZ5Ff-ZfElMBOQ" } } diff --git a/domains/a-ditya.json b/domains/a-ditya.json new file mode 100644 index 000000000..9d9fe4af7 --- /dev/null +++ b/domains/a-ditya.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AdityaOP2008", + "discord": "844843800874582048", + "email": "bw.dev@yahoo.com" + }, + "record": { + "CNAME": "c7106b01-6b1c-4d4f-b0a5-6c82b3e9a4a4.id.repl.co" + } +} 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/aakash.json b/domains/aakash.json index dfb64f0c5..21a9add4f 100644 --- a/domains/aakash.json +++ b/domains/aakash.json @@ -1,7 +1,7 @@ { "owner": { "username": "Shinyzenith", - "email": "xelphlinux@gmail.com" + "email": "aakashsensharma@gmail.com" }, "record": { "CNAME": "shinyzenith.github.io" 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/abdul.json b/domains/abdul.json new file mode 100644 index 000000000..eada0681f --- /dev/null +++ b/domains/abdul.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Abdul1810", + "email": "abdulking8010@gmail.com", + "discord": "Abdul ♥#5464" + }, + "record": { + "CNAME": "abduldev.me" + } +} diff --git a/domains/abdullah.json b/domains/abdullah.json new file mode 100644 index 000000000..a39ae9040 --- /dev/null +++ b/domains/abdullah.json @@ -0,0 +1,11 @@ + +{ + "owner": { + "username": "adistar964", + "email": "adistar964@gmail.com" + }, + "description":"this is for my personal website made.", + "record": { + "CNAME": "adistar964.github.io" + } +} diff --git a/domains/abdulrahman.json b/domains/abdulrahman.json new file mode 100644 index 000000000..68a0af4b5 --- /dev/null +++ b/domains/abdulrahman.json @@ -0,0 +1,11 @@ +{ + "description": "A personal website for my career.", + "repo": "https://github.com/abdulrahman1s/my-website", + "owner": { + "username": "abdulrahman1s", + "email": "abdulrahman.8alah@gmail.com" + }, + "record": { + "URL": "https://themaestro.site" + } +} diff --git a/domains/abhint.json b/domains/abhint.json new file mode 100644 index 000000000..d9e6cc780 --- /dev/null +++ b/domains/abhint.json @@ -0,0 +1,12 @@ +{ + "description": "Personal portfolio written in HTML and JS", + "repo": "https://github.com/abhint/abhint.github.io", + "owner": { + "username": "abhint", + "email": "notifyabhijith@gmail.com", + "twitter": "abhint6" + }, + "record": { + "CNAME": "abhint.github.io" + } +} 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/abubakar.json b/domains/abubakar.json new file mode 100644 index 000000000..dda6395cb --- /dev/null +++ b/domains/abubakar.json @@ -0,0 +1,12 @@ +{ + "description": "My personal portfolio", + "repo": "https://github.com/AbubakarKang/AbubakarKang.github.io", + "owner": { + "username": "AbubakarKang", + "email": "", + "discord": "TheHacker#4418" + }, + "record": { + "CNAME": "abubakarkang.github.io" + } +} diff --git a/domains/abysmal.json b/domains/abysmal.json new file mode 100644 index 000000000..dd0a9fb1d --- /dev/null +++ b/domains/abysmal.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website", + "repo": "https://github.com/abysmal26/abysmal26.github.io", + "owner": { + "username": "abysmal26", + "email": "abysmal26@tuta.io", + "twitter": "abysmal26" + }, + "record": { + "CNAME": "abysmal26.github.io" + } +} diff --git a/domains/acaiberii.json b/domains/acaiberii.json index 5038cacd1..8e0faf623 100644 --- a/domains/acaiberii.json +++ b/domains/acaiberii.json @@ -1,8 +1,8 @@ { "description": "acaiberii's website", - "repo": "https://github.com/AcaiBerii/acaiberii.github.io", + "repo": "https://github.com/acaiberii/acaiberii.github.io", "owner": { - "username": "AcaiBerii", + "username": "acaiberii", "email": "studiouifxdesignersandcoders@gmail.com" }, "record": { diff --git a/domains/acey.json b/domains/acey.json new file mode 100644 index 000000000..43405681e --- /dev/null +++ b/domains/acey.json @@ -0,0 +1,15 @@ +{ + "repo": "https://github.com/AceyDoCodes", + "description": "Email ;-;", + "owner": { + "username": "AceyDoCodes", + "email": "aceygoesboom@gmail.com" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} 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/aetinx.json b/domains/aetinx.json new file mode 100644 index 000000000..775fdff48 --- /dev/null +++ b/domains/aetinx.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "aetinx", + "email": "", + "twitter": "aetinx", + "discord": "aetinx#8300", + "note": "amogus" + }, + "description": "Aetinx's domain. https://aetinx.glitch.me", + "record": { + "CNAME": "glitch.edgeapp.net" + } +} diff --git a/domains/aggelos-007.json b/domains/aggelos-007.json new file mode 100644 index 000000000..75e1b3194 --- /dev/null +++ b/domains/aggelos-007.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aggelos-007", + "email": "aggeloss007@gmail.com" + }, + "record": { + "CNAME": "72ea0bf6-bb1e-4fe3-82f2-a3e0b5d75a0b.id.repl.co" + } +} 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/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/ahysa.andgyk.json b/domains/ahysa.andgyk.json new file mode 100644 index 000000000..b24425d08 --- /dev/null +++ b/domains/ahysa.andgyk.json @@ -0,0 +1,11 @@ +{ + "description": "Ahysa Discord bot website", + "repo": "https://github.com/andgyk/ahysa", + "owner": { + "username": "andgyk", + "email": "an4g7k@gmail.com" + }, + "record": { + "CNAME": "ahysa.github.io" + } +} diff --git a/domains/ailakks.json b/domains/ailakks.json new file mode 100644 index 000000000..776a4aabb --- /dev/null +++ b/domains/ailakks.json @@ -0,0 +1,11 @@ +{ + "description": "ailakks.is-a.dev.", + "repo": "https://github.com/ailakks", + "owner": { + "username": "ailakks", + "email": "hola@cortmnzz.com" + }, + "record": { + "URL": "https://cortmnzz.com" + } +} 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/akemi.json b/domains/akemi.json new file mode 100644 index 000000000..15cf69948 --- /dev/null +++ b/domains/akemi.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website goes here", + "repo": "https://github.com/ItzCuteAkemi/itzcuteakemi.github.io", + "owner": { + "username": "ItzCuteAkemi", + "email": "christianpandapotans@gmail.com", + "twitter": "@ItzCuteAkemi" + }, + "record": { + "CNAME": "itzcuteakemi.github.io" + } +} diff --git a/domains/aleks.json b/domains/aleks.json new file mode 100644 index 000000000..9ee4c832c --- /dev/null +++ b/domains/aleks.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ConnorDoesDev", + "email": "connor@cstudios.gay", + "discord": "Connor!#0800" + }, + "description": "this is-a.dev page is for a friend of mine, he didn't want to make a github account lol. we're currently working on the site, just wanted to make sure.", + "record": { + "CNAME": "connordoesdev.github.io" + } +} diff --git a/domains/alexander-david.json b/domains/alexander-david.json deleted file mode 100644 index 22ea47b19..000000000 --- a/domains/alexander-david.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Alexander David's portofolio-personal website", - "owner": { - "username": "alexzerozeroone", - "email": "alexander-david-dev@yandex.com" - }, - "record": { - "URL": "https://www.alexzerozeroone.ga" - } -} diff --git a/domains/alexis.json b/domains/alexis.json new file mode 100644 index 000000000..3b2172db3 --- /dev/null +++ b/domains/alexis.json @@ -0,0 +1,12 @@ +{ + "description": "Personnal website of", + "repo": "https://github.com/alexis-elaxis/alexis-elaxis.github.io", + "owner": { + "username": "alexis-elaxis", + "email": "contact@alexiis.fr", + "twitter": "un_nalexis" + }, + "record": { + "CNAME": "alexis-elaxis.github.io" + } +} diff --git a/domains/algebraic-effects.akshay.json b/domains/algebraic-effects.akshay.json new file mode 100644 index 000000000..563a84c7b --- /dev/null +++ b/domains/algebraic-effects.akshay.json @@ -0,0 +1,11 @@ +{ + "description": "Docs for algebraic effects library", + "repo": "https://github.com/phenax/algebraic-effects", + "owner": { + "username": "phenax", + "email": "phenax5@gmail.com" + }, + "record": { + "CNAME": "phenax.github.io" + } +} diff --git a/domains/almatch.json b/domains/almatch.json new file mode 100644 index 000000000..f7e5e3d5a --- /dev/null +++ b/domains/almatch.json @@ -0,0 +1,11 @@ +{ + "description": "Imad", + "repo": "https://github.com/imadboy89", + "owner": { + "username": "imadboy89", + "email": "imad.kh@outlook.com" + }, + "record": { + "CNAME":"imadboy89.github.io" + } +} diff --git a/domains/alperen.json b/domains/alperen.json new file mode 100644 index 000000000..0d11c2ee1 --- /dev/null +++ b/domains/alperen.json @@ -0,0 +1,11 @@ +{ + "description": "Alperen Aslan Portfolio", + "repo": "https://github.com/alperenasln/alperenasln.github.io", + "owner": { + "username": "alperenasln", + "email": "alperenaslan55@gmail.com" + }, + "record": { + "CNAME": "alperenasln.github.io" + } +} diff --git a/domains/amarjeet.json b/domains/amarjeet.json new file mode 100644 index 000000000..c2d8bdb11 --- /dev/null +++ b/domains/amarjeet.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "amalpotra", + "email": "amarjeetmalpotra@outlook.com" + }, + "record": { + "CNAME": "amalpotra.github.io" + } +} diff --git a/domains/amiyo.json b/domains/amiyo.json new file mode 100644 index 000000000..c551b7e87 --- /dev/null +++ b/domains/amiyo.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "DevAmiyo", + "email": "devamiyosp@gmail.com", + "repo": "https://github.com/DevAmiyo", + "discord": "Amiyo#7978", + "twitter": "AmiyoTweets" + }, + "record": { + "URL": "https://github.amiyo.tk" + } +} diff --git a/domains/amjad.json b/domains/amjad.json new file mode 100644 index 000000000..b17b0a877 --- /dev/null +++ b/domains/amjad.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/amjad-ah/amjad-ah.github.io", + "owner": { + "username": "amjad-ah", + "email": "amjad_ah_@hotmail.com", + "tiwtter": "amjad_ah_" + }, + "record": { + "CNAME": "amjad-ah.github.io" + } +} diff --git a/domains/amuffin.json b/domains/amuffin.json new file mode 100644 index 000000000..4d0538eed --- /dev/null +++ b/domains/amuffin.json @@ -0,0 +1,11 @@ +{ + "description": "amuffins website", + "repo": "https://github.com/amagicmuffin/amagicmuffin.github.io", + "owner": { + "username": "amagicmuffin", + "email": "2014wcheng@gmail.com" + }, + "record": { + "CNAME": "amagicmuffin.github.io" + } +} diff --git a/domains/amy.json b/domains/amy.json new file mode 100644 index 000000000..8d5d0b02e --- /dev/null +++ b/domains/amy.json @@ -0,0 +1,11 @@ +{ + "description": "Amy's is-a-dev domain", + "repo": "https://github.com/nullishamy/nullishamy.github.io", + "owner": { + "username": "nullishamy", + "email": "amycodes@null.net" + }, + "record": { + "CNAME": "nullishamy.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/anandyeole.json b/domains/anandyeole.json new file mode 100644 index 000000000..dfef22de1 --- /dev/null +++ b/domains/anandyeole.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/anandyeole/anandyeole.github.io", + "owner": { + "username": "anandyeole", + "email": "anandyeole@duck.com" + }, + "record": { + "CNAME": "anandyeole.github.io" + } +} diff --git a/domains/anautonell.json b/domains/anautonell.json new file mode 100644 index 000000000..6ccd9a8a7 --- /dev/null +++ b/domains/anautonell.json @@ -0,0 +1,12 @@ +{ + "description": "My Portofolio website!", + "repo": "https://github.com/anautonell/portofolio-website", + "owner": { + "username": "anautonell", + "email": "help@myprotect.xyz", + "twitter": "fastsecurerblx" + }, + "record": { + "CNAME": "anautonell.github.io" + } +} diff --git a/domains/anderson.json b/domains/anderson.json new file mode 100644 index 000000000..97f70b62a --- /dev/null +++ b/domains/anderson.json @@ -0,0 +1,11 @@ +{ + "description": "A personal portfolio site for show my projects, my social networks, my knowledges...", + "repo": "https://github.com/AndersonPGS/me", + "owner": { + "username": "andersonpgs", + "email": "andersonpgs2001@hotmail.com" + }, + "record": { + "URL": "https://andersonpgs.github.io/me" + } +} diff --git a/domains/andgyk.json b/domains/andgyk.json new file mode 100644 index 000000000..8eb363e5e --- /dev/null +++ b/domains/andgyk.json @@ -0,0 +1,11 @@ +{ + "description": "andgyk website", + "repo": "https://github.com/andgyk/andgyk.github.io", + "owner": { + "username": "andgyk", + "email": "an4g7k@gmail.com" + }, + "record": { + "CNAME": "andgyk.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/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/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/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/annihilatorrrr.json b/domains/annihilatorrrr.json new file mode 100644 index 000000000..600f87a54 --- /dev/null +++ b/domains/annihilatorrrr.json @@ -0,0 +1,12 @@ +{ + "repo": "https://github.com/annihilatorrrr/annihilatorrrr.github.io", + "description": "My personal website.", + "owner": { + "username": "annihilatorrrr", + "email": "annihilatorspark@gmail.com", + "telegram": "annihilatorrrr" + }, + "record": { + "CNAME": "annihilatorrrr.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/antonio.json b/domains/antonio.json new file mode 100644 index 000000000..636e10ca0 --- /dev/null +++ b/domains/antonio.json @@ -0,0 +1,11 @@ +{ + "description": "For my personal landing page", + "repo": "https://github.com/YantCaccia/yantcaccia.github.io", + "owner": { + "username": "YantCaccia", + "email": "yantcaccia@gmail.com" + }, + "record": { + "CNAME": "yantcaccia.github.io" + } +} diff --git a/domains/anubhav823.json b/domains/anubhav823.json new file mode 100644 index 000000000..182c7bb22 --- /dev/null +++ b/domains/anubhav823.json @@ -0,0 +1,11 @@ +{ + "description": "anubhav823' personal developer website", + "repo": "", + "owner": { + "username": "anubhav823", + "email": "anubhav823@gmail.com" + }, + "record": { + "URL": "https://anubhav823.github.io/wordle" + } +} 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.arman.json b/domains/api.arman.json new file mode 100644 index 000000000..e77a8819b --- /dev/null +++ b/domains/api.arman.json @@ -0,0 +1,10 @@ +{ + "description": "Arman's Api", + "owner": { + "username": "ItzArman09", + "email": "contact@mail.arman.is-a.dev" + }, + "record": { + "CNAME": "b25320ee-226d-4531-ad1f-db62e88ac1d4.id.repl.co" + } +} diff --git a/domains/api.badboy.json b/domains/api.badboy.json new file mode 100644 index 000000000..4f07ae142 --- /dev/null +++ b/domains/api.badboy.json @@ -0,0 +1,12 @@ +{ + "description": "Suzumi Api", + "owner": { + "username": "bad-boy-codes", + "email": "contact@mail.badboy.is-a.dev", + "discord": "445073800850046977", + "twitter": "BadBoyGoesBrr" + }, + "record": { + "CNAME": "d583fe02-d653-4af3-a8fc-1645f6857a8c.id.repl.co" + } +} diff --git a/domains/api.catzboy.json b/domains/api.catzboy.json new file mode 100644 index 000000000..376e4f271 --- /dev/null +++ b/domains/api.catzboy.json @@ -0,0 +1,11 @@ +{ + "description": "Api", + "repo": "https://github.com/Maruful007/Maruful007.github.io", + "owner": { + "username": "Maruful007", + "email": "marufulislamsami2007@gmail.com" + }, + "record": { + "CNAME": "maruful007.github.io" + } +} diff --git a/domains/api.json b/domains/api.json new file mode 100644 index 000000000..d5c11c05e --- /dev/null +++ b/domains/api.json @@ -0,0 +1,11 @@ +{ + "description": "Official is-a.dev API", + "repo": "https://github.com/MaskDuck/is-a-dev-api", + "owner": { + "username": "mtgsquad & MaskDuck", + "email": "mahir@molai.dev" + }, + "record": { + "CNAME": "is-a-dev-api-production.up.railway.app" + } +} 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/samdev.json b/domains/api.saml.json similarity index 51% rename from domains/samdev.json rename to domains/api.saml.json index eae00f8c7..69d2334e1 100644 --- a/domains/samdev.json +++ b/domains/api.saml.json @@ -1,10 +1,11 @@ { + "description": "Personal Website's API", "owner": { "username": "SamDev-7", "email": "", "discord": "SamDev7#1767" }, "record": { - "URL": "https://samdev.gq" + "CNAME": "bfc09d50-652a-454d-8135-5f3b323998bd.id.repl.co" } -} +} \ No newline at end of file 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/apiharam.json b/domains/apiharam.json new file mode 100644 index 000000000..f11434d07 --- /dev/null +++ b/domains/apiharam.json @@ -0,0 +1,11 @@ +{ + "description": "For My Haram API", + "repo": "https://github.com/ThisMe124", + "owner": { + "username": "ThisMe124", + "email": "anonymous.orgn@gmail.com" + }, + "record": { + "CNAME": "haram-api-production.up.railway.app" + } +} 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 new file mode 100644 index 000000000..dd8e98c8a --- /dev/null +++ b/domains/ari.json @@ -0,0 +1,11 @@ +{ + "description": "RayhanADev's Website!", + "repo": "https://github.com/rayhanadev/Personal-Website", + "owner": { + "username": "rayhanadev", + "email": "rayhanadev@protonmail.com" + }, + "record": { + "CNAME": "edge.redirect.pizza" + } +} 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..618155de2 --- /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": "contact@mail.arman.is-a.dev" + }, + "record": { + "A": ["89.106.200.1"] + } +} diff --git a/domains/armoredvortex.json b/domains/armoredvortex.json new file mode 100644 index 000000000..c759272eb --- /dev/null +++ b/domains/armoredvortex.json @@ -0,0 +1,10 @@ +{ + "description": "Personal Portfolio website", + "owner": { + "username": "armoredvortex", + "email": "rachitpandey@protonmail.com" + }, + "record": { + "CNAME": "armoredvortex.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/ashwin.json b/domains/ashwin.json new file mode 100644 index 000000000..57d855556 --- /dev/null +++ b/domains/ashwin.json @@ -0,0 +1,12 @@ +{ + "description": "sample repo", + "repo": "https://github.com/ashwin3082002/ashwin3082002.github.io", + "owner": { + "username": "ashwin3082002", + "email": "ashwin3082002@gmail.com", + "twitter": "ashwin3082002" + }, + "record": { + "CNAME": "ashwin3082002.github.io" + } +} 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/aspect404.json b/domains/aspect404.json new file mode 100644 index 000000000..948864725 --- /dev/null +++ b/domains/aspect404.json @@ -0,0 +1,12 @@ +{ + "description": "Aspect404_'s Website", + "owner": { + "username": "Aspect-404", + "email": "newaspectdevelopment@gmail.com", + "discord": "807361766572818484", + "twitter": "Aspect404_" + }, + "record": { + "CNAME": "e070f94f-3589-4c49-ac40-baa97dea6ccd.id.repl.co" + } +} diff --git a/domains/atharv.json b/domains/atharv.json new file mode 100644 index 000000000..23357630c --- /dev/null +++ b/domains/atharv.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website for Atharv", + "repo": "https://github.com/realatharv/atharv.github.io", + "owner": { + "username": "realatharv", + "email": "atharv.sbiz@gmail.com", + "twitter": "realatharv" + }, + "record": { + "CNAME": "realatharv.github.io" + } +} diff --git a/domains/atharva.json b/domains/atharva.json new file mode 100644 index 000000000..0f3020159 --- /dev/null +++ b/domains/atharva.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/atharvalt/atharvalt.github.io", + "owner": { + "username": "atharvalt", + "email": "atharva.upadhyay1099@gmail.com", + "discord": "シAtharva#5374" + }, + "record": { + "CNAME": "atharvalt.github.io" + } +} diff --git a/domains/auth.json b/domains/auth.json new file mode 100644 index 000000000..36646103a --- /dev/null +++ b/domains/auth.json @@ -0,0 +1,10 @@ + { + "owner": { + "username": "@is-a-dev/maintainers", + "email": "mahir@molai.dev" + }, + "record": { + "A": ["199.36.158.100"] + } + } + 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 new file mode 100644 index 000000000..a288ba5e6 --- /dev/null +++ b/domains/ave.json @@ -0,0 +1,11 @@ +{ + "description": "Personal site for github@ayvacs", + "repo": "https://github.com/ayvacs/ayvacs.github.io", + "owner": { + "username": "ayvacs", + "email": "ayvacs@proton.me" + }, + "record": { + "CNAME": "ayvacs.github.io" + } +} diff --git a/domains/avellea.json b/domains/avellea.json new file mode 100644 index 000000000..b6a105c4d --- /dev/null +++ b/domains/avellea.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website.", + "repo": "https://github.com/Avellea/Avellea.github.io/", + "owner": { + "username": "Avellea", + "email": "", + "discord": "Ave#2776" + }, + "record": { + "CNAME": "avellea.github.io" + } +} diff --git a/domains/avon.json b/domains/avon.json new file mode 100644 index 000000000..f6246e3a8 --- /dev/null +++ b/domains/avon.json @@ -0,0 +1,10 @@ +{ + "owner":{ + "username": "avonryle", + "discord": "avonryle#3155", + "email": "avonryle@cloudteam.me" + }, + "record": { + "CNAME": "b496390d-18ef-4629-990f-a6bb296f35d6.id.repl.co" + } +} 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/bad.boy.json b/domains/bad.boy.json new file mode 100644 index 000000000..3a42caf58 --- /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": { + "URL": "https://badboy.is-a.dev" + } +} diff --git a/domains/badboy.json b/domains/badboy.json index 215bc8691..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": "badboy", - "email": "badboyplays9999@gmail.com" + "username": "bad-boy-codes", + "email": "contact@mail.badboy.is-a.dev", + "discord": "445073800850046977", + "note": "My Discord ID is 445073800850046977.", + "twitter": "BadBoyGoesBrr" }, "record": { - "CNAME": "api-badboy.up.railway.app" + "CNAME": "4baf80cb-7f87-4d2c-8e40-938f4045acfd.id.repl.co" } } 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/ball.mousemoosz.json b/domains/ball.mousemoosz.json new file mode 100644 index 000000000..48cbc4a07 --- /dev/null +++ b/domains/ball.mousemoosz.json @@ -0,0 +1,10 @@ +{ + "description": "The documentation website for Ball discord bot.", + "owner": { + "username": "MouseMoosz", + "email": "mousemoosz@protonmail.com" + }, + "record": { + "CNAME": "mousemoosz.github.io" + } +} diff --git a/domains/baquir.json b/domains/baquir.json new file mode 100644 index 000000000..ce53bed23 --- /dev/null +++ b/domains/baquir.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio Website", + "repo": "https://github.com/mohd-baquir-qureshi/mohd-baquir-qureshi.github.io", + "owner": { + "username": "mohd-baquir-qureshi", + "email": "dumboo0798@gmail.com" + }, + "record": { + "CNAME": "mohd-baquir-qureshi.github.io" + } +} diff --git a/domains/bast.json b/domains/bast.json new file mode 100644 index 000000000..302ae95f6 --- /dev/null +++ b/domains/bast.json @@ -0,0 +1,10 @@ +{ + "description": "Bast's Programming Blog", + "owner": { + "username": "bast0006", + "email": "bast@bast-development.com" + }, + "record": { + "URL": "https://bast-development.com" + } +} diff --git a/domains/batema.json b/domains/batema.json new file mode 100644 index 000000000..2e9225f58 --- /dev/null +++ b/domains/batema.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lukas-batema", + "email": "lukasbatema@gmail.com" + }, + "record": { + "URL": "https://batemadevelopment.com/" + } +} 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/bee.json b/domains/bee.json new file mode 100644 index 000000000..ce0fa62ed --- /dev/null +++ b/domains/bee.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "padlocks", + "email": "", + "twitter": "WeDoBeeVibing", + "discord": "bee!#0001" + }, + "description": "Commission website and links to my social medias.", + "record": { + "CNAME": "enbee.carrd.co" + } +} diff --git a/domains/benjo.json b/domains/benjo.json new file mode 100644 index 000000000..a76f250b0 --- /dev/null +++ b/domains/benjo.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Golgrax", + "email": "", + "twitter": "BughawBenjo" + }, + "record": { + "CNAME": "09a88fc1-344d-44cf-8b92-98cc1383dff6.id.repl.co" + } +} diff --git a/berry.json b/domains/berry.json similarity index 100% rename from berry.json rename to domains/berry.json 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/beta.omxpro.json b/domains/beta.omxpro.json new file mode 100644 index 000000000..c49987bcc --- /dev/null +++ b/domains/beta.omxpro.json @@ -0,0 +1,12 @@ +{ + "description": "this is a subdomain for the beta version of my portfolio", + "repo": "https://github.com/omxproYT/omxproyt.github.io", + "owner": { + "username": "omxproYT", + "email": "omsenjalia@gmail.com", + "twitter": "DaRealOmxpro" + }, + "record": { + "CNAME": "omxproYT.github.io" + } +} 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/blast.json b/domains/blast.json new file mode 100644 index 000000000..d83a94be7 --- /dev/null +++ b/domains/blast.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ReBlast", + "email": "", + "discord": "Blast#9400" + }, + "description": "Personal website with links to my social medias, will probably add portfolio", + "record": { + "CNAME": "reblast.github.io" + } +} 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.catzboy.json b/domains/blog.catzboy.json new file mode 100644 index 000000000..e11095ae3 --- /dev/null +++ b/domains/blog.catzboy.json @@ -0,0 +1,11 @@ +{ + "description": "Catzboy's Blog", + "repo": "https://github.com/Maruful007/Maruful007.github.io", + "owner": { + "username": "Maruful007", + "email": "marufulislamsami2007@gmail.com" + }, + "record": { + "CNAME": "maruful007.github.io" + } +} 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.om.json b/domains/blog.om.json new file mode 100644 index 000000000..9e51d693c --- /dev/null +++ b/domains/blog.om.json @@ -0,0 +1,12 @@ +{ + "description": "Blog - a simple blog site/dairy for Om! I hope to see you again.", + "repo": "https://github.com/omxpro/blog-cf", + "owner": { + "username": "omxpro", + "email": "omsenjalia@gmail.com", + "twitter": "DaRealOmxpro" + }, + "record": { + "CNAME": "blog-cf-bu7.pages.dev" + } +} diff --git a/domains/blog.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.aakanksha.json b/domains/blogs.aakanksha.json new file mode 100644 index 000000000..9fb453d71 --- /dev/null +++ b/domains/blogs.aakanksha.json @@ -0,0 +1,11 @@ +{ + "description": "Aakanksha's Blog", + "repo": "https://github.com/aakankshabhende/aakankshabhende.github.io", + "owner": { + "username": "aakankshabhende", + "email": "aakanksha0407@gmail.com" + }, + "record": { + "CNAME": "hashnode.network" + } + } \ No newline at end of file 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/bot.api.json b/domains/bot.api.json new file mode 100644 index 000000000..7606515f6 --- /dev/null +++ b/domains/bot.api.json @@ -0,0 +1,11 @@ +{ + "description": "Official Is A Dev bot API", + "repo": "https://github.com/mtgsquad/is-a-dev-bot", + "owner": { + "username": "Mahir", + "email": "mahir@molai.dev" + }, + "record": { + "CNAME": "is-a-dev-bot-production.up.railway.app" + } +} diff --git a/domains/bot.riskymh.json b/domains/bot.riskymh.json new file mode 100644 index 000000000..6608dea8a --- /dev/null +++ b/domains/bot.riskymh.json @@ -0,0 +1,13 @@ +{ + "description": "Discord Bot Website", + "repo": "https://github.com/RiskyMH/RiskyBOT", + "owner": { + "username": "RiskyMH", + "discord": "RiskyMH#0182", + "email": "" + }, + "record": { + "URL": "https://riskymh.github.io/RiskyBOT" + } + } + 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/burandby.json b/domains/burandby.json new file mode 100644 index 000000000..9d661b37a --- /dev/null +++ b/domains/burandby.json @@ -0,0 +1,11 @@ +{ + "description": "Pico-8 in-browser emulator.", + "repo": "https://github.com/burandby", + "owner": { + "username": "burandby", + "email": "bur.and.by@gmail.com" + }, + "record": { + "CNAME": "burandby.github.io" + } +} diff --git a/domains/calculator.notaperson535.json b/domains/calculator.notaperson535.json new file mode 100644 index 000000000..6ac8d89c9 --- /dev/null +++ b/domains/calculator.notaperson535.json @@ -0,0 +1,11 @@ +{ + "description": "My modern calculator", + "repo": "https://github.com/notAperson535/moderncalculator", + "owner": { + "username": "notAperson535", + "email": "notAperson939@gmail.com" + }, + "record": { + "CNAME": "notAperson535.github.io" + } +} diff --git a/domains/cartar.json b/domains/cartar.json index 156f4986d..24e228209 100644 --- a/domains/cartar.json +++ b/domains/cartar.json @@ -7,6 +7,6 @@ "twitter": "cartar0058" }, "record": { - "A": ["209.126.0.170"] + "A": ["154.53.34.33"] } } diff --git a/domains/casper.json b/domains/casper.json new file mode 100644 index 000000000..6bdae7c6e --- /dev/null +++ b/domains/casper.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "KZacharski", + "email": "apki@kacperzacharski.pl" + }, + "record": { + "CNAME": "puffercat.xyz" + } +} diff --git a/domains/cat.sx9.json b/domains/cat.sx9.json new file mode 100644 index 000000000..8146434ae --- /dev/null +++ b/domains/cat.sx9.json @@ -0,0 +1,13 @@ +{ + "description": "SX's Cat Discord Bot Website", + "repo": "SX-9/sx-discord-bot", + "owner": { + "username": "SX-9", + "twitter": "SX_Discord", + "discord": "SX-Spy-Agent#1377", + "email": "sx-91@outlook.com" + }, + "record": { + "CNAME": "20919506-c6ad-42e9-80a8-a027c160e702.id.repl.co" + } +} diff --git a/domains/catsarecoo.json b/domains/catsarecoo.json new file mode 100644 index 000000000..c1b17babe --- /dev/null +++ b/domains/catsarecoo.json @@ -0,0 +1,11 @@ +{ + "description": "Invites Bot Site", + "repo": "https://catsarecoo.github.io/", + "owner": { + "username": "catsarecoo", + "email": "twistedpandora91@gmail.com" + }, + "record": { + "CNAME": "catsarecoo.github.io" + } +} diff --git a/domains/catzboy.json b/domains/catzboy.json new file mode 100644 index 000000000..5a35b961c --- /dev/null +++ b/domains/catzboy.json @@ -0,0 +1,11 @@ +{ + "description": "Catzboy Profilo", + "repo": "https://github.com/Maruful007/Maruful007.github.io", + "owner": { + "username": "Maruful007", + "email": "marufulislamsami2007@gmail.com" + }, + "record": { + "CNAME": "maruful007.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/cb.json b/domains/cb.json new file mode 100644 index 000000000..2438155ed --- /dev/null +++ b/domains/cb.json @@ -0,0 +1,10 @@ +{ + "description": "Coffeebank", + "owner": { + "username": "coffeebank", + "email": "coffeebank-is-a-dev@catdev.anonaddy.com" + }, + "record": { + "URL": "https://coffeebank.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/cdn.arman.json b/domains/cdn.arman.json new file mode 100644 index 000000000..f40f0de31 --- /dev/null +++ b/domains/cdn.arman.json @@ -0,0 +1,10 @@ +{ + "description": "Arman's content delivery network", + "owner": { + "username": "ItzArman09", + "email": "contact@mail.arman.is-a.dev" + }, + "record": { + "CNAME": "23f4d8ed-6b28-4e13-a9e9-bd913bbb2040.id.repl.co" + } +} diff --git a/domains/cdn.badboy.json b/domains/cdn.badboy.json new file mode 100644 index 000000000..eeed68a07 --- /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": "bad-boy-codes.github.io" + } +} 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/censor.json b/domains/censor.json new file mode 100644 index 000000000..5fa90ee8e --- /dev/null +++ b/domains/censor.json @@ -0,0 +1,13 @@ +{ + "description": "My personal Website", + "repo": "https://github.com/cens6r/cens6r.github.io", + "owner": { + "username": "censor", + "email": "cens6r.dev@gmail.com", + "discord": "cens6r#0001", + "note": "It is faster to contact me on Discord." + }, + "record": { + "CNAME": "cens6r.github.io" + } +} diff --git a/domains/ceon.json b/domains/ceon.json new file mode 100644 index 000000000..c700b6212 --- /dev/null +++ b/domains/ceon.json @@ -0,0 +1,11 @@ +{ + "description": "Hey, I am Ceon!", + "repo": "https://github.com/internetmagduru", + "owner": { + "username": "internetmagduru", + "email": "ceon@ceon.tech" + }, +"record": { + "URL": "https://ceon.tech" + } +} diff --git a/domains/chad.json b/domains/chad.json new file mode 100644 index 000000000..409e5eef0 --- /dev/null +++ b/domains/chad.json @@ -0,0 +1,12 @@ +{ + "description": "Chad's GitHub", + "repo": "https://github.com/djsnipa1/djsnipa1.github.io", + "owner": { + "username": "djsnipa1", + "email": "chadboyce@gmail.com", + "twitter": "djsnipa1" + }, + "record": { + "CNAME": "djsnipa1.github.io" + } +} 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/changliu.json b/domains/changliu.json new file mode 100644 index 000000000..2114b6e95 --- /dev/null +++ b/domains/changliu.json @@ -0,0 +1,12 @@ +{ + "description": "Chang Liu's Personal Website", + "repo": "https://github.com/changbobbyliu/changbobbyliu.github.io", + "owner": { + "username": "changbobbyliu", + "email": "changbobbyliu@gmail.com", + "twitter": "changliuisadev" + }, + "record": { + "CNAME": "changbobbyliu.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..9fc0ab82d --- /dev/null +++ b/domains/chat-with.sx9.json @@ -0,0 +1,10 @@ + { + "owner": { + "username": "SX-9", + "email": "satriakrach@gmail.com" + }, + "record": { + "CNAME": "5b57fe59-8f17-4bdf-9ece-d8dde3f9cab0.id.repl.co" + } + } + 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/chenpeng.json b/domains/chenpeng.json new file mode 100644 index 000000000..9e533ff90 --- /dev/null +++ b/domains/chenpeng.json @@ -0,0 +1,13 @@ +{ + "description": "Patrick Chen's develop site", + "repo": "https://github.com/ChpShy/ChpShy.github.io.git", + "owner": { + "username": "chenpeng", + "email": "cp786156072@gmail.com", + "twitter": "chepy2019", + "discord": "Patrick Chen#9900" + }, + "record": { + "URL": "https://chpshy.github.io/" + } +} diff --git a/domains/chloe.json b/domains/chloe.json new file mode 100644 index 000000000..caaae9058 --- /dev/null +++ b/domains/chloe.json @@ -0,0 +1,12 @@ +{ + "description": "Chloe's is-a-dev domain", + "repo": "https://github.com/chlomne/chlomne.github.io", + "owner": { + "username": "chlomne", + "email": "", + "discord": "Saphixa#7272" + }, + "record": { + "CNAME": "chlomne.github.io" + } +} \ No newline at end of file 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/cindy.json b/domains/cindy.json new file mode 100644 index 000000000..62562d874 --- /dev/null +++ b/domains/cindy.json @@ -0,0 +1,12 @@ +{ + "description": "portefolio website", + "repo": "https://github.com/cindynatorella/cindynatorella.github.io", + "owner": { + "username": "cindynatorella", + "email": "cindy.e.roullet@gmail.com" + + }, + "record": { + "CNAME": "cindynatorella.github.io" + } + } \ No newline at end of file diff --git a/domains/cisco.json b/domains/cisco.json new file mode 100644 index 000000000..bca5b7fcd --- /dev/null +++ b/domains/cisco.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "franpessoa", + "email": "frandevacc@gmail.com" + }, + "record": { + "CNAME": "frandevacc.bearblog.dev" + } +} diff --git a/domains/ck.json b/domains/ck.json new file mode 100644 index 000000000..814ca4948 --- /dev/null +++ b/domains/ck.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/plu5/plu5.github.io", + "owner": { + "username": "plu5", + "email": "ctre@users.sourceforge.net", + "twitter": "preminster" + }, + "record": { + "CNAME": "plu5.github.io" + } +} 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/code.sx9.json b/domains/code.sx9.json new file mode 100644 index 000000000..b4cdb297a --- /dev/null +++ b/domains/code.sx9.json @@ -0,0 +1,12 @@ +{ + "description": "SX's VS Code On The Web", + "owner": { + "username": "SX-9", + "twitter": "SX_Discord", + "discord": "SX-Spy-Agent#1377", + "email": "sx-91@outlook.com" + }, +"record": { + "CNAME": "code-sx9.up.railway.app" + } +} 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/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/cooper.json b/domains/cooper.json new file mode 100644 index 000000000..6f9f30f9f --- /dev/null +++ b/domains/cooper.json @@ -0,0 +1,11 @@ +{ + "description": "Domain for my Portfolio Thing", + "repo": "https://github.com/cooper25/portfolio2021", + "owner": { + "username": "cooper25", + "email": "cooper@tsor.is" + }, + "record": { + "URL": "https://cppr.dev" + } +} 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/crystal.json b/domains/crystal.json new file mode 100644 index 000000000..b86f1a32a --- /dev/null +++ b/domains/crystal.json @@ -0,0 +1,12 @@ +{ + "description": "For hosting my portfolio", + "repo": "https://github.com/crystalbajgai/crystalbajgai.github.io", + "owner": { + "username": "crystalbajgai", + "email": "crystalnplol@gmail.com", + "twitter": "@CrystalNPYT" + }, + "record": { + "CNAME": "crystalbajgai.github.io" + } +} 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/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/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/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/daddy.json b/domains/daddy.json new file mode 100644 index 000000000..d7c019181 --- /dev/null +++ b/domains/daddy.json @@ -0,0 +1,13 @@ +{ + "description": "Redirect to daddy mahir's website", + "repo": "https://github.com/mtgsquad", + "owner": { + "username": "mtgsquad", + "email": "mahir@molai.dev", + "twitter": "DevMolai", + "discord": "molai.dev#2674" + }, + "record": { + "URL": "https://molai.dev" + } +} diff --git a/domains/dainfloop.json b/domains/dainfloop.json new file mode 100644 index 000000000..59da615b2 --- /dev/null +++ b/domains/dainfloop.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "DaInfLoop", + "email": "backupharoongames100@gmail.com" + }, + + "record": { + "CNAME": "ea1ab2ec-071c-45d5-8455-bfdecf9fb1b1.id.repl.co" + } +} 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..cde7863e7 --- /dev/null +++ b/domains/daniel4-dev.json @@ -0,0 +1,12 @@ +{ + "description": "Daniel Barton's games site", + "owner": { + "username": "daniel4-scratch", + "email": "llama552621@gmail.com" + }, + "record": { + "A": [ + "52.54.56.45" + ] + } +} 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/dano.json b/domains/dano.json new file mode 100644 index 000000000..76e29ed6c --- /dev/null +++ b/domains/dano.json @@ -0,0 +1,12 @@ +{ + "description": "Dano's Portfolio", + "repo": "https://github.com/dano235/Portfolio", + "owner": { + "username": "dano235", + "email": "danoleet@gmail.com", + "discord": "dano#6811" + }, + "record": { + "CNAME": "dano.up.railway.app" + } +} 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/dave9123.json b/domains/dave9123.json new file mode 100644 index 000000000..ed3d84ec9 --- /dev/null +++ b/domains/dave9123.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "dave9123", + "discord": "Dave9123#0757", + "email": "dave.turmawan@outlook.com" + }, + "record": { + "CNAME": "dave9123.netlify.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/dehteam3.json b/domains/dehteam3.json new file mode 100644 index 000000000..74931407b --- /dev/null +++ b/domains/dehteam3.json @@ -0,0 +1,12 @@ + +{ + "description": "Hi, I am Thomas Aka dehteam3, I like coding, playing games", + "repo": "https://github.com/dehteam3/dehteam3.github.io", + "owner": { + "username": "dehteam3", + "email": "thomasemad2008@gmail.com" + }, + "record": { + "CNAME": "dehteam3.github.io" + } +} diff --git a/domains/deliable.json b/domains/deliable.json new file mode 100644 index 000000000..86994bae4 --- /dev/null +++ b/domains/deliable.json @@ -0,0 +1,10 @@ +{ + "description": "hi! i am deliable, a developer. i love minecraft.", + "owner": { + "username": "Deliable", + "email": "rbstsoul@gmail.com" + }, + "record": { + "CNAME": "5e125b8d47-hosting.gitbook.io" + } +} diff --git a/domains/demonitize.json b/domains/demonitize.json new file mode 100644 index 000000000..4eafedaf9 --- /dev/null +++ b/domains/demonitize.json @@ -0,0 +1,19 @@ +{ + "owner": { + "username": "demonitize", + "email": "", + "twitter": "demonitized_boi", + "twitch": "demonitized_boi", + "discord": "DEMONITIZED BOI#6969" + }, + "description": "Probably will use this to redirect to GitHub, because custom domain look cool", + "repo": "https://github.com/demonitize", + "record": { + "URL": "https://github.com/demonitize", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/den.json b/domains/den.json new file mode 100644 index 000000000..50b7996cc --- /dev/null +++ b/domains/den.json @@ -0,0 +1,12 @@ +{ + "description": "This domain (den.is-a.dev) is used for blogging by Denver", + "repo": "", + "owner": { + "username": "DenStudies7700", + "discord": "ImDenver#7700", + "email": "" + }, + "record": { + "CNAME": "hashnode.network" + } +} diff --git a/domains/denver.json b/domains/denver.json new file mode 100644 index 000000000..115485745 --- /dev/null +++ b/domains/denver.json @@ -0,0 +1,12 @@ +{ + "description": "This domain (denver.is-a.dev) is used for scripting Denver's bio and as a portfolio", + "repo": "https://github.com/DenStudies7700/DenStudies7700.github.io", + "owner": { + "username": "DenStudies7700", + "discord": "ImDenver#7700", + "email": "" + }, + "record": { + "CNAME": "densite-development-7700.up.railway.app" + } +} 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/devcomp.json b/domains/devcomp.json new file mode 100644 index 000000000..84ec2861b --- /dev/null +++ b/domains/devcomp.json @@ -0,0 +1,11 @@ +{ + "description": "Cool looking redirection for my site.", + "repo": "https://github.com/CompeyDev", + "owner": { + "username": "CompeyDev", + "email": "hi@devcomp.tk" + }, + "record": { + "URL": "https://landing.devcomp.xyz" + } +} diff --git a/domains/developer.json b/domains/developer.json new file mode 100644 index 000000000..3e2cd1158 --- /dev/null +++ b/domains/developer.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Saharsh1223", + "email": "psaharsh2@gmail.com" + }, + "record": { + "CNAME": "sup4321.github.io" + } +} 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/dexo.json b/domains/dexo.json new file mode 100644 index 000000000..026a9312d --- /dev/null +++ b/domains/dexo.json @@ -0,0 +1,15 @@ +{ + "description": "Ce cauti ma aici?", + "owner": { + "username": "DeXoHigh", + "email": "dexocash@gmail.com" + }, + "record": { + "A": ["185.141.25.116"], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/dheirya.json b/domains/dheirya.json new file mode 100644 index 000000000..f86848c55 --- /dev/null +++ b/domains/dheirya.json @@ -0,0 +1,12 @@ +{ + "description": "An awesome portfolio site for Dheirya Tyagi", + "repo": "https://github.com/Dheirya/dheiryaweb", + "owner": { + "username": "Dheirya", + "email": "mail@socialrumbles.com", + "twitter": "fellow_doge" + }, + "record": { + "CNAME": "dheirya.pages.dev" + } +} 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..1854fa38a --- /dev/null +++ b/domains/dib.json @@ -0,0 +1,13 @@ +{ + "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"], + "TXT": "zoho-verification=zb87142129.zmverify.zoho.eu" + } +} 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/dieviel.json b/domains/dieviel.json new file mode 100644 index 000000000..0deaae115 --- /dev/null +++ b/domains/dieviel.json @@ -0,0 +1,11 @@ +{ + "description": "dieViel Website", + "owner": { + "username": "nobuyaki", + "email": "dimas2214sa@gmail.com", + "discord": "445073800850046977" + }, + "record": { + "CNAME": "6fe0555b-c207-4d0a-bd14-7ba43c32fcff.id.repl.co" + } +} 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/divyam.json b/domains/divyam.json new file mode 100644 index 000000000..bc6693301 --- /dev/null +++ b/domains/divyam.json @@ -0,0 +1,11 @@ +{ + "description": "Divyam's personal website", + "repo": "https://github.com/DivyamAhuja/divyamahuja.github.io", + "owner": { + "username": "DivyamAhuja", + "email": "ahujadivyam@gmail.com" + }, + "record": { + "CNAME": "divyamahuja.github.io" + } +} diff --git a/domains/docs.json b/domains/docs.json new file mode 100644 index 000000000..6bc7fd236 --- /dev/null +++ b/domains/docs.json @@ -0,0 +1,11 @@ +{ + "description": "Documentation website for is-a-dev/register", + "repo": "is-a-dev/docs", + "owner": { + "username": "@is-a-dev/maintainers", + "email": "mahir@molai.dev" + }, + "record": { + "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/donkaos.json b/domains/donkaos.json new file mode 100644 index 000000000..b3fabe52f --- /dev/null +++ b/domains/donkaos.json @@ -0,0 +1,11 @@ +{ + "description": "Donkas's personal developer website", + "repo": "https://github.com/donkaos501", + "owner": { + "username": "Donkaos", + "email": "donkaos501@outlook.com" + }, + "record": { + "CNAME": "is-a.dev.donkaos.de" + } +} diff --git a/domains/dunkan.json b/domains/dunkan.json new file mode 100644 index 000000000..d33c932a2 --- /dev/null +++ b/domains/dunkan.json @@ -0,0 +1,11 @@ +{ + "description": "Dunkan", + "owner": { + "username": "dcdunkan", + "email": "", + "twitter": "dcdunkan" + }, + "record": { + "URL": "https://github.com/dcdunkan" + } +} diff --git a/domains/eax.json b/domains/eax.json new file mode 100644 index 000000000..8b49879e6 --- /dev/null +++ b/domains/eax.json @@ -0,0 +1,11 @@ +{ + "description": "is-a.dev website of eaxly", + "repo": "https://codeberg.org/eax/website", + "owner": { + "username": "eaxly", + "email": "extinctaxolotl@protonmail.com" + }, + "record": { + "CNAME": "eax.codeberg.page" + } +} diff --git a/domains/eazyblack.json b/domains/eazyblack.json new file mode 100644 index 000000000..b6576582d --- /dev/null +++ b/domains/eazyblack.json @@ -0,0 +1,11 @@ +{ + "description": "eazyblack website.", + "repo": "https://github.com/EAZYBLACK/eazyblack.github.io", + "owner": { + "username": "eazyblack", + "email": "eazywhite40@gmail.com" + }, + "record": { + "CNAME": "eazyblack.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/eddyraz-trfk.json b/domains/eddyraz-trfk.json new file mode 100644 index 000000000..3cf720a6b --- /dev/null +++ b/domains/eddyraz-trfk.json @@ -0,0 +1,12 @@ +{ + "description": "Traefik Console Demo Subdomain", + "repo": "https://github.com/eddyraz", + "owner": { + "username": "eddyraz", + "email": "eddyraz.fl@gmail.com" + }, + "record": { + "CNAME": "srv231139-206152.vps.etecsa.cu" + } + +} diff --git a/domains/eldano.json b/domains/eldano.json new file mode 100644 index 000000000..0cef3a142 --- /dev/null +++ b/domains/eldano.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website for eldano dev", + "repo": "https://github.com/eldano/eldano.github.io", + "owner": { + "username": "eldano", + "email": "", + "twitter": "eldanov2" + }, + "record": { + "CNAME": "eldano.github.io" + } +} 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/elma.json b/domains/elma.json new file mode 100644 index 000000000..655ee71ba --- /dev/null +++ b/domains/elma.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "minibox24", + "email": "minibox724@gmail.com" + }, + "record": { + "CNAME": "isadev.minibox.xyz" + } +} 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/enzo.json b/domains/enzo.json new file mode 100644 index 000000000..49b8a0170 --- /dev/null +++ b/domains/enzo.json @@ -0,0 +1,11 @@ +{ + "description": "Enzo's portfolio", + "repo": "https://github.com/enzonaute/", + "owner": { + "username": "enzonaute", + "email": "hello@enzonaute.me" + }, + "record": { + "CNAME": "enzonaute.me" + } +} 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/ericthomas.json b/domains/ericthomas.json new file mode 100644 index 000000000..655a0aa7b --- /dev/null +++ b/domains/ericthomas.json @@ -0,0 +1,11 @@ +{ + "description": "Eric Thomas' Portfolio", + "repo": "https://github.com/ericthomasca", + "owner": { + "username": "ericthomasca", + "email": "eric@ericthomas.ca" + }, + "record": { + "URL": "https://ericthomas.ca" + } +} 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/ethxrnity.json b/domains/ethxrnity.json new file mode 100644 index 000000000..1212ebfb0 --- /dev/null +++ b/domains/ethxrnity.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website", + "repo": "https://github.com/ethxrnity/ethxrnity.github.io", + "owner": { + "username": "ethxrnity", + "email": "ethxrnity@gmail.com", + "twitter": "ethxrnity" + }, + "record": { + "CNAME": "ethxrnity.github.io" + } +} 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/eviternal.json b/domains/eviternal.json new file mode 100644 index 000000000..5ccaa4144 --- /dev/null +++ b/domains/eviternal.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "EviternalOfficial", + "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/example.json b/domains/example.json new file mode 100644 index 000000000..6ed30b9fb --- /dev/null +++ b/domains/example.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "MaskDuck", + "email": "", + "discord": "MaskDuck#7325" + }, + "description": "This domain serve no purpose and is intended for documentation purpose.", + "record": { + "URL": "https://is-a.dev" + } +} + diff --git a/domains/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/fallen.json b/domains/fallen.json index 452e7453a..e6de3786b 100644 --- a/domains/fallen.json +++ b/domains/fallen.json @@ -1,12 +1,12 @@ { - "description": "Personal site and portfolio.", - "repo": "https://github.com/ThingsOfFallen/Website", + "description": "GitHub Profile redirect.", + "repo": "https://github.com/TheFallenSpirit/TheFallenSpirit", "owner": { "username": "TheFallenSpirit", "email": "thefallenspirit@outlook.com", "twitter": "@FallenCodes" }, "record": { - "A": ["198.58.110.227"] + "URL": "https://github.com/TheFallenSpirit" } } 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/fayasnoushad.json b/domains/fayasnoushad.json new file mode 100644 index 000000000..5aae04145 --- /dev/null +++ b/domains/fayasnoushad.json @@ -0,0 +1,12 @@ +{ + "description": "My personal site", + "repo": "https://github.com/FayasNoushad/fayasnoushad.github.io", + "owner": { + "username": "FayasNoushad", + "email": "", + "twitter": "FayasNoushad" + }, + "record": { + "CNAME": "FayasNoushad.github.io" + } +} 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/fcircle-doc.json b/domains/fcircle-doc.json new file mode 100644 index 000000000..2b7319f95 --- /dev/null +++ b/domains/fcircle-doc.json @@ -0,0 +1,11 @@ +{ + "description": "fcircle-doc", + "repo": "https://github.com/hiltay/hexo-circle-of-friends-doc", + "owner": { + "username": "yyyz", + "email": "yyyzlyh@gmail.com" + }, + "record": { + "URL": "https://hiltay.github.io/hexo-circle-of-friends-doc" + } +} diff --git a/domains/felga.json b/domains/felga.json index e3411113d..fc90b54b7 100644 --- a/domains/felga.json +++ b/domains/felga.json @@ -4,6 +4,6 @@ "email": "wojciech.faruga@outlook.com" }, "record": { - "URL": "https://radkerouter.ddns.net/felga" + "CNAME": "felga.ddns.net" } } 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/florian.json b/domains/florian.json new file mode 100644 index 000000000..0f8d3ab37 --- /dev/null +++ b/domains/florian.json @@ -0,0 +1,12 @@ +{ + "description": "Hey! I'm Florian", + "repo": "https://github.com/florianheysen/heysen.fr", + "owner": { + "username": "florianheysen", + "email": "florian.heysen@gmail.com", + "twitter": "florianheysen" + }, + "record": { + "CNAME": "heysen.fr" + } +} diff --git a/domains/foufou-exe.json b/domains/foufou-exe.json new file mode 100644 index 000000000..537ba5fb1 --- /dev/null +++ b/domains/foufou-exe.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website", + "repo": "https://github.com/Foufou-exe/foufou-exe.github.io", + "owner": { + "username": "Foufou-exe", + "email": "thibaut.maurras34@gmail.com", + "twitter": "MaurrasT" + }, + "record": { + "CNAME": "foufou-exe.github.io" + } +} diff --git a/domains/fourjuaneight.json b/domains/fourjuaneight.json new file mode 100644 index 000000000..2cef409e2 --- /dev/null +++ b/domains/fourjuaneight.json @@ -0,0 +1,11 @@ +{ + "description": "Juan's personal site", + "repo": "https://github.com/fourjuaneight", + "owner": { + "username": "fourjuaneight", + "email": "juan@villela.co" + }, + "record": { + "URL": "https://juanvillela.dev" + } +} diff --git a/domains/foxie.arman.json b/domains/foxie.arman.json new file mode 100644 index 000000000..727b37a31 --- /dev/null +++ b/domains/foxie.arman.json @@ -0,0 +1,16 @@ +{ + "description": "Foxie's Homepage by arman", + "repo": "https://github.com/ItzArman09/foxie.js", + "owner": { + "username": "ItzArman09", + "email": "contact@mail.arman.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/frankie.json b/domains/frankie.json deleted file mode 100644 index 069e74a14..000000000 --- a/domains/frankie.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Now that's a spicy 404 page!", - "repo": "https://github.com/frankie-tech/frankie-tech.github.io", - "owner": { - "username": "frankie-tech", - "email": "", - "twitter": "this_frankie" - }, - "record": { - "CNAME": "frankie-tech.github.io" - } -} diff --git a/domains/frcat.json b/domains/frcat.json new file mode 100644 index 000000000..235e95ab1 --- /dev/null +++ b/domains/frcat.json @@ -0,0 +1,12 @@ +{ + "description": "FRCat's Website", + "repo": "https://github.com/frcat/Website", + "owner": { + "username": "French-Cat", + "email": "", + "discord": "French Cat#0002" + }, + "record": { + "CNAME": "frcat.github.io" + } +} diff --git a/domains/frd.json b/domains/frd.json new file mode 100644 index 000000000..4bc729000 --- /dev/null +++ b/domains/frd.json @@ -0,0 +1,12 @@ +{ + "description": "frd.is-a.dev.", + "repo": "https://github.com/superXdev/portfolio-next", + "owner": { + "username": "superXdev", + "email": "fikrizhanking@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=frd.is-a.dev,e04ccfeb28b2ba8ec702", + "URL": "https://fikri.vercel.app" + } +} 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/fulminatingmoat.json b/domains/fulminatingmoat.json new file mode 100644 index 000000000..403673491 --- /dev/null +++ b/domains/fulminatingmoat.json @@ -0,0 +1,12 @@ +{ + "description": "Website", + "repo": "https://github.com/fulminatingmoat", + "owner": { + "username": "fulminatingmoat", + "email": "fulminatingmoat@fulminatingmoat.com", + "discord": "ᅠᅠ#6266" + }, + "record": { + "URL": "https://fulminatingmoat.com" + } +} 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/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/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/garden.json b/domains/garden.json new file mode 100644 index 000000000..b7efda5aa --- /dev/null +++ b/domains/garden.json @@ -0,0 +1,11 @@ +{ + "description": "my personal website", + "repo": "https://github.com/nocekek", + "owner": { + "username": "nocekek", + "email": "nocekek.heytherebuddy@gmail.com" + }, + "record": { + "CNAME": "b8642d5b-1564-4bcd-aa54-03228a9b8d96.id.repl.co" + } +} diff --git a/domains/gavrielsatrio.json b/domains/gavrielsatrio.json new file mode 100644 index 000000000..09b6e0234 --- /dev/null +++ b/domains/gavrielsatrio.json @@ -0,0 +1,11 @@ +{ + "description": "Gavriel Satrio github pages", + "repo": "https://github.com/gavrielsatrio/gavrielsatrio.github.io", + "owner": { + "username": "gavrielsatrio", + "email": "gavriel228@gmail.com" + }, + "record": { + "CNAME": "gavrielsatrio.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/ghex.json b/domains/ghex.json new file mode 100644 index 000000000..6642b98f8 --- /dev/null +++ b/domains/ghex.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website", + "repo": "https://github.com/ghextercortes/ghextercortes.github.io", + "owner": { + "username": "ghextercortes", + "email": "ghextershumies@gmail.com", + "twitter": "CortesGhexter" + }, + "record": { + "CNAME": "ghextercortes.github.io" + } +} diff --git a/domains/ghost.json b/domains/ghost.json new file mode 100644 index 000000000..d931c1561 --- /dev/null +++ b/domains/ghost.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ghostdevv", + "email": "ghostdevbusiness@gmail.com", + "twitter": "onlyspaceghost" + }, + "repo": "https://github.com/ghostdevv/website", + "record": { + "URL": "https://ghostdev.xyz" + } + } \ No newline at end of file diff --git a/domains/git.maskduck.json b/domains/git.maskduck.json new file mode 100644 index 000000000..f93d4f10e --- /dev/null +++ b/domains/git.maskduck.json @@ -0,0 +1,11 @@ +{ + "description": "my git repos", + "owner": { + "username": "MaskDuck", + "email": "maskduckuwu@gmail.com", + "discord": "MaskDuck#7325" + }, + "record": { + "CNAME": "edge.redirect.pizza" + } +} 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/glitchish.json b/domains/glitchish.json new file mode 100644 index 000000000..02740359a --- /dev/null +++ b/domains/glitchish.json @@ -0,0 +1,11 @@ +{ + "description": "Glitch's .IS-A.DEV domain", + "repo": "https://github.com/glitchish.github.io", + "owner": { + "username": "glitchish", + "email": "gavinjstacey@gmail.com" + }, + "record": { + "CNAME": "glitchish.github.io" + } +} diff --git a/domains/gnanaelisa.json b/domains/gnanaelisa.json new file mode 100644 index 000000000..87e0d2330 --- /dev/null +++ b/domains/gnanaelisa.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio website", + "repo": "https://github.com/jgnanaelisa/gnanaelisa.github.io", + "owner": { + "username": "jgnanaelisa", + "email": "gnanaelisa@gmail.com" + }, + "record": { + "CNAME": "jgnanaelisa.github.io" + } +} diff --git a/domains/go.avasthi.json b/domains/go.avasthi.json new file mode 100644 index 000000000..89158a2ce --- /dev/null +++ b/domains/go.avasthi.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "avasthi-git", + "email": "", + "telegram": "avasthie" + }, + + "record": { + "CNAME": "cname.short.io" + } +} 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/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/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/hardik-chandan.json b/domains/hardik-chandan.json new file mode 100644 index 000000000..a74b2cc5e --- /dev/null +++ b/domains/hardik-chandan.json @@ -0,0 +1,11 @@ +{ + "description": "This website is a link to my personal developer portfolio.", + "repo": "https://github.com/hardik-chandan/hardik-chandan.github.io", + "owner": { + "username": "hardik-chandan", + "email": "hardikchandan4231@gmail.com" + }, + "record": { + "CNAME": "hardik-chandan.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 new file mode 100644 index 000000000..472aaa77d --- /dev/null +++ b/domains/hay.json @@ -0,0 +1,11 @@ +{ + "description": "RayhanADev's Website!", + "repo": "https://github.com/rayhanadev/Personal-Website-v3", + "owner": { + "username": "rayhanadev", + "email": "rayhanadev@protonmail.com" + }, + "record": { + "CNAME": "edge.redirect.pizza" + } +} 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/henry.json b/domains/henry.json new file mode 100644 index 000000000..e3a3f8415 --- /dev/null +++ b/domains/henry.json @@ -0,0 +1,12 @@ +{ + "description": "My website, I guess?", + "repo": "https://github.com/henryhuangbc/henryhuangbc.github.io", + "owner": { + "username": "henryhuangbc", + "email": "space.galaxy.world@gmail.com", + "twitter": "hd3vv" + }, + "record": { + "CNAME": "henryhuangbc.github.io" + } +} diff --git a/domains/henrymartin.json b/domains/henrymartin.json new file mode 100644 index 000000000..c2f439d01 --- /dev/null +++ b/domains/henrymartin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "HENRYMARTIN5", + "email": "henrysjmartinthesecond@gmail.com" + }, + "record": { + "CNAME": "833145ac-c162-4931-b063-b77d351c829f.id.repl.co" + } +} diff --git a/domains/herckun.json b/domains/herckun.json new file mode 100644 index 000000000..2ecdecf32 --- /dev/null +++ b/domains/herckun.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "herckun", + "email": "", + "twitter": "herckun", + "discord": "herckun#2055" + }, + "description" : "Personal portfolio website", + "record": { + "URL": "https://herckun.xyz" + } +} diff --git a/domains/higherror.json b/domains/higherror.json new file mode 100644 index 000000000..c24104cd4 --- /dev/null +++ b/domains/higherror.json @@ -0,0 +1,12 @@ +{ + "description": "HighError Portfolio", + "repo": "https://github.com/higherror/higherror.github.io", + "owner": { + "username": "higherror", + "email": "hierrorua@gmail.com", + "twitter": "higherrorua" + }, + "record": { + "CNAME": "higherror.github.io" + } +} diff --git a/domains/hiro.json b/domains/hiro.json new file mode 100644 index 000000000..d83e04528 --- /dev/null +++ b/domains/hiro.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website for now", + "repo": "https://github.com/XxHiroTTVxX", + "owner": { + "username": "XxHiroTTVxX", + "email": "xxhirottvxx@gmail.com", + "twitter": "" + }, + "record": { + "CNAME": "incognito-20-production-9fe2.up.railway.app" + } +} 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/hmon.json b/domains/hmon.json new file mode 100644 index 000000000..802f8d906 --- /dev/null +++ b/domains/hmon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hackermondev", + "email": "daniel@daniel.is-a.dev" + }, + "record": { + "CNAME": "Ultraviolet-Node-3.hackermondev.repl.co" + } +} diff --git a/domains/hod.json b/domains/hod.json new file mode 100644 index 000000000..cf4c7e60f --- /dev/null +++ b/domains/hod.json @@ -0,0 +1,13 @@ +{ + "description": "hod's primary website.", + "repo": "https://github.com/hodss/hodssxyz", + "owner": { + "username": "hodss", + "email": "hod@hodss.xyz", + "twitter": "@hodss_", + "discord": "hod#2311" + }, + "record": { + "URL": "https://hodss.xyz/?refer=is-a-dev" + } +} 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/hunai.json b/domains/hunai.json new file mode 100644 index 000000000..aca426cfb --- /dev/null +++ b/domains/hunai.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Hunter2809", + "email": "auser929129@gmail.com" + }, + "record": { + "A": [ + "75.2.69.226" + ] + } +} \ No newline at end of file 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/iakshay.json b/domains/iakshay.json new file mode 100644 index 000000000..6d86515b0 --- /dev/null +++ b/domains/iakshay.json @@ -0,0 +1,12 @@ +{ + "description": "Hola! This is Akshay's personal website.", + "repo": "https://github.com/akshay1018/akshay1018.github.io", + "owner": { + "username": "Akshay1018", + "email": "ak715173@gmail.com", + "twitter": "@i_Akshay09" + }, + "record": { + "CNAME": "Akshay1018.github.io" + } +} diff --git a/domains/iansalazar.json b/domains/iansalazar.json new file mode 100644 index 000000000..f23e98bd7 --- /dev/null +++ b/domains/iansalazar.json @@ -0,0 +1,11 @@ +{ + "description": "Ian Salazar's portfolio website", + "repo": "https://github.com/dertrockx/freelance-frontend-app", + "owner": { + "username": "dertrockx", + "email": "iansalazar67@gmail.com" + }, + "record": { + "CNAME": "freelance-frontend-app-production.up.railway.app" + } +} diff --git a/domains/icehead.json b/domains/icehead.json new file mode 100644 index 000000000..d68635ea9 --- /dev/null +++ b/domains/icehead.json @@ -0,0 +1,11 @@ +{ + "description": "Domain for my Github Page.", + "repo": "https://github.com/Ice-Head/ice-head.github.io", + "owner": { + "username": "Ice-Head", + "email": "heads.ice@protonmail.com" + }, + "record": { + "CNAME": "ice-head.github.io" + } +} 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/ida64.json b/domains/ida64.json new file mode 100644 index 000000000..abf07e3a2 --- /dev/null +++ b/domains/ida64.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/7v2p/7v2p.github.io", + "owner": { + "username": "7v2p", + "email": "", + "discord": "IDA#1337" + }, + "record": { + "CNAME": "7v2p.github.io" + } +} diff --git a/domains/imad.json b/domains/imad.json new file mode 100644 index 000000000..a6f00d379 --- /dev/null +++ b/domains/imad.json @@ -0,0 +1,13 @@ +{ + "description": "Imad", + "repo": "https://github.com/imadboy89", + "owner": { + "username": "imadboy89", + "email": "imad.kh@outlook.com" + }, + "record": { + "A": [ + "20.101.44.225" + ] + } +} diff --git a/domains/imd.json b/domains/imd.json new file mode 100644 index 000000000..a6f00d379 --- /dev/null +++ b/domains/imd.json @@ -0,0 +1,13 @@ +{ + "description": "Imad", + "repo": "https://github.com/imadboy89", + "owner": { + "username": "imadboy89", + "email": "imad.kh@outlook.com" + }, + "record": { + "A": [ + "20.101.44.225" + ] + } +} diff --git a/domains/immails.json b/domains/immails.json new file mode 100644 index 000000000..5e70eecc5 --- /dev/null +++ b/domains/immails.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ImMAils", + "email": "anton140315@gmail.com", + "discord": "I'mMAils#1238" + }, + "description": "Why? To share my projects and other stuff. Like discord bot, node.js modules or even games!", + "record": { + "CNAME": "f0476060.xsph.ru" + } +} 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..d93c007d8 --- /dev/null +++ b/domains/infinitecode.json @@ -0,0 +1,10 @@ +{ + "description": "Infinite's personal portfolio!", + "owner": { + "username": "InfiniteCode", + "email": "infinitecode@infiniteco.de" + }, + "record": { + "URL": "https://infiniteco.de" + } +} 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/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/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/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/iop3.json b/domains/iop3.json deleted file mode 100644 index f7cc36336..000000000 --- a/domains/iop3.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "my website :)", - "repo": "https://github.com/iop3/iop3.github.io", - "owner": { - "username": "iop3", - "email": "iop3.is.epic@gmail.com" - }, - "record": { - "CNAME": "iop3.github.io" - } -} diff --git a/domains/isaiahday.json b/domains/isaiahday.json new file mode 100644 index 000000000..f56aa699d --- /dev/null +++ b/domains/isaiahday.json @@ -0,0 +1,12 @@ +{ + "description": "Isaiah08-D's personal website.", + "repo": "https://github.com/Isaiah08-D/isaiah08-d.github.io", + "owner": { + "username": "Isaiah08-D", + "email": "isaiahgrisha@gmail.com", + "discord": "isaiah08#6008" + }, + "record": { + "CNAME": "isaiah08-d.github.io" + } +} diff --git a/domains/ishh.json b/domains/ishh.json new file mode 100644 index 000000000..91fa6accb --- /dev/null +++ b/domains/ishh.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AdityaOP2008", + "discord": "844843800874582048", + "email": "bw.dev@yahoo.com" + }, + "record": { + "CNAME": "570860f7-84fb-4ecd-8aee-015227be243d.id.repl.co" + } +} 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 new file mode 100644 index 000000000..8cc0f7880 --- /dev/null +++ b/domains/jacobtm.json @@ -0,0 +1,12 @@ +{ + "description": "About me.", + "repo": "https://github.com/Jacob1Tm", + "owner": { + "username": "Jacob1Tm", + "email": "", + "twitter": "Jacob1_Tm" + }, + "record": { + "URL": "https://jacobtm.tk" + } +} diff --git a/domains/jakehe.json b/domains/jakehe.json new file mode 100644 index 000000000..4691f032e --- /dev/null +++ b/domains/jakehe.json @@ -0,0 +1,12 @@ +{ + "description": "Jake He's Portfolio", + "repo": "https://github.com/Jakethebest1238/Jakes-Portfolio", + "owner": { + "username": "Jakethebest1238", + "email": "jakehe1226@gmail.com", + "twitter": "jakethebest1238" + }, + "record": { + "CNAME": "Jakethebest1238.github.io" + } +} diff --git a/domains/jalaj.json b/domains/jalaj.json new file mode 100644 index 000000000..64ad19746 --- /dev/null +++ b/domains/jalaj.json @@ -0,0 +1,23 @@ +{ + + "description": "Jalaj's Portfolio", + + "repo": "https://github.com/jalajcodes/jalaj", + + "owner": { + + "username": "jalajcodes", + + "email": "", + + "twitter": "jalajcodes" + + }, + + "record": { + + "CNAME": "jalaj.up.railway.app" + + } + +} diff --git a/domains/jamieisgeek.json b/domains/jamieisgeek.json new file mode 100644 index 000000000..1d2d0aa2e --- /dev/null +++ b/domains/jamieisgeek.json @@ -0,0 +1,11 @@ +{ + "description": "jamieisgeek.is-a.dev.", + "repo": "https://github.com/jamieisgeek", + "owner": { + "username": "jamieisgeek", + "email": "jamieisgeek@gmail.com" + }, + "record": { + "URL": "https://jamieisgeek.jamiecodes.repl.co/" + } +} 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/jarmos.json b/domains/jarmos.json new file mode 100644 index 000000000..608589827 --- /dev/null +++ b/domains/jarmos.json @@ -0,0 +1,12 @@ +{ + "description": "A personal blog which is hosted on Medium temporarily.", + "repo": "https://github.com/Jarmos-san/blog", + "owner": { + "username": "Jarmos-san", + "email": "", + "twitter": "Jarmosan" + }, + "record": { + "CNAME": "jarmos.medium.com" + } +} diff --git a/domains/java.json b/domains/java.json new file mode 100644 index 000000000..6fee13ed2 --- /dev/null +++ b/domains/java.json @@ -0,0 +1,12 @@ +{ + "description": "Java's Website", + "repo": "https://github.com/javascript-void0/javascript-void0.github.io", + "owner": { + "username": "javascript-void0", + "email": "", + "discord": "Java#3865" + }, + "record": { + "CNAME": "javascript-void0.github.io" + } +} diff --git a/domains/jay.json b/domains/jay.json new file mode 100644 index 000000000..0988f28ee --- /dev/null +++ b/domains/jay.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jaygmx", + "email": "j.jay@gmx.us" + }, + "record": { + "CNAME": "jay.readthedocs.io" + } +} diff --git a/domains/jayantkageri.json b/domains/jayantkageri.json new file mode 100644 index 000000000..87c4d753e --- /dev/null +++ b/domains/jayantkageri.json @@ -0,0 +1,11 @@ +{ + "description": "Nothing is easy in life when you aren't interested.", + "repo": "https://github.com/jayantkageri/Website", + "owner": { + "username": "jayantkageri", + "email": "jayantkageri@gmail.com" + }, + "record": { + "URL": "https://www.jayantkageri.in" + } +} diff --git a/domains/jayesh.json b/domains/jayesh.json new file mode 100644 index 000000000..ed0fcd542 --- /dev/null +++ b/domains/jayesh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jayeshsomala", + "email": "jayeshsomala@gmail.com" + }, + "record": { + "CNAME": "hashnode.network" + } + } \ No newline at end of file diff --git a/domains/jeweetzelf.json b/domains/jeweetzelf.json new file mode 100644 index 000000000..ccfeb7103 --- /dev/null +++ b/domains/jeweetzelf.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jeweetzelfWasTaken", + "email": "jeweetzelf@rtexbot.com" + }, + "record": { + "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/jimmster.json b/domains/jimmster.json new file mode 100644 index 000000000..2b7f567e4 --- /dev/null +++ b/domains/jimmster.json @@ -0,0 +1,11 @@ +{ + "description": "A unsusually stupid developers programming blog", + "repo": "https://github.com/Khhs167/jimms-cave", + "owner": { + "username": "Khhs167", + "email": "khhs1671@gmail.com" + }, + "record": { + "URL": "https://jimmys-cave.web.app/" + } +} 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/jinso.json b/domains/jinso.json new file mode 100644 index 000000000..edbf24322 --- /dev/null +++ b/domains/jinso.json @@ -0,0 +1,12 @@ +{ + "description": "Jinso Raj", + "repo": "https://github.com/jinsoraj", + "owner": { + "username": "jinsoraj", + "email": "jinsoraj2000@gmail.com", + "twitter": "@jinsoraj" + }, + "record": { + "URL": "https://jinsoraj.eu.org" + } + } diff --git a/domains/jithumon.json b/domains/jithumon.json new file mode 100644 index 000000000..4569e27e4 --- /dev/null +++ b/domains/jithumon.json @@ -0,0 +1,12 @@ +{ + "description": "Jithumon's Personal Website", + "repo": "https://github.com/jithumon/jithumon.github.com", + "owner": { + "username": "jithumon", + "email": "jithumondev@gmail.com", + "twitter": "@Jithumatt" + }, + "record": { + "CNAME": "jithumon.github.io" + } +} diff --git a/domains/jj.json b/domains/jj.json index e599d5de0..56f65b367 100644 --- a/domains/jj.json +++ b/domains/jj.json @@ -6,7 +6,7 @@ "email": "TheBotlyNoob@gmail.com" }, "record": { - "A": ["35.230.85.45"], + "A": ["185.199.108.153", "185.199.109.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/joel.json b/domains/joel.json new file mode 100644 index 000000000..ab0b03843 --- /dev/null +++ b/domains/joel.json @@ -0,0 +1,12 @@ +{ + "description": "Joel's dev blog", + "repo": "https://github.com/9oelM/9oelm.github.io", + "owner": { + "username": "9oelm", + "email": "", + "twitter": "9oelm" + }, + "record": { + "CNAME": "9oelm.github.io" + } +} \ No newline at end of file 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/jqshuv.json b/domains/jqshuv.json new file mode 100644 index 000000000..aa2341712 --- /dev/null +++ b/domains/jqshuv.json @@ -0,0 +1,12 @@ +{ + "description": "Jqshuv's Portfolio Page", + "repo": "https://github.com/jqshuv/jqshuv.github.io", + "owner": { + "username": "jqshuv", + "email": "jqshuv@gmail.com", + "twitter": "jqshuv" + }, + "record": { + "CNAME": "jqshuv.github.io" + } +} diff --git a/domains/jrdrwn.json b/domains/jrdrwn.json new file mode 100644 index 000000000..9ec5ac297 --- /dev/null +++ b/domains/jrdrwn.json @@ -0,0 +1,12 @@ +{ + "description": "For a personal website", + "repo": "https://github.com/jrdrwn/jrdrwn.github.io", + "owner": { + "username": "jrdrwn", + "email": "jordirwn@gmail.com", + "twitter": "_jrdrwan" + }, + "record": { + "CNAME": "jrdrwn.github.io" + } +} diff --git a/domains/jsworld.json b/domains/jsworld.json new file mode 100644 index 000000000..ffba7c4ad --- /dev/null +++ b/domains/jsworld.json @@ -0,0 +1,12 @@ +{ + "description": "Hello I Made project JS World - A magical world where u can learn Java Script. I dont want to use js.org subdomain.", + "repo": "https://js.fireurl.ga/", + "owner": { + "username": "pythoniaweb", + "email": "gamerciter2@gmail.com", + "twitter": "dont have" + }, + "record": { + "CNAME": "pythoniaweb.github.io" + } +} diff --git a/domains/justtobbi.json b/domains/justtobbi.json new file mode 100644 index 000000000..6dea4cd00 --- /dev/null +++ b/domains/justtobbi.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Website and Portfolio", + "repo": "https://github.com/justTOBBI/justtobbi.github.io", + "owner": { + "username": "justTOBBI", + "email": "justtobbi@gmail.com" + }, + "record": { + "CNAME": "justtobbi.github.io" + } +} \ No newline at end of file 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/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/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/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/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/keithkhaotic.json b/domains/keithkhaotic.json new file mode 100644 index 000000000..0dc8de9ad --- /dev/null +++ b/domains/keithkhaotic.json @@ -0,0 +1,12 @@ +{ + "description": "Keith Khaotic's personal website link", + "repo": "https://github.com/KeithKhaotic/KeithKhaotic.github.io", + "owner": { + "username": "KeithKhaotic", + "email": "keithbussyness@gmail.com", + "twitter": "@redrocker133" + }, + "record": { + "CNAME": "keithkhaotic.github.io" + } +} diff --git a/domains/keju.json b/domains/keju.json new file mode 100644 index 000000000..b19ed8fdf --- /dev/null +++ b/domains/keju.json @@ -0,0 +1,12 @@ +{ + "description": "Kelvin Julian - Personal Website", + "repo": "https://github.com/kejuuu/kejuuu.github.io", + "owner": { + "username": "kejuuu", + "email": "kelvinjulian.kj@gmail.com", + "twitter": "@Keju__" + }, + "record": { + "CNAME": "kejuuu.github.io" + } +} diff --git a/domains/kekda.json b/domains/kekda.json new file mode 100644 index 000000000..2b40ad9d8 --- /dev/null +++ b/domains/kekda.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "kekda-py", + "email": "yashverma7869@gmail.com", + "twitter": "Yash72274544" + }, + "record": { + "URL": "https://yashverma.me" + } +} 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/kicrops.json b/domains/kicrops.json new file mode 100644 index 000000000..314199a08 --- /dev/null +++ b/domains/kicrops.json @@ -0,0 +1,11 @@ +{ + "description": "A personal website for me and my organization", + "repo": "https://github.com/Kicrops/website", + "owner": { + "username": "Kicrops", + "email": "kicropsdevelopment@gmail.com" + }, + "record": { + "CNAME": "d3aeb170-58da-460e-aad2-29a40a7a0d80.id.repl.co" + } +} 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/klouqzz.json b/domains/klouqzz.json new file mode 100644 index 000000000..c4df0f69e --- /dev/null +++ b/domains/klouqzz.json @@ -0,0 +1,11 @@ +{ + "description": "Klouqz Website's", + "repo": "https://github.com/klouqzz/klouqzz.github.io", + "owner": { + "username": "klouqzz", + "email": "klouqz@gmail.com" + }, + "record": { + "CNAME": "klouqzz.github.io" + } +} diff --git a/domains/korauo.json b/domains/korauo.json new file mode 100644 index 000000000..90b615987 --- /dev/null +++ b/domains/korauo.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "korauo", + "email": "korauo69@gmail.com", + "twitter": "korauo", + "discord": "korauo#1423" + }, + "record": { + "CNAME": "korauo.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/kr-tukimi.json b/domains/kr-tukimi.json new file mode 100644 index 000000000..8ccc1d738 --- /dev/null +++ b/domains/kr-tukimi.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "kr-tukimi", + "email": "", + "twitter": "kr_tukimi" + }, + "record": { + "URL": "https://tuki.dev" + } +} diff --git a/domains/krix.json b/domains/krix.json new file mode 100644 index 000000000..a00d3cdfc --- /dev/null +++ b/domains/krix.json @@ -0,0 +1,10 @@ +{ + "description": "Krix's portfolio", + "owner": { + "username": "Krix12", + "email": "kristjan.kocevar89@gmail.com" + }, + "record": { + "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/kunal.json b/domains/kunal.json new file mode 100644 index 000000000..338b74b09 --- /dev/null +++ b/domains/kunal.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "KunalSingh19", + "email": "KunalSingh19Yt@gmail.com", + "intagram": "it.z_kunal", + "discord": "Kunal#4461" + }, + "description": "I'll probably put some project pages on kunal.is-a.dev.", + "record": { + "CNAME": "kunalsingh19.github.io" + } +} diff --git a/domains/kylemartin.json b/domains/kylemartin.json new file mode 100644 index 000000000..b0d003cd7 --- /dev/null +++ b/domains/kylemartin.json @@ -0,0 +1,11 @@ +{ + "description": "Kyle Martin", + "repo": "https://github.com/js-kyle/js-kyle.github.io", + "owner": { + "username": "js-kyle", + "email": "" + }, + "record": { + "CNAME": "js-kyle.github.io" + } +} 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 907187f5a..000000000 --- a/domains/kyuzu.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "Personal portfolio built with ReactJS", - "repo": "https://github.com/kyuzu/", - "owner": { - "username": "kyuzu", - "discord": "Kyuzu#9214", - "twitter": "kyuzudev", - "email": "" - }, - "record": { - "CNAME": "kyuzu.deno.dev" - } -} 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/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/lazyllama.json b/domains/lazyllama.json index 9db79af66..9ef0c5496 100644 --- a/domains/lazyllama.json +++ b/domains/lazyllama.json @@ -1,9 +1,9 @@ { "owner": { - "username": "hapyllama", + "username": "lazylllama", "email": "kws102522@gmail.com" }, "record": { - "CNAME": "hapyllama.github.io" + "CNAME": "lazylllama.github.io" } } diff --git a/domains/leha.json b/domains/leha.json new file mode 100644 index 000000000..c553c7f8f --- /dev/null +++ b/domains/leha.json @@ -0,0 +1,12 @@ +{ + "description": "Leha's little part of the web", + "repo": "https://github.com/leha-code/leha-code.github.io", + "owner": { + "username": "leha-code", + "email": "pezleha@duck.com", + "twitter" : "pezleha2" + }, + "record": { + "CNAME": "leha-code.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/leo.json b/domains/leo.json new file mode 100644 index 000000000..24046e7b9 --- /dev/null +++ b/domains/leo.json @@ -0,0 +1,12 @@ +{ + "description": "Leonard's Personal Website", + "repo": "https://github.com/LeonardSSH", + "owner": { + "username": "LeonardSSH", + "email": "leonardssh22@gmail.com", + "twitter": "leonardssh22" + }, + "record": { + "URL": "https://leonard.sh" + } +} 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/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/lilac.json b/domains/lilac.json new file mode 100644 index 000000000..76ce024cf --- /dev/null +++ b/domains/lilac.json @@ -0,0 +1,12 @@ +{ + "description": "ima runnit up til my feet stop, pls god", + "repo": "https://github.com/capoxxo/capoxxo.github.io", + "owner": { + "username": "capoxxo", + "email": "cloudberry1337@gmail.com", + "twitter": "lilachvh" + }, + "record": { + "CNAME": "capoxxo.github.io" + } +} diff --git a/domains/lime360.json b/domains/lime360.json new file mode 100644 index 000000000..ecea5243c --- /dev/null +++ b/domains/lime360.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "lime360", + "email": "emeraldlime@protonmail.com", + "mastodon": "lime360@meow.social", + "discord": "lime360#3291" + }, + + "description": "my website", + "repo": "https://github.com/lime360/lime360.github.io", + "record": { + "CNAME": "lime360.github.io" + } +} diff --git a/domains/linbuxiao.json b/domains/linbuxiao.json new file mode 100644 index 000000000..f81d95155 --- /dev/null +++ b/domains/linbuxiao.json @@ -0,0 +1,11 @@ +{ + "description": "Lin's Blog", + "repo": "https://github.com/linbuxiao/linbuxiao.github.io", + "owner": { + "username": "linbuxiao", + "email": "linbuxiao@gmail.com" + }, + "record": { + "CNAME": "linbuxiao.github.io" + } +} \ No newline at end of file diff --git a/domains/lingle.json b/domains/lingle.json new file mode 100644 index 000000000..05c997414 --- /dev/null +++ b/domains/lingle.json @@ -0,0 +1,12 @@ +{ + "description": "LingleDev's developer site", + "repo": "https://github.com/LingleDev/lingledev.github.io", + "owner": { + "username": "LingleDev", + "email": "gideon.lingle2023@gmail.com", + "twitter": "LingleDev" + }, + "record": { + "CNAME": "lingledev.github.io" + } +} diff --git a/domains/linkme.noma.json b/domains/linkme.noma.json new file mode 100644 index 000000000..4c8cdad70 --- /dev/null +++ b/domains/linkme.noma.json @@ -0,0 +1,10 @@ +{ + "description": "A website for my bit.ly clone LinkMe", + "owner": { + "username": "Noma4321", + "email": "noma4321business@gmail.com" + }, + "record": { + "CNAME": "d6bddc39-8514-4494-9b17-d80409cfcbee.id.repl.co" + } +} 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/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/llanero.json b/domains/llanero.json new file mode 100644 index 000000000..d20bedd35 --- /dev/null +++ b/domains/llanero.json @@ -0,0 +1,12 @@ +{ + "description": "Robert Blog", + "repo": "https://github.com/robert-ds/robert-ds.github.io", + "owner": { + "username": "robert-ds", + "email": "vasquez.robert.andres@gmail.com", + "twitter": "@robertandres14" + }, + "record": { + "CNAME": "robert-ds.github.io" + } +} diff --git a/domains/local.jj.json b/domains/local.jj.json new file mode 100644 index 000000000..4f4a6b048 --- /dev/null +++ b/domains/local.jj.json @@ -0,0 +1,10 @@ +{ + "description": "my playit.gg ip", + "owner": { + "username": "TheBotlyNoob", + "email": "jj@jj.is-a.dev" + }, + "record": { + "A": ["147.185.221.193"] + } +} diff --git a/domains/logan.json b/domains/logan.json new file mode 100644 index 000000000..f2451dffc --- /dev/null +++ b/domains/logan.json @@ -0,0 +1,12 @@ +{ + "description": "LoganTheDudeRox's custom development website.", + "repo": "https://github.com/LoganLikesToCode/LoganLikesToCode.github.io", + "owner": { + "username": "LoganLikesToCode", + "email": "logantheduderox@gmail.com", + "twitter": "LoganTheDudeRox" + }, + "record": { + "CNAME": "LoganLikesToCode.github.io" + } +} diff --git a/domains/lonelil.json b/domains/lonelil.json new file mode 100644 index 000000000..84bfec106 --- /dev/null +++ b/domains/lonelil.json @@ -0,0 +1,12 @@ +{ + "description": "This will be used for my portfolio.", + "repo": "https://github.com/lonelil/lonelil.github.io", + "owner": { + "username": "lonelil", + "discord": "lonelil#0001", + "email": "" + }, + "record": { + "CNAME": "lonelil.github.io" + } +} 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/lukas.json b/domains/lukas.json new file mode 100644 index 000000000..ac09576f3 --- /dev/null +++ b/domains/lukas.json @@ -0,0 +1,12 @@ +{ + "description": "Lukas' Developer Page!", + "repo": "https://github.com/lukpopp0/lukpopp0.github.io", + "owner": { + "username": "LukPopp0", + "email": "luk.popp0@gmail.com", + "twitter": "@LukPopp0" + }, + "record": { + "CNAME": "lukpopp0.github.io" + } +} diff --git a/domains/lunax0390.json b/domains/lunax0390.json new file mode 100644 index 000000000..12ef571a8 --- /dev/null +++ b/domains/lunax0390.json @@ -0,0 +1,11 @@ +{ + "description": "Nobio Yep", + "repo": "https://github.com/lunax0390/lunax0390.github.io", + "owner": { + "username": "lunax0390", + "email": "moonsec99@gmail.com" + }, + "record": { + "CNAME": "lunax0390.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/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/m4hbod.json b/domains/m4hbod.json new file mode 100644 index 000000000..4e57e4235 --- /dev/null +++ b/domains/m4hbod.json @@ -0,0 +1,13 @@ +{ + "description": "M4hbod's .is-a.dev domain", + "repo": "https://github.com/M4hbod/m4hbod.github.io", + "owner": { + "username": "M4hbod", + "email": "m4hbod@proton.me", + "telegram": "M4hbod", + "discord": "M4hbod#1615" + }, + "record": { + "CNAME": "m4hbod.github.io" + } +} diff --git a/domains/macos.notaperson535.json b/domains/macos.notaperson535.json new file mode 100644 index 000000000..ab1b08fc4 --- /dev/null +++ b/domains/macos.notaperson535.json @@ -0,0 +1,11 @@ +{ + "description": "A macOS recreation in HTML", + "repo": "https://github.com/notAperson535/macOS-HTML", + "owner": { + "username": "notAperson535", + "email": "notAperson939@gmail.com" + }, + "record": { + "CNAME": "notAperson535.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-noma.json b/domains/mail-noma.json new file mode 100644 index 000000000..3d35217dd --- /dev/null +++ b/domains/mail-noma.json @@ -0,0 +1,14 @@ +{ + "description": "A Subdomain For Mails!!", + "owner": { + "username": "Noma4321", + "email": "Noma4321business@gmail.com" + }, + "record": { + "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.arman.json b/domains/mail.arman.json new file mode 100644 index 000000000..3c4a641a5 --- /dev/null +++ b/domains/mail.arman.json @@ -0,0 +1,21 @@ +{ +"owner": { +"username": "arman", +"github": "ItzArman09", +"email": "contact@mail.arman.is-a.dev" +}, +"repo": "https://github.com/ItzArman09/mail.git", +"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..0ebc9b55a --- /dev/null +++ b/domains/mail.badboy.json @@ -0,0 +1,24 @@ +{ + "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", + "URL": "https://badboy.is-a.dev/contact" + } +} diff --git a/domains/mail.boolean44.json b/domains/mail.boolean44.json new file mode 100644 index 000000000..2a1b53d1d --- /dev/null +++ b/domains/mail.boolean44.json @@ -0,0 +1,12 @@ + +{ + "owner": { + "username": "boolean44-repos", + "email": "serenitypalmer10@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."], + "A": ["10.0.0.1"], + "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.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.sx9.json b/domains/mail.sx9.json new file mode 100644 index 000000000..18e887738 --- /dev/null +++ b/domains/mail.sx9.json @@ -0,0 +1,13 @@ +{ + "description": "SX's Email", + "repo": "https://sx9.is-a.dev", + "owner": { + "discord": "SX-Spy-Agent#1377", + "email": "sx-91@outlook.com", + "username": "SX-9" + }, + "record": { + "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/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/malbouy.json b/domains/malbouy.json new file mode 100644 index 000000000..97da1c598 --- /dev/null +++ b/domains/malbouy.json @@ -0,0 +1,11 @@ +{ + "description": "Coming soon", + "repo": "https://github.com/malbouy/malbouy.github.io", + "owner": { + "username": "malbouy", + "email": "malbouy@techie.com" + }, + "record": { + "CNAME": "malbouy.github.io" + } +} diff --git a/domains/malware.json b/domains/malware.json new file mode 100644 index 000000000..d49069f09 --- /dev/null +++ b/domains/malware.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "themalware", + "email": "daredevil.vikrant@gmail.com" + }, + "record": { + "URL": "https://themalware.tk" + } +} diff --git a/domains/manash.json b/domains/manash.json new file mode 100644 index 000000000..bd5c50311 --- /dev/null +++ b/domains/manash.json @@ -0,0 +1,11 @@ +{ + "description": "Manash Sonowal - DEV", + "repo": "https://github.com/msonowal", + "owner": { + "username": "msonowal", + "email": "manash149@gmail.com" + }, + "record": { + "CNAME": "www.claritytech.io" + } +} diff --git a/domains/manjushri.json b/domains/manjushri.json new file mode 100644 index 000000000..8084bbe2d --- /dev/null +++ b/domains/manjushri.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "manjushri", + "email": "btinformativemessenger@gmail.com", + "telegram": "dreynakchung" + }, + "record": { + "URL": "https://www.manjushri.dev" + } +} diff --git a/domains/marc.json b/domains/marc.json new file mode 100644 index 000000000..297fe957c --- /dev/null +++ b/domains/marc.json @@ -0,0 +1,11 @@ +{ + "description": "Marc Gruita is a Developer!", + "repo": "https://github.com/marcgr9", + "owner": { + "username": "marcgr9", + "email": "marc@gruita.ro" + }, + "record": { + "URL": "https://gruita.ro" + } +} diff --git a/domains/maskduck.json b/domains/maskduck.json index 72788ae90..d4b41187b 100644 --- a/domains/maskduck.json +++ b/domains/maskduck.json @@ -1,12 +1,15 @@ { "description": "MaskDuck's personal website!", - "repo": "https://github.com/aduckuwu/aduckuwu.github.io", + "repo": "https://github.com/maskducks/maskducks.github.io", "owner": { - "username": "aduckuwu", + "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": "maskduck.ninja" + "CNAME": "maskduck.pages.dev" } } diff --git a/domains/massick.json b/domains/massick.json index 840274f70..a3d7c1c44 100644 --- a/domains/massick.json +++ b/domains/massick.json @@ -6,6 +6,6 @@ }, "repo": "https://github.com/M4ss1ck/massick-portfolio", "record": { - "URL": "https://massick.netlify.app/" + "URL": "https://massick.gatsbyjs.io/" } } diff --git a/domains/match.json b/domains/match.json new file mode 100644 index 000000000..c8a235d21 --- /dev/null +++ b/domains/match.json @@ -0,0 +1,14 @@ +{ + "description": "Imad", + "repo": "https://github.com/imadboy89/match", + "owner": { + "username": "imadboy89", + "email": "imad.kh@outlook.com" + }, + "record": { + "A" : ["185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153"] + } +} 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.daniel.json b/domains/mc.daniel.json new file mode 100644 index 000000000..23dcf599c --- /dev/null +++ b/domains/mc.daniel.json @@ -0,0 +1,13 @@ +{ + "description": "2b2t Minecraft proxy", + + "owner": { + "username": "hackermondev", + "email": "isadev@daniel.is-a.dev", + "twitter": "hackermondev" + }, + + "record": { + "A": ["44.203.172.179"] + } +} 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/mczgodpiggy.json b/domains/mczgodpiggy.json new file mode 100644 index 000000000..7369438f5 --- /dev/null +++ b/domains/mczgodpiggy.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Mczgodpiggy", + "email": "aukoeh@gmail.com" + }, + "record": { + "CNAME": "947fd546-46f4-480c-b971-ca2b663c54d8.id.repl.co" + } + } + \ No newline at end of file diff --git a/domains/mega.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/micorksen.json b/domains/micorksen.json new file mode 100644 index 000000000..958f6d2db --- /dev/null +++ b/domains/micorksen.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Micorksen", + "email": "hello@micorksen.eu", + "twitter": "Micorksen", + "discord": "Micorksen#2022" + }, + "record": { + "URL": "https://micorksen.eu" + } +} 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/milan090.json b/domains/milan090.json new file mode 100644 index 000000000..81f70ac74 --- /dev/null +++ b/domains/milan090.json @@ -0,0 +1,11 @@ +{ + "description": "I'm a student, but who are you 🔫", + "repo": "https://github.com/milan090", + "owner": { + "username": "milan090", + "email": "milanmuhammed1@gmail.com" + }, + "record": { + "URL": "https://milan090.me/" + } +} 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/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/minhh2792.json b/domains/minhh2792.json new file mode 100644 index 000000000..b53924d88 --- /dev/null +++ b/domains/minhh2792.json @@ -0,0 +1,12 @@ +{ + "description": "minhh2792's personal website", + "repo": "https://github.com/minhh2792/minhh2792.github.io", + "owner": { + "username": "minhh2792", + "email": "minhh2792.work@gmail.com", + "twitter": "minhh2792" + }, + "record": { + "CNAME": "minhh2792.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/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/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/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/mystpi.json b/domains/mystpi.json deleted file mode 100644 index 184f36055..000000000 --- a/domains/mystpi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My personal homepage.", - "repo": "https://mystpi.glitch.me/", - "owner": { - "username": "MystPi", - "email": "blaunoah@gmail.com" - }, - "record": { - "CNAME": "glitch.edgeapp.net" - } -} 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/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/natya.json b/domains/natya.json new file mode 100644 index 000000000..366609af4 --- /dev/null +++ b/domains/natya.json @@ -0,0 +1,12 @@ +{ + "description": "My Portfolio Website", + "repo": "https://github.com/studiousgamer/studiousgamer.github.io", + "owner": { + "username": "studiousgamer", + "email": "natyavidhanbiswas10@gmail.com", + "twitter": "GamerStudious" + }, + "record": { + "CNAME": "studiousgamer.github.io" + } +} diff --git a/domains/nayan.json b/domains/nayan.json new file mode 100644 index 000000000..ab18853e8 --- /dev/null +++ b/domains/nayan.json @@ -0,0 +1,11 @@ +{ + "description": "A personal website, for Nayan Patel.", + "repo": "https://github.com/pateln123", + "owner": { + "username": "pateln123", + "email": "hello@nayanpatel.net" + }, + "record": { + "URL": "https://nayanpatel.net" + } +} 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/neranjana.json b/domains/neranjana.json new file mode 100644 index 000000000..55a2b16dd --- /dev/null +++ b/domains/neranjana.json @@ -0,0 +1,11 @@ +{ + "description": "Neranjana's is-a.dev subdomain", + "repo": "https://github.com/NandiyaLive/is-a-dev", + "owner": { + "username": "NandiyaLive", + "email": "neranjanaprsd@gmail.com" + }, + "record": { + "URL": "https://neranjana.tk" + } +} 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/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/nicol.json b/domains/nicol.json new file mode 100644 index 000000000..53fafa4ae --- /dev/null +++ b/domains/nicol.json @@ -0,0 +1,12 @@ +{ + "description": "Lina website", + "repo": "https://github.com/Linadevv/Linadevv.github.io", + "owner": { + "username": "Linadevv", + "email": "any@email", + "twitter": "Lina" + }, + "record": { + "CNAME": "Linadevv.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/nine.json b/domains/nine.json index 47a29e1aa..dca4dedd8 100644 --- a/domains/nine.json +++ b/domains/nine.json @@ -2,7 +2,7 @@ "description": "A passionate Back and Front-end Developer 🚀 Having An Experience Of Building Web And Discord Bots With JavaScript / HTML / CSS / Nodejs / Python And Some Other Cool Libraries And Frameworks.", "repo": "https://github.com/ninelel", "record": { - "CNAME": "c7fddd40-732e-4b19-8a94-80edfaf0c369.id.repl.co" + "CNAME": "nineis-adev-production.up.railway.app" }, "owner": { "username": "NineLEL", 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/nisarga.json b/domains/nisarga.json new file mode 100644 index 000000000..8bfe90e67 --- /dev/null +++ b/domains/nisarga.json @@ -0,0 +1,12 @@ +{ + "description": "Nisarga", + "repo": "https://github.com/nisarga-developer/nisarga-developer.github.io", + "owner": { + "username": "nisarga-developer", + "email": "adhikarynisarga17@gmail.com", + "twitter": "adhikarynisarga" + }, + "record": { + "CNAME": "nisarga-developer.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-appwrite.json b/domains/node-appwrite.json new file mode 100644 index 000000000..b27b753f9 --- /dev/null +++ b/domains/node-appwrite.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "appwrite", + "email": "mohamed.haneefa@agiratech.com" + }, + "record": { + "URL": "https://www.appwrite-node.com/" + } +} 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/noma.json b/domains/noma.json new file mode 100644 index 000000000..f96f4c501 --- /dev/null +++ b/domains/noma.json @@ -0,0 +1,11 @@ +{ + "description": "noma4321's personal website", + "repo": "https://github.com/Noma4321/noma4321.github.io", + "owner": { + "username": "Noma4321", + "email": "noma4321business@gmail.com" + }, + "record": { + "CNAME": "noma4321.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/notify-api.json b/domains/notify-api.json new file mode 100644 index 000000000..8744f3af0 --- /dev/null +++ b/domains/notify-api.json @@ -0,0 +1,12 @@ + + { + "repo" :"https://github.com/andrewstech/notify-api", + "owner": { + "username": "andrewstech", + "email": "andrew@win11react.com" + }, + "record": { + "A": ["140.238.66.199"] + } + } + diff --git a/domains/nyan.json b/domains/nyan.json new file mode 100644 index 000000000..2320dfa1e --- /dev/null +++ b/domains/nyan.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "aeongdesu", + "email": "", + "revolt": "@Nyan", + "discord": "Bread#2635", + "note": "discord id: 548821619661864962" + }, + "record": { + "CNAME": "ppy.pages.dev" + } +} diff --git a/domains/nziie.json b/domains/nziie.json new file mode 100644 index 000000000..fe0efd19c --- /dev/null +++ b/domains/nziie.json @@ -0,0 +1,11 @@ +{ + "description": "Nziie's Developer Website", + "repo": "https://github.com/Nziie3/nziie3.github.io", + "owner": { + "username": "Nziie3", + "email": "exeyst@gmail.com" + }, + "record": { + "CNAME": "nziie3.github.io" + } +} diff --git a/domains/oleksa.json b/domains/oleksa.json new file mode 100644 index 000000000..b9d94fe20 --- /dev/null +++ b/domains/oleksa.json @@ -0,0 +1,11 @@ +{ + "description": "Oleksa's personal portfolio pagee", + "repo": "https://github.com/angelofallars/angelofallars.github.io/", + "owner": { + "username": "oleksa15", + "email": "oleksaa.ua@gmail.com" + }, + "record": { + "CNAME": "oleksa15.github.io" + } +} diff --git a/domains/om.json b/domains/om.json new file mode 100644 index 000000000..f35fefb7a --- /dev/null +++ b/domains/om.json @@ -0,0 +1,14 @@ +{ + "description": "Portfolio - a simple portfolio website for Omxpro. It's in Beta Stages. Thanks for visiting my Portfolio! I hope to see you again. This also serves as a mail for my domain", + "repo": "https://github.com/omxpro/portfolio-cf", + "owner": { + "username": "omxpro", + "email": "omsenjalia@gmail.com", + "twitter": "DaRealOmxpro" + }, + "record": { + "A": ["172.66.44.237","172.66.47.19"], + "MX": ["mx1.improvmx.com","mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/omen.json b/domains/omen.json new file mode 100644 index 000000000..7d2009b02 --- /dev/null +++ b/domains/omen.json @@ -0,0 +1,11 @@ +{ + "description": "Im a nerd", + "repo": "https://github.com/OmenDoesStuff/omendoesstuff.github.io", + "owner": { + "username": "OmenDoesStuff", + "email": "omen@dashpvp.net" + }, + "record": { + "CNAME": "omendoesstuff.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/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/osada.json b/domains/osada.json new file mode 100644 index 000000000..d3823a364 --- /dev/null +++ b/domains/osada.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "osadavc", + "email": "osadavidath@gmail.com", + "twitter": "osadavidath" + }, + "record": { + "URL": "https://osada-is-a-dev.vercel.app" + } +} diff --git a/domains/pansy.json b/domains/pansy.json new file mode 100644 index 000000000..927f76798 --- /dev/null +++ b/domains/pansy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pansy27", + "email": "uselessshogun99@gmail.com" + }, + "record": { + "CNAME": "pansy27.github.io" + } +} diff --git a/domains/papyrus.json b/domains/papyrus.json new file mode 100644 index 000000000..d9ff0c33d --- /dev/null +++ b/domains/papyrus.json @@ -0,0 +1,11 @@ +{ + "description": "Howdy I'm Papyrus and I created this is website", + "repo": "https://github.com/Papyrus0444/papyrus0444.github.io", + "owner": { + "username": "Papyrus0444", + "email": "vladbogdanmicu@gmail.com" +}, + "record": { + "CNAME": "papyrus0444.github.io" + } +} diff --git a/domains/patrick.json b/domains/patrick.json new file mode 100644 index 000000000..91fa2b4c4 --- /dev/null +++ b/domains/patrick.json @@ -0,0 +1,11 @@ +{ + "description": "Have a look to my web site please ;-;", + "repo": "https://github.com/PatrickChoDev", + "owner": { + "username": "PatrickChoDev", + "email": "devpatrick.cho@gmail.com" + }, + "record": { + "A": ["140.83.36.254"] + } +} diff --git a/domains/kaskus.json b/domains/paul.json similarity index 53% rename from domains/kaskus.json rename to domains/paul.json index 5ebd952d5..4c0dc502d 100644 --- a/domains/kaskus.json +++ b/domains/paul.json @@ -1,13 +1,11 @@ { "description": "My Personal Landing Page!", - "repo": "https://github.com/KASKUSTTV", + "repo": "https://github.com/NotKaskus", "owner": { - "username": "KASKUSTTV", + "username": "NotKaskus", "email": "kaskus45@protonmail.com" }, "record": { - "A": [ - "164.132.74.251" - ] + "CNAME": "notkaskus.github.io" } } 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/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/philcajurao.json b/domains/philcajurao.json new file mode 100644 index 000000000..fb8158e0a --- /dev/null +++ b/domains/philcajurao.json @@ -0,0 +1,11 @@ +{ + "description": "my firstime here and for my portfolio website", + "repo": "https://github.com/philcajurao/philcajurao.github.io", + "owner": { + "username": "philcajurao", + "email": "philcajurao@gmail.com" + }, + "record": { + "CNAME": "philcajurao.github.io" + } +} diff --git a/domains/pinont.json b/domains/pinont.json new file mode 100644 index 000000000..ebeb0fd4c --- /dev/null +++ b/domains/pinont.json @@ -0,0 +1,11 @@ +{ + "description": "My Personal Web.", + "repo": "https://github.com/PinozenTH/PinozenTH.github.io", + "owner": { + "username": "PinozenTH", + "email": "Pinozen.Thailand@gmail.com" + }, + "record": { + "CNAME": "PinozenTH.github.io" + } +} diff --git a/domains/pirate-project.json b/domains/pirate-project.json new file mode 100644 index 000000000..85711ef02 --- /dev/null +++ b/domains/pirate-project.json @@ -0,0 +1,12 @@ +{ + "description": "Pirate-Teams server", + "owner": { + "username": "StalkerMeyr", + "email": "andchit223@gmail.com" + }, + "record": { + "A": [ + "185.87.50.120" + ] + } +} 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/plopilpy.json b/domains/plopilpy.json new file mode 100644 index 000000000..43178d678 --- /dev/null +++ b/domains/plopilpy.json @@ -0,0 +1,12 @@ +{ + "description": "My personal page, where I demonstrate some HTML and JS", + "repo": "https://github.com/plopilpy/plopilpy.github.io", + "owner": { + "username": "plopilpy", + "email": "plopilpy@tazzy.ca", + "twitter": "plopilpy" + }, + "record": { + "CNAME": "plopilpy.github.io" + } +} diff --git a/domains/polopro.json b/domains/polopro.json new file mode 100644 index 000000000..fbfac54f5 --- /dev/null +++ b/domains/polopro.json @@ -0,0 +1,11 @@ +{ + "description": "polo pro", + "repo": "https://github.com/polo-1245-oficial/polo-1245-oficial.github.io", + "owner": { + "username": "polo-1245-oficial", + "email": "contacto@polo1245.es" + }, + "record": { + "CNAME": "polo-1245-oficial.github.io" + } +} diff --git a/domains/portal-slot-gacor.json b/domains/portal-slot-gacor.json new file mode 100644 index 000000000..2c890b57b --- /dev/null +++ b/domains/portal-slot-gacor.json @@ -0,0 +1,11 @@ +{ + "description": "Demo Spining wheeles slot Gacor", + "repo": "https://github.com/cewemanja/portal-slot-gacor", + "owner": { + "username": "cewemanja", + "email": "slotgacor@id123.uno" + }, + "record": { + "URL": "https://cewemanja.github.io/portal-slot-gacor/" + } +} 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/potatoland4492.json b/domains/potatoland4492.json new file mode 100644 index 000000000..8f3f2255f --- /dev/null +++ b/domains/potatoland4492.json @@ -0,0 +1,11 @@ +{ + "description": "A personal site for all my projects.", + "repo": "https://github.com/potatoland4492/potatoland4492.github.io", + "owner": { + "username": "potatoland4492", + "email": "potatoland4492@gmail.com" + }, + "record": { + "CNAME": "potatoland4492.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/projects.catzboy.json b/domains/projects.catzboy.json new file mode 100644 index 000000000..b3aae05fb --- /dev/null +++ b/domains/projects.catzboy.json @@ -0,0 +1,11 @@ +{ + "description": "Showcase All My Projects", + "repo": "https://github.com/Maruful007/Maruful007.github.io", + "owner": { + "username": "Maruful007", + "email": "marufulislamsami2007@gmail.com" + }, + "record": { + "CNAME": "maruful007.github.io" + } +} diff --git a/domains/proxy.json b/domains/proxy.json new file mode 100644 index 000000000..450416a95 --- /dev/null +++ b/domains/proxy.json @@ -0,0 +1,11 @@ +{ + "description": "Ultraviolet proxy", + "repo": "https://github.com/notAperson535/Ultraviolet-Static", + "owner": { + "username": "notAperson535", + "email": "notAperson939@gmail.com" + }, + "record": { + "CNAME": "notAperson535.github.io" + } +} diff --git a/domains/proxzima.json b/domains/proxzima.json new file mode 100644 index 000000000..3923d8f25 --- /dev/null +++ b/domains/proxzima.json @@ -0,0 +1,13 @@ +{ + "description": "Describe the use of this subdomain", + "repo": "https://github.com/PROxZIMA/proxzima.github.io", + "owner": { + "username": "PROxZIMA", + "email": "pratikbpingale9075@gmail.com", + "twitter": "pro_x_zima", + "discord": "PROxZIMA#7272" + }, + "record": { + "CNAME": "proxzima.github.io" + } +} diff --git a/domains/prryplatypus.json b/domains/prryplatypus.json new file mode 100644 index 000000000..06f1dda9f --- /dev/null +++ b/domains/prryplatypus.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/prryplatypus", + "owner": { + "username": "prryplatypus", + "email": "", + "twitter": "prryplatypus" + }, + "record": { + "CNAME": "prryplatypus.dev" + } + } diff --git a/domains/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/radar.json b/domains/radar.json new file mode 100644 index 000000000..6db2b0aa7 --- /dev/null +++ b/domains/radar.json @@ -0,0 +1,13 @@ +{ + "description": "Radar's personal developer website", + "repo": "https://github.com/RadarFolf/CaseyK9", + "owner": { + "username": "CaseyK9", + "email": "rocco@caseymediallc.com", + "twitter": "RadarFolf", + "discord": "Radar#0001" + }, + "record": { + "CNAME": "caseymediallc.com" + } +} 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/rahulcodes.json b/domains/rahulcodes.json new file mode 100644 index 000000000..690c05eb0 --- /dev/null +++ b/domains/rahulcodes.json @@ -0,0 +1,11 @@ +{ + "description": "Rahul Bussa's Portfolio", + "repo": "https://github.com/bussarahul/rahulcodes", + "owner": { + "username": "rahulcodes", + "email": "rahulbussa@outlook.com" + }, + "record": { + "CNAME": "bussarahul.github.io" + } +} diff --git a/domains/raid.json b/domains/raid.json new file mode 100644 index 000000000..32d6d9ba4 --- /dev/null +++ b/domains/raid.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ImRaid", + "email": "romanplayer76@gmail.com" + }, + "record": { + "CNAME": "f8d83b65-6aa3-47dd-952f-95b1a52eadb4.id.repl.co" + } +} 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/ratler.json b/domains/ratler.json new file mode 100644 index 000000000..af775cb3c --- /dev/null +++ b/domains/ratler.json @@ -0,0 +1,15 @@ +{ + "description": "ratler is a dev subdomain", + "owner": { + "username": "ItzArman09", + "email": "contact@mail.arman.is-a.dev" + }, + "record": { + "A": ["89.106.200.1"], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/ravana.json b/domains/ravana.json new file mode 100644 index 000000000..261625a4e --- /dev/null +++ b/domains/ravana.json @@ -0,0 +1,12 @@ +{ + "description": "Ravana FM", + "repo": "https://ravana69.github.io/mainpage", + "owner": { + "username": "ravana69", + "email": "", + "twitter": "hornyravana>" + }, + "record": { + "CNAME": "ravana.github.io" + } +} diff --git a/domains/ravost.json b/domains/ravost.json new file mode 100644 index 000000000..a23839f76 --- /dev/null +++ b/domains/ravost.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Ravost99", + "email": "", + "discord": "Ravost99#3361" + }, + "description": "Ravost99's Personal website", + "record": { + "CNAME": "ff6546d8-ce57-4f83-bff1-de3fdf47f30f.id.repl.co" + } +} diff --git a/domains/raw-kirito.json b/domains/raw-kirito.json new file mode 100644 index 000000000..6c1555378 --- /dev/null +++ b/domains/raw-kirito.json @@ -0,0 +1,10 @@ +{ + "description": "this a link to My Raw Web Github", + "owner": { + "username": "ThisMe124", + "email": "anonymous.orgn@gmail.com" + }, + "record": { + "CNAME": "thisme124.github.io" + } +} diff --git a/domains/rawir.json b/domains/rawir.json new file mode 100644 index 000000000..835551f5c --- /dev/null +++ b/domains/rawir.json @@ -0,0 +1,12 @@ +{ + "description": "Rawir's website", + "repo": "https://github.com/Rawiros/rawiros.github.io", + "owner": { + "username": "Rawiros", + "email": "0x4d3a@protonmail.com", + "twitter": "Rawir_" + }, + "record": { + "CNAME": "rawiros.github.io" + } +} diff --git a/domains/ray.json b/domains/ray.json index 651c61789..e77593d58 100644 --- a/domains/ray.json +++ b/domains/ray.json @@ -1,11 +1,11 @@ { - "description": "RayhanADev's Website!", - "repo": "https://github.com/rayhanadev/my-website", + "description": "RayhanADev's Personal Website", + "repo": "https://github.com/rayhanadev/Personal-Website-v3", "owner": { "username": "rayhanadev", "email": "rayhanadev@protonmail.com" }, "record": { - "URL": "http://rayhanadev.vercel.app" + "CNAME": "edge.redirect.pizza" } } diff --git a/domains/re.maskduck.json b/domains/re.maskduck.json new file mode 100644 index 000000000..3ecc87b03 --- /dev/null +++ b/domains/re.maskduck.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MaskDuck", + "email": "maskduckuwu@gmail.com" + }, + "record": { + "CNAME": "edge.redirect.pizza" + } +} 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/reed.json b/domains/reed.json index eaeb89b1f..4af0861ca 100644 --- a/domains/reed.json +++ b/domains/reed.json @@ -1,10 +1,12 @@ { - "repo": "https://github.com/reed-jones", + "repo": "https://github.com/reed-jones/reedjones.com", + "description": "Reeds personal developer site", "owner": { "username": "reed-jones", - "email": "reedjones@reedjones.com" + "email": "reedjones@reedjones.com", + "twitter": "rj0nz" }, "record": { - "CNAME": "reedjones.com" + "URL": "https://www.reedjones.com" } } diff --git a/domains/reefsalty.json b/domains/reefsalty.json new file mode 100644 index 000000000..e4c3d8e64 --- /dev/null +++ b/domains/reefsalty.json @@ -0,0 +1,12 @@ +{ + "description": "ReefSalty", + "repo": "https://github.com/github-username/ReefSalty.github.io", + "owner": { + "username": "ReefSalty", + "email": "reefsalter@hotmail.com", + "twitter": "ReefSalty" + }, + "record": { + "CNAME": "reefsalty.github.io" + } +} 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/register.json b/domains/register.json new file mode 100644 index 000000000..652ecebea --- /dev/null +++ b/domains/register.json @@ -0,0 +1,11 @@ +{ + "description": "The subdomain for the Is-a.Dev Web Registration Dashboard (Incomplete)", + "repo": "https://github.com/is-a-dev", + "owner": { + "username": "@is-a.dev/maintainers", + "email": "mahir@molai.dev" + }, + "record": { + "CNAME": "is-a-dev-registration.pages.dev" + } +} diff --git a/domains/relicrb.json b/domains/relicrb.json new file mode 100644 index 000000000..49c94e0c7 --- /dev/null +++ b/domains/relicrb.json @@ -0,0 +1,11 @@ +{ + "description": "Relic's Personal Site", + "repo": "https://github.com/RelicRB/RelicRB.github.io", + "owner": { + "username": "RelicRB", + "email": "relicrb@gmail.com" + }, + "record": { + "CNAME": "RelicRB.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/riskybot.riskymh.json b/domains/riskybot.riskymh.json new file mode 100644 index 000000000..43c6e40ae --- /dev/null +++ b/domains/riskybot.riskymh.json @@ -0,0 +1,13 @@ +{ + "description": "Discord Bot Website", + "repo": "https://github.com/RiskyMH/RiskyBOT", + "owner": { + "username": "RiskyMH", + "discord": "RiskyMH#0182", + "email": "" + }, + "record": { + "URL": "https://riskymh.github.io/RiskyBOT" + } + } + \ No newline at end of file diff --git a/domains/riskybotredirect.json b/domains/riskybotredirect.json new file mode 100644 index 000000000..43c6e40ae --- /dev/null +++ b/domains/riskybotredirect.json @@ -0,0 +1,13 @@ +{ + "description": "Discord Bot Website", + "repo": "https://github.com/RiskyMH/RiskyBOT", + "owner": { + "username": "RiskyMH", + "discord": "RiskyMH#0182", + "email": "" + }, + "record": { + "URL": "https://riskymh.github.io/RiskyBOT" + } + } + \ No newline at end of file diff --git a/domains/riskymh.json b/domains/riskymh.json new file mode 100644 index 000000000..eb528575d --- /dev/null +++ b/domains/riskymh.json @@ -0,0 +1,14 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/RiskyMH/RiskyMH.github.io", + "owner": { + "username": "RiskyMH", + "discord": "RiskyMH#0182", + "email": "" + }, + "record": { + "URL": "https://riskymh.github.io", + "MX": ["rocky.smtp-in.mailway.app", "peter.smtp-in.mailway.app"] + } + } + \ No newline at end of file diff --git a/domains/riskymhredirect.json b/domains/riskymhredirect.json new file mode 100644 index 000000000..1dda90136 --- /dev/null +++ b/domains/riskymhredirect.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/RiskyMH/RiskyMH.github.io", + "owner": { + "username": "RiskyMH", + "discord": "RiskyMH#0182", + "email": "" + }, + "record": { + "URL": "https://riskymh.github.io" + } +} diff --git a/domains/ritshu.json b/domains/ritshu.json new file mode 100644 index 000000000..9e300228b --- /dev/null +++ b/domains/ritshu.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Ritshu", + "discord": "216282035503890442", + "email": "ritshu.dev@gmail.com" + }, + "record": { + "CNAME": "ritshu.github.io" + } +} diff --git a/domains/roj.json b/domains/roj.json new file mode 100644 index 000000000..8e7e29e7e --- /dev/null +++ b/domains/roj.json @@ -0,0 +1,11 @@ +{ + "description": "Roj", + "owner": { + "username": "roj1512", + "email": "ez@roj.im", + "twitter": "roj1512" + }, + "record": { + "URL": "https://roj.im" + } +} 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/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/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/rv178.json b/domains/rv178.json new file mode 100644 index 000000000..cd0208a33 --- /dev/null +++ b/domains/rv178.json @@ -0,0 +1,11 @@ +{ + "description": "is-a.dev subdomain for my portfolio", + "repo": "https://github.com/rv178/website", + "owner": { + "username": "rv178", + "email": "idliyout@gmail.com" + }, + "record": { + "CNAME": "rv178.github.io" + } +} diff --git a/domains/rxyhn.json b/domains/rxyhn.json new file mode 100644 index 000000000..9cd4a91bc --- /dev/null +++ b/domains/rxyhn.json @@ -0,0 +1,12 @@ +{ + "description": "Rxyhn's Personal Site", + "repo": "https://github.com/rxyhn/rxyhn.github.io", + "owner": { + "username": "rxyhn", + "email": "rayhankafipratama333@gmail.com", + "discord": "rxyhn#1154" + }, + "record": { + "CNAME": "rxyhn.github.io" + } +} diff --git a/domains/ryan.json b/domains/ryan.json new file mode 100644 index 000000000..01d5c9bd1 --- /dev/null +++ b/domains/ryan.json @@ -0,0 +1,11 @@ +{ + "description": "is-a.dev domain", + "repo": "https://github.com/ryan0204", + "owner": { + "username": "Ryan0204", + "email": "ryan@ssrv.xyz" + }, + "record": { + "URL": "https://ssrv.xyz" + } +} 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/s97.json b/domains/s97.json new file mode 100644 index 000000000..4025f3758 --- /dev/null +++ b/domains/s97.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Saud-97", + "email": "saud.aljaffer@gmail.com", + "repo": "https://github.com/Saud-97", + "discord": "S97#6758" + }, + "record": { + "URL": "https://github.com/Saud-97" + } +} 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/sabelgames.json b/domains/sabelgames.json new file mode 100644 index 000000000..088e0446c --- /dev/null +++ b/domains/sabelgames.json @@ -0,0 +1,12 @@ + +{ + "owner": { + "username": "SabelGames", + "email": "contact@sabelgames.is-a.dev" + }, + "record": { + "URL": "https://sabelgames.itch.io", + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/sages.semant.json b/domains/sages.semant.json new file mode 100644 index 000000000..0e9964b92 --- /dev/null +++ b/domains/sages.semant.json @@ -0,0 +1,12 @@ +{ + "description": "A little show-off project for my school", + "owner": { + "username": "bad-boy-codes", + "email": "contact@mail.badboy.is-a.dev", + "discord": "445073800850046977", + "twitter": "BadBoyGoesBrr" + }, + "record": { + "CNAME": "4941ff85-bc0d-4af7-b112-bc556c694343.id.repl.co" + } +} diff --git a/domains/saharsh.json b/domains/saharsh.json new file mode 100644 index 000000000..652fa8bda --- /dev/null +++ b/domains/saharsh.json @@ -0,0 +1,12 @@ +{ + "description": "My portofilio!", + "repo": "https://github.com/Saharsh1223/saharsh1223.github.io", + "owner": { + "username": "Saharsh1223", + "email": "psaharsh2@gmail.com", + "twitter": "saharsh1223" + }, + "record": { + "CNAME": "saharsh1223.github.io" + } +} 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/sakko.json b/domains/sakko.json new file mode 100644 index 000000000..2e4037cfa --- /dev/null +++ b/domains/sakko.json @@ -0,0 +1,12 @@ +{ + "description": "SaKKo from Thailand", + "repo": "https://github.com/SaKKo/soontobeprogrammer.com", + "owner": { + "username": "sakko", + "email": "saklism@gmail.com", + "twitter": "sakkosama" + }, + "record": { + "CNAME": "sakko.github.io" + } +} diff --git a/domains/sam-jspn.json b/domains/sam-jspn.json new file mode 100644 index 000000000..8544a4a4b --- /dev/null +++ b/domains/sam-jspn.json @@ -0,0 +1,12 @@ +{ + "description": "Sam's website", + "repo":"https://github.com/Samuel-Jspn/lair", + "owner": { + "username": "Samuel-Jspn", + "email": "sam.josephine@outlook.fr", + "discord": "R3dL1ghty#2904" + }, + "record": { + "CNAME": "samuel-jspn.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/samet.json b/domains/samet.json new file mode 100644 index 000000000..b4951720e --- /dev/null +++ b/domains/samet.json @@ -0,0 +1,14 @@ +{ + "description": "This is a portfolio for me, SmugTheKiler, but is based off a template.", + "repo": "https://github.com/sa-met/sa-met.github.io", + "owner": { + "username": "Samett", + "email": "sametak3210@gmail.com", + "discord": "Samett#8519", + "discordID": "894594782897262635" + }, + + "record": { + "CNAME": "sa-met.github.io" + } +} 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/samirpaul.json b/domains/samirpaul.json new file mode 100644 index 000000000..8b1ee4b58 --- /dev/null +++ b/domains/samirpaul.json @@ -0,0 +1,12 @@ +{ + "description": "Samir Paul's Portfolio Website.", + "repo": "https://github.com/SamirPaul1/samirpaul", + "owner": { + "username": "SamirPaul1", + "email": "samirpaulb@gmail.com", + "twitter": "SamirPaulb" + }, + "record": { + "CNAME": "samirpaul1.github.io" + } +} diff --git a/domains/saml.json b/domains/saml.json new file mode 100644 index 000000000..161c827ff --- /dev/null +++ b/domains/saml.json @@ -0,0 +1,22 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/SamDev-7/samdev-7.github.io", + "owner": { + "username": "SamDev-7", + "email": "", + "discord": "SamDev7#1767" + }, + "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/samuelnihbos.json b/domains/samuelnihbos.json new file mode 100644 index 000000000..462780986 --- /dev/null +++ b/domains/samuelnihbos.json @@ -0,0 +1,12 @@ +{ + "description": "samuelnihbos.is-a.dev", + "repo": "https://github.com/samuelnihbos/samuelnihbos.github.io", + "owner": { + "username": "samuelnihbos", + "email": "samuelnihbos@gnuweeb.org", + "twitter": "Samueeeeel6" + }, + "record": { + "CNAME": "samuelnihbos.github.io" + } +} 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/santhosh.json b/domains/santhosh.json new file mode 100644 index 000000000..a59d2ea01 --- /dev/null +++ b/domains/santhosh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ABSanthosh", + "email": "a.b.santhosh02@gmail.com" + }, + "record": { + "CNAME": "absanthosh.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/saraxa.json b/domains/saraxa.json new file mode 100644 index 000000000..b6ffa9638 --- /dev/null +++ b/domains/saraxa.json @@ -0,0 +1,12 @@ +{ + "description": "saraxa personal website", + "repo": "https://github.com/reef1447/reef1447.github.io", + "owner": { + "username": "reef1447", + "email": "spray123kira@gmail.com", + "discord": "saraxa#8899" + }, + "record": { + "CNAME": "reef1447.github.io" + } +} diff --git a/domains/sasial.json b/domains/sasial.json index a7d5eed0c..e5493f924 100644 --- a/domains/sasial.json +++ b/domains/sasial.json @@ -3,9 +3,10 @@ "repo": "https://github.com/sasial-dev/Portfolio", "owner": { "username": "sasial-dev", - "email": "sasial@koal.us" + "email": "", + "discord": "Sasial#9375" }, "record": { - "URL": "https://portfolio-sasial.vercel.app/" + "URL": "https://sasial.dev/" } } diff --git a/domains/sathish.json b/domains/sathish.json new file mode 100644 index 000000000..fbd4cccc9 --- /dev/null +++ b/domains/sathish.json @@ -0,0 +1,11 @@ +{ + "description": "My personal dev blog", + "repo": "https://github.com/Muppidathi-sys/Muppidathi-sys.github.io", + "owner": { + "username": "Muppidathi-sys", + "email": "muppidathi00@gmail.com" + }, + "record": { + "CNAME": "Muppidathi-sys.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/sdxqw.json b/domains/sdxqw.json new file mode 100644 index 000000000..46c540625 --- /dev/null +++ b/domains/sdxqw.json @@ -0,0 +1,11 @@ +{ + "description": "A personal portfolio site for my project.", + "repo": "https://github.com/AsarySoftware/AxstTweaker", + "owner": { + "username": "sdxqw", + "email": "xntrowdev@gmail.com" + }, + "record": { + "CNAME": "sdxqw.github.io" + } +} 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/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/semant.json b/domains/semant.json index 2c39623c2..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": "skpanda046@gmail.com" + "username": "bad-boy-codes", + "email": "sonupanda078@gmail.com", + "discord": "Bad Boy Plays#9608", + "note": "My Discord ID is 445073800850046977." }, "record": { - "CNAME": "semant-panda.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" } } diff --git a/domains/sevu.badboy.json b/domains/sevu.badboy.json new file mode 100644 index 000000000..94f12298e --- /dev/null +++ b/domains/sevu.badboy.json @@ -0,0 +1,10 @@ +{ + "description": "sevu bot dashboard", + "owner": { + "username": "bad-boy-codes", + "email": "contact@mail.badboy.is-a.dev" + }, + "record": { + "CNAME": "51deae26-9fa3-4344-820e-80cb006634ca.id.repl.co" + } +} diff --git a/domains/shafi100.json b/domains/shafi100.json new file mode 100644 index 000000000..f6504f16b --- /dev/null +++ b/domains/shafi100.json @@ -0,0 +1,12 @@ +{ + "description": "Personal portfolio and blogging website of Md Abdullahil Shafi", + "repo": "https://github.com/shafi100/shafi100.github.io", + "owner": { + "username": "shafi100", + "email": "pro.shafi.12@gmail.com", + "twitter": "bd_shafi" + }, + "record": { + "CNAME": "shafi100.github.io" + } +} 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/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/shin.json b/domains/shin.json new file mode 100644 index 000000000..0cf88ec7c --- /dev/null +++ b/domains/shin.json @@ -0,0 +1,12 @@ +{ + "description": "The offcial website by Tachibana Shin (@tachib_shin)", + "repo": "https://github.com/tachibana-shin/tachibana-shin.github.io", + "owner": { + "username": "tachibana-shin", + "email": "", + "twitter": "tachib_shin" + }, + "record": { + "CNAME": "tachibana-shin.github.io" + } +} 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/sirmacr0.json b/domains/sirmacr0.json new file mode 100644 index 000000000..4762d7782 --- /dev/null +++ b/domains/sirmacr0.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio website for me", + "repo": "https://github.com/SirMacr0/SirMacr0.github.io", + "owner": { + "username": "SirMacr0", + "email": "tunagunduz03@gmail.com" + }, + "record": { + "CNAME": "SirMacr0.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/slime.json b/domains/slime.json new file mode 100644 index 000000000..00a7810c8 --- /dev/null +++ b/domains/slime.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "purpleblueslime", + "email": "purpleblueslime@gmail.com" + }, + "record": { + "CNAME": "purpleblueslime.github.io" + } +} diff --git a/domains/snxx.json b/domains/snxx.json new file mode 100644 index 000000000..7fa670fba --- /dev/null +++ b/domains/snxx.json @@ -0,0 +1,10 @@ +{ + "description": "Personal page of Serzhan Nasredin", + "owner": { + "username": "snxx-lppxx", + "email": "snxx.lppxx@gmail.com" + }, + "record": { + "CNAME": "snxx-lppxx.github.io" + } +} diff --git a/domains/sonicx180.json b/domains/sonicx180.json new file mode 100644 index 000000000..6fa70727e --- /dev/null +++ b/domains/sonicx180.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/sonicx180/website", + "owner": { + "username": "sonicx180", + "email": "chetanzeogu410@gmail.com" + }, + "record": { + "CNAME": "0146e66a-6183-424c-85bd-b240bea14f14.id.repl.co" + } +} 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/spechide.json b/domains/spechide.json new file mode 100644 index 000000000..fb206cfd4 --- /dev/null +++ b/domains/spechide.json @@ -0,0 +1,13 @@ +{ + "description": "My personal site", + "repo": "https://github.com/SpEcHiDe/SpEcHiDe.github.io", + "owner": { + "username": "SpEcHiDe", + "email": "", + "twitter": "SpEcHiDe" + }, + "record": { + "CNAME": "SpEcHiDe.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/spicyaxolotl.json b/domains/spicyaxolotl.json new file mode 100644 index 000000000..fd548abf4 --- /dev/null +++ b/domains/spicyaxolotl.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website", + "repo": "https://github.com/Spicy-Axolotl/spicy-axolotl.github.io", + "owner": { + "username": "Spicy-Axolotl", + "email": "", + "discord": "Axolotl (mycoolface256)#4736" + }, + "record": { + "CNAME": "spicy-axolotl.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/spongly.json b/domains/spongly.json new file mode 100644 index 000000000..aac0f77f1 --- /dev/null +++ b/domains/spongly.json @@ -0,0 +1,11 @@ +{ + "description": "Spongly's Personal Site", + "repo": "https://github.com/spongly/spongly.github.io", + "owner": { + "username": "spongly", + "email": "mail.spongly@gmail.com" + }, + "record": { + "CNAME": "spongly.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/sputnick567.json b/domains/sputnick567.json new file mode 100644 index 000000000..1fc17b458 --- /dev/null +++ b/domains/sputnick567.json @@ -0,0 +1,11 @@ +{ + + "repo": "https://github.com/sputnick567/sputnick567.github.io", + "owner": { + "username": "sputnick567", + "email": "567sputnick@gmail.com" + }, + "record": { + "CNAME": "sputnick567.github.io" + } +} diff --git a/domains/spyminer.json b/domains/spyminer.json new file mode 100644 index 000000000..176fc6bc0 --- /dev/null +++ b/domains/spyminer.json @@ -0,0 +1,11 @@ +{ + "description": "SpyMiner's website", + "repo": "https://github.com/SpyMinerX/SpyMinerX.github.io", + "owner": { + "username": "SpyMinerX", + "email": "spyminer@glacierclient.net" + }, + "record": { + "CNAME": "isadev.engelbrecht.pro" + } +} 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/staff.json b/domains/staff.json new file mode 100644 index 000000000..5cba77419 --- /dev/null +++ b/domains/staff.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "mahirmolai27", + "email": "mtgissmart@gmail.com" + }, + "record": { + "CNAME": "is-a-dev-maintainers.pages.dev" + } + } + \ No newline at end of file diff --git a/domains/stark.json b/domains/stark.json new file mode 100644 index 000000000..cc53bc7f5 --- /dev/null +++ b/domains/stark.json @@ -0,0 +1,12 @@ +{ + "description": "Projects by Stark Programmer", + "repo": "https://github.com/StarkBotsIndustries/starkbotsindustries.github.io", + "owner": { + "username": "StarkBotsIndustries", + "email": "starkbotsindustries@gmail.com", + "telegram": "StarkProgrammer" + }, + "record": { + "CNAME": "StarkBotsIndustries.github.io" + } +} diff --git a/domains/starnumber.json b/domains/starnumber.json new file mode 100644 index 000000000..1080ece73 --- /dev/null +++ b/domains/starnumber.json @@ -0,0 +1,9 @@ +{ + "description": "StarNumber's blog", + "repo": "https://github.com/starnumber12046", + "owner": { + "username": "starnumber12046", + "email": "starnumber.official12046@gmail.com" + }, + "record": {"CNAME": "hashnode.network"} +} 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/struc.api.badboy.json b/domains/struc.api.badboy.json new file mode 100644 index 000000000..df47f40f8 --- /dev/null +++ b/domains/struc.api.badboy.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": "1c1cdaeb-374d-4273-bd14-b7e96b091f72.id.repl.co" + } +} diff --git a/domains/sumanjay.json b/domains/sumanjay.json new file mode 100644 index 000000000..215a04f69 --- /dev/null +++ b/domains/sumanjay.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/cyberboysumanjay/cyberboysumanjay.github.io", + "owner": { + "username": "cyberboysumanjay", + "email": "sumanjay@duck.com" + }, + "record": { + "CNAME": "cyberboysumanjay.github.io" + } +} 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/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/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/tahakocabuga.json b/domains/tahakocabuga.json new file mode 100644 index 000000000..1e9d8019c --- /dev/null +++ b/domains/tahakocabuga.json @@ -0,0 +1,12 @@ +{ + "description": "Taha Kocabuga's Portfolio", + "repo": "https://github.com/tahakocabuga/tahakocabuga.github.io", + "owner": { + "username": "tahakocabuga", + "email": "tahakocabuga@gmail.com", + "twitter": "tahakocabuga" + }, + "record": { + "CNAME": "tahakocabuga.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/tanu.json b/domains/tanu.json new file mode 100644 index 000000000..4751d152b --- /dev/null +++ b/domains/tanu.json @@ -0,0 +1,12 @@ +{ + "description": "Tanu's Website", + "repo": "https://github.com/desktopdotini/websitev3", + "owner": { + "username": "desktopdotini", + "email": "cloneyinnit@gmail.com", + "twitter": "tanumakescode" + }, + "record": { + "CNAME": "websitev3.pages.dev" + } + } diff --git a/domains/tca.json b/domains/tca.json new file mode 100644 index 000000000..944241e02 --- /dev/null +++ b/domains/tca.json @@ -0,0 +1,12 @@ +{ + "description": "TCA's official portfolio, if you can call it that.", + "repo": "https://github.com/NotTCA/devsite", + "owner": { + "username": "NotTCA", + "email": "me@nottca.tk", + "twitter": "https://twitter.com/imTCA_" + }, + "record": { + "CNAME": "nottca.github.io" + } +} diff --git a/domains/tcdavo.json b/domains/tcdavo.json new file mode 100644 index 000000000..e2e6ec296 --- /dev/null +++ b/domains/tcdavo.json @@ -0,0 +1,10 @@ +{ + "owner":{ + "username": "Tcdavo", + "discord": "FriedUp-_-#6908", + "email": "" + }, + "record": { + "CNAME": "44f0c26f-c6a3-4a32-bd8b-80614d289b24.id.repl.co" + } +} 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/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/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/tech.json b/domains/tech.json new file mode 100644 index 000000000..6b4bf404d --- /dev/null +++ b/domains/tech.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/techpixel/techpixel.github.io", + "owner": { + "username": "techpixel", + "email": "yralqfwus@mozmail.com" + }, + "record": { + "CNAME": "techpixel.github.io" + } +} diff --git a/domains/technopaws.json b/domains/technopaws.json new file mode 100644 index 000000000..7c68680ef --- /dev/null +++ b/domains/technopaws.json @@ -0,0 +1,11 @@ +{ + "description": "A PORTFOLIO FOR MYSELF", + "repo": "https://HmmNoSus.realtechnopaws.repl.co", + "owner": { + "username": "TECHNOPAWS", + "email": "technopaws69@gmail.com" + }, + "record": { + "CNAME": "78db877f-0bbd-45b9-9c7d-ad02242a1705.id.repl.co" + } +} diff --git a/domains/techstarmahesh.json b/domains/techstarmahesh.json new file mode 100644 index 000000000..eb7fab1c1 --- /dev/null +++ b/domains/techstarmahesh.json @@ -0,0 +1,11 @@ +{ + "description": "Mahesh Sharma's personal developer website", + "repo": "https://github.com/techstarmahesh/techstarmahesh.github.io", + "owner": { + "username": "TechstarMahesh", + "email": "mistermaheshsharma@gmail.com" + }, + "record": { + "CNAME": "techstarmahesh.github.io" + } + } \ No newline at end of file diff --git a/domains/tekno.json b/domains/tekno.json new file mode 100644 index 000000000..63a41fcfc --- /dev/null +++ b/domains/tekno.json @@ -0,0 +1,14 @@ +{ + "description": "Custom domain for my personal site", + "repo": "https://github.com/TeknoSenpai/teknosenpai.github.io", + "owner": { + "username": "TeknoSenpai", + "email": "tekno@hiri.dev", + "twitter": "@TeknoSenpai" + }, + "record": { + "A": [ + "173.212.245.116" + ] + } +} 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/theiocoder.json b/domains/theiocoder.json deleted file mode 100644 index 669f3f06a..000000000 --- a/domains/theiocoder.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "hi there", - "repo": "https://github.com/theiocoder.github.io", - "owner": { - "username": "theiocoder", - "email": "gavinjstacey@gmail.com" - }, - "record": { - "CNAME": "theiocoder.github.io" - } -} diff --git a/domains/thomas-shelby.json b/domains/thomas-shelby.json new file mode 100644 index 000000000..7e57baaff --- /dev/null +++ b/domains/thomas-shelby.json @@ -0,0 +1,12 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/prbhanu/prbhanu.github.io", + "owner": { + "username": "prbhanu", + "email": "prbhanu1718@gmil.com", + "twitter": "@prreddy05413731" + }, + "record": { + "CNAME": "prbhanu.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/thorgathis.json b/domains/thorgathis.json new file mode 100644 index 000000000..4680880de --- /dev/null +++ b/domains/thorgathis.json @@ -0,0 +1,11 @@ +{ + "description": "Thorgathis website", + "repo": "https://github.com/Thorgathis/thorgathis.github.io", + "owner": { + "username": "Thorgathis", + "email": "thorgathis.dev@gmail.com" + }, + "record": { + "CNAME": "thorgathis.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/tigerbyte.json b/domains/tigerbyte.json index cc825d941..d4668d8a3 100644 --- a/domains/tigerbyte.json +++ b/domains/tigerbyte.json @@ -6,6 +6,6 @@ "email": "tigerbytedev@gmail.com" }, "record": { - "CNAME": "3bfa06b0-89de-424a-a8ff-ec5a3a38f922.repl.co" + "URL": "https://www.tigerbyte.dev" } } diff --git a/domains/tiuri.json b/domains/tiuri.json new file mode 100644 index 000000000..06af7ddaf --- /dev/null +++ b/domains/tiuri.json @@ -0,0 +1,12 @@ +{ + "description": "because im an dev", + "repo": "https://github.com/ituir", + "owner": { + "username": "ituir", + "email": "tiuri@server.tiuri.be" + }, + "record": { + "A": [ + "138.201.76.10" + ]} +} diff --git a/domains/toan.json b/domains/toan.json index 31c0cbca3..bf17a4427 100644 --- a/domains/toan.json +++ b/domains/toan.json @@ -1,11 +1,11 @@ { - "description": "Redirect to my website", + "description": "Hashnode Blog", "repo": "https://github.com/ductoanvo", "owner": { "username": "ductoanvo", - "email": "hey.toan@outlook.com" + "email": "toan@duck.com" }, "record": { - "URL": "https://ductoan.dev" + "CNAME": "hashnode.network" } } diff --git a/domains/tobey.json b/domains/tobey.json new file mode 100644 index 000000000..cae03e4e3 --- /dev/null +++ b/domains/tobey.json @@ -0,0 +1,11 @@ +{ + "description": "Tobey is a dev", + "repo": "https://github.com/yebot", + "owner": { + "username": "yebot", + "email": "tobeyforsman@gmail.com" + }, + "record": { + "URL": "https://twitter.com/TobeyForsman" + } +} \ 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/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/toxocious.json b/domains/toxocious.json new file mode 100644 index 000000000..e18748c91 --- /dev/null +++ b/domains/toxocious.json @@ -0,0 +1,12 @@ +{ + "description": "Setting up a repository as a blog and portfolio, and would love to use this as a domain.", + "repo": "https://github.com/toxocious/toxocious.github.io", + "owner": { + "username": "toxocious", + "email": "toxocious@gmail.com", + "discord": "Jess#5596" + }, + "record": { + "CNAME": "toxocious.github.io" + } +} 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/turtle84375.json b/domains/turtle84375.json new file mode 100644 index 000000000..0243892b1 --- /dev/null +++ b/domains/turtle84375.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website for Turtle84375", + "repo": "https://github.com/turtle84375/turtle84375.is-a.dev", + "owner": { + "username": "Turtle84375", + "email": "turtle84375@programmer.net", + "guilded": "turtle84375" + }, + "record": { + "CNAME": "turtle84375.github.io" + } +} diff --git a/domains/urduck.json b/domains/urduck.json new file mode 100644 index 000000000..1918d7e4a --- /dev/null +++ b/domains/urduck.json @@ -0,0 +1,15 @@ +{ + "description": "MaskDuck's personal website!", + "repo": "https://github.com/maskducks/maskducks.github.io", + "owner": { + "username": "MaskDuck", + "email": "", + "discord": "MaskDuck#7325", + "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" + } +} diff --git a/domains/used-to-be-daddy.json b/domains/used-to-be-daddy.json new file mode 100644 index 000000000..c6884e296 --- /dev/null +++ b/domains/used-to-be-daddy.json @@ -0,0 +1,10 @@ +{ + "description": "I used to be daddy", + "owner": { + "username": "MouseMoosz", + "email": "mousemoosz@protonmail.com" + }, + "record": { + "URL": "https://mousemoosz.is-a.dev" + } +} 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/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/veer.json b/domains/veer.json new file mode 100644 index 000000000..cf1986de8 --- /dev/null +++ b/domains/veer.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TheVeerRana", + "email": "hello@veer.codes" + }, + "record": { + "CNAME": "veer.codes" + } +} diff --git a/domains/victoneux.json b/domains/victoneux.json new file mode 100644 index 000000000..c2ae7a87e --- /dev/null +++ b/domains/victoneux.json @@ -0,0 +1,11 @@ +{ + "description": "victoneux's personal dev site", + "repo": "https://github.com/Victoneux/victoneux.github.io", + "owner": { + "username": "Victoneux", + "email": "victoneux@protonmail.com" + }, + "record": { + "CNAME": "victoneux.github.io" + } +} diff --git a/domains/viggu.json b/domains/viggu.json new file mode 100644 index 000000000..27faebff7 --- /dev/null +++ b/domains/viggu.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "VIGGU-7", + "email": "vigneshofficialyt@gmail.com", + "twitter": "VIGGU_8" + }, + "record": { + "CNAME": "0177c904-af82-4e29-a07f-f5b89af06586.id.repl.co" + } +} diff --git a/domains/vikrant.json b/domains/vikrant.json new file mode 100644 index 000000000..09d44548a --- /dev/null +++ b/domains/vikrant.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "150207", + "email": "daredevil.vikrant@gmail.com" + }, + "record": { + "URL": "https://github.com/TheMalware" + } +} diff --git a/domains/vinayak.json b/domains/vinayak.json new file mode 100644 index 000000000..1e62273c0 --- /dev/null +++ b/domains/vinayak.json @@ -0,0 +1,12 @@ +{ + "description": "Vinayak Kulkarni's Website", + "repo": "https://github.com/vinayakkulkarni/vinayakkulkarni.dev", + "owner": { + "username": "vinayakkulkarni", + "email": "inbox.vinayak@gmail.com", + "twitter": "_vinayak_k" + }, + "record": { + "CNAME": "vinayakkulkarni.dev" + } +} 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/void.json b/domains/void.json new file mode 100644 index 000000000..2fccde29f --- /dev/null +++ b/domains/void.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tomgx", + "email": "deliveryservice01q@gmail.com" + }, + "record": { + "CNAME": "tomgx.github.io" + } +} diff --git a/domains/vvp.json b/domains/vvp.json new file mode 100644 index 000000000..22761e781 --- /dev/null +++ b/domains/vvp.json @@ -0,0 +1,11 @@ +{ + "description": "VVP's Website", + "repo": "https://github.com/VVP3215", + "owner": { + "username": "VVP", + "email": "jamesmentes.management@gmail.com" + }, + "record": { + "URL": "https://github.com/VVP3215" + } +} diff --git a/domains/wadeslider.json b/domains/wadeslider.json new file mode 100644 index 000000000..b6025a969 --- /dev/null +++ b/domains/wadeslider.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "WadeSlider", + "email": "alexisarturodh@gmail.com" + }, + "record": { + "CNAME": "wadeslider.pages.dev" + } + } + \ No newline at end of file diff --git a/domains/wan.json b/domains/wan.json new file mode 100644 index 000000000..9ec5ac297 --- /dev/null +++ b/domains/wan.json @@ -0,0 +1,12 @@ +{ + "description": "For a personal website", + "repo": "https://github.com/jrdrwn/jrdrwn.github.io", + "owner": { + "username": "jrdrwn", + "email": "jordirwn@gmail.com", + "twitter": "_jrdrwan" + }, + "record": { + "CNAME": "jrdrwn.github.io" + } +} diff --git a/domains/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 new file mode 100644 index 000000000..dce4b9dd4 --- /dev/null +++ b/domains/wbalaile.json @@ -0,0 +1,12 @@ +{ + "description": "Professional Web Developer portfolio site for William Balaile.", + "repo": "https://github.com/wilby-mj/wbalaile-dev", + "owner": { + "username": "wilby-mj", + "email": "", + "twitter": "wilby_mj" + }, + "record": { + "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/wesley.json b/domains/wesley.json index b0174f94b..38ac78c51 100644 --- a/domains/wesley.json +++ b/domains/wesley.json @@ -6,6 +6,6 @@ "email": "wesley@wmail.eu.org" }, "record": { - "CNAME": "cname.wdns.eu.org" + "CNAME": "cname-alt-mail-server.sv1.wesdns.cf" } } diff --git a/domains/whine.json b/domains/whine.json new file mode 100644 index 000000000..0ba3e78c8 --- /dev/null +++ b/domains/whine.json @@ -0,0 +1,22 @@ +{ + "description": "whi_ne's personal site", + "repo": "https://github.com/whinee/whinee.github.io", + "owner": { + "username": "whinee", + "email": "", + "twitter": "whi_nyaan" + }, + "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" + } +} \ No newline at end of file diff --git a/domains/wife.daddy.json b/domains/wife.daddy.json new file mode 100644 index 000000000..3bc54dda2 --- /dev/null +++ b/domains/wife.daddy.json @@ -0,0 +1,10 @@ +{ + "description": "Daddy's wife's website", + "owner": { + "username": "MaskDuck", + "email": "maskduckuwu@gmail.com" + }, + "record": { + "URL": "https://maskduck.is-a.dev" + } +} diff --git a/domains/william.json b/domains/william.json new file mode 100644 index 000000000..42483e170 --- /dev/null +++ b/domains/william.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "WilliamDavidHarrison", + "email": "william@williamharrison.dev" + }, + + "record": { + "CNAME": "edge.redirect.pizza" + } +} diff --git a/domains/willo.json b/domains/willo.json index ddbbd165b..914796fb5 100644 --- a/domains/willo.json +++ b/domains/willo.json @@ -7,6 +7,8 @@ "twitter": "willoizcitron" }, "record": { - "CNAME": "willoizcitron.github.io" + "A": ["185.199.109.153", "185.199.108.153", "185.199.111.153", "185.199.110.153"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/win11-tutorial.notaperson535.json b/domains/win11-tutorial.notaperson535.json new file mode 100644 index 000000000..b4219735a --- /dev/null +++ b/domains/win11-tutorial.notaperson535.json @@ -0,0 +1,11 @@ +{ + "description": "Windows 11 in HTML tutorial", + "repo": "https://github.com/notAperson535/Win11-HTML-Tutorial", + "owner": { + "username": "notAperson535", + "email": "notAperson939@gmail.com" + }, + "record": { + "CNAME": "notAperson535.github.io" + } +} 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/withercubes.json b/domains/withercubes.json new file mode 100644 index 000000000..f52a26a79 --- /dev/null +++ b/domains/withercubes.json @@ -0,0 +1,12 @@ +{ + "description": "WitherCubes' portfolio website", + "repo": "https://codeberg.org/WitherCubes/pages", + "owner": { + "username": "WitherCubes", + "email": "withercubes@protonmail.com", + "discord": "WitherCubes#2513" + }, + "record": { + "CNAME": "withercubes.codeberg.page" + } +} 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/xaxa.json b/domains/xaxa.json new file mode 100644 index 000000000..294789ef7 --- /dev/null +++ b/domains/xaxa.json @@ -0,0 +1,11 @@ +{ + "description": "Xaxa dev Website", + "repo": "https://github.com/333xaxa/333xaxa.github.io", + "owner": { + "username": "333xaxa", + "email": "xaxa_07x10@gmail.com" + }, + "record": { + "CNAME": "333xaxa.github.io" + } +} diff --git a/domains/xen.json b/domains/xen.json new file mode 100644 index 000000000..2e6040a49 --- /dev/null +++ b/domains/xen.json @@ -0,0 +1,12 @@ +{ + "description": "Website for my projects", + "repo": "https://github.com/xenmods/xenmods.github.io", + "owner": { + "username": "xenmods", + "email": "ilumomin04@gmail.com", + "twitter": "momin_ilf" + }, + "record": { + "CNAME": "xenmods.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/xkubsoneq.json b/domains/xkubsoneq.json new file mode 100644 index 000000000..9e8b13d90 --- /dev/null +++ b/domains/xkubsoneq.json @@ -0,0 +1,12 @@ +{ + "description": "About me.", + "repo": "https://github.com/xKubsoneQ", + "owner": { + "username": "xKubsoneQ", + "email": "", + "twitter": "undef1n3d_" + }, + "record": { + "URL": "https://pomocnikbot.pl/dev/socials" + } +} diff --git a/domains/xuxxi.json b/domains/xuxxi.json new file mode 100644 index 000000000..13593b042 --- /dev/null +++ b/domains/xuxxi.json @@ -0,0 +1,11 @@ +{ + "description": "XUXXI", + "repo": "https://github.com/XUXXI/xuxxi.github.io", + "owner": { + "username": "methaine", + "email": "keter@keemail.me" + }, + "record": { + "CNAME": "xuxxi.github.io" + } +} diff --git a/domains/xyter.json b/domains/xyter.json new file mode 100644 index 000000000..bd1433864 --- /dev/null +++ b/domains/xyter.json @@ -0,0 +1,11 @@ +{ + "description": "Xyter an discord.js bot developed by students.", + "repo": "https://github.com/ZynerOrg/xyter", + "owner": { + "username": "VermiumSifell", + "email": "vermium@zyner.org" + }, + "record": { + "URL": "https://xyter.zyner.org/" + } +} diff --git a/domains/ya.json b/domains/ya.json new file mode 100644 index 000000000..2cf26a0dd --- /dev/null +++ b/domains/ya.json @@ -0,0 +1,12 @@ +{ + "description": "API For My Projects!", + "repo": "https://github.com/icancodebeauty/api", + "owner": { + "username": "icancodebeauty", + "email": "aditya@mail.aditya.is-a.dev", + "twitter": "@CodeWithAadi" + }, + "record": { + "CNAME": "icancodebeauty.github.io" + } +} diff --git a/domains/yahya-rabii.json b/domains/yahya-rabii.json new file mode 100644 index 000000000..48a137f1d --- /dev/null +++ b/domains/yahya-rabii.json @@ -0,0 +1,10 @@ +{ + "description": "MY PP website", + "owner": { + "username": "Yahya-rabii", + "email": "rabiiyahya1@gmail.com" + }, + "record": { + "CNAME": "yahya-rabii.github.io" + } +} \ No newline at end of file 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/yashas.json b/domains/yashas.json new file mode 100644 index 000000000..0aab88392 --- /dev/null +++ b/domains/yashas.json @@ -0,0 +1,11 @@ +{ + "description": "yashas.is-a.dev.", + "repo": "https://github.com/yashas9492", + "owner": { + "username": "Yashas9492", + "email": "yashas.codes@gmail.com" + }, + "record": { + "CNAME": "yashas9492.github.io" + } +} diff --git a/domains/yashash.json b/domains/yashash.json new file mode 100644 index 000000000..1d2868164 --- /dev/null +++ b/domains/yashash.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio website", + "repo": "https://github.com/yashash1511/yashash1511.github.io", + "owner": { + "username": "yashash1511", + "email": "yashash1511@gmail.com" + }, + "record": { + "URL": "https://yashash1511.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/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/yootou.json b/domains/yootou.json new file mode 100644 index 000000000..b4ac67066 --- /dev/null +++ b/domains/yootou.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "yu-tou", + "email": "xinyu198736@gmail.com", + "twitter": "0xYootou", + "discord": "yootou#7800" + }, + "record": { + "URL": "https://github.com/yu-tou" + } +} diff --git a/domains/yuk1ch.json b/domains/yuk1ch.json new file mode 100644 index 000000000..5580679de --- /dev/null +++ b/domains/yuk1ch.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ImRaid", + "email": "itsraidlol@gmail.com", + "discord":"! Yuk1ch#7484", + "telegram": "@Yuk1ch" + }, + "record": { + "CNAME": "d1d16500-13c2-4fc8-a658-87d258da2316.id.repl.co" + } +} 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/yurikawa.json b/domains/yurikawa.json similarity index 100% rename from yurikawa.json rename to domains/yurikawa.json diff --git a/domains/yuukari.json b/domains/yuukari.json new file mode 100644 index 000000000..c6ec01c32 --- /dev/null +++ b/domains/yuukari.json @@ -0,0 +1,12 @@ +{ + "description": "My dev homepage, which I have publish info about me, pet/commercial projects, etc.", + "repo": "https://github.com/Yuukari/yuukari.github.io", + "owner": { + "username": "Yuukari", + "email": "yuukarichan@yandex.com", + "telegram": "@iamyuukari" + }, + "record": { + "CNAME": "yuukari.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/zeptar.json b/domains/zeptar.json new file mode 100644 index 000000000..51ea8c6ad --- /dev/null +++ b/domains/zeptar.json @@ -0,0 +1,12 @@ +{ + "description": "Zeptar's Portofolio", + "repo": "https://github.com/Zeptar1069/zeptar1069.github.io", + "owner": { + "username": "Zeptar1069", + "email": "terryk.onekorea@gmail.com", + "discord": "Zeptar#7882" + }, + "record": { + "CNAME": "zeptar1069.github.io" + } +} 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/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" + } +} 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" + } +} diff --git a/domains/zplusfour.json b/domains/zplusfour.json index 5b5936305..8bef0a33a 100644 --- a/domains/zplusfour.json +++ b/domains/zplusfour.json @@ -1,11 +1,12 @@ { - "description": "zplusfour's personal developer website", - "repo": "https://github.com/zplusfour", - "owner": { - "username": "zplusfour", - "email": "zgjoniur@gmail.com" - }, - "record": { - "CNAME": "zplusfour.repl.co" - } + "owner": { + "username": "zplusfour", + "email": "zgjoniur@gmail.com", + "discord": "zplusfour#0001" + }, + + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } diff --git a/domains/zyztem.json b/domains/zyztem.json new file mode 100644 index 000000000..51db72c1e --- /dev/null +++ b/domains/zyztem.json @@ -0,0 +1,12 @@ +{ + "description": "zyztems social site", + "repo": "https://github.com/zyztem/zyztem.github.io", + "owner": { + "username": "zyztem", + "email": "zyztembuisness@gmail.com", + "twitter": "zyztem_" + }, + "record": { + "CNAME": "zyztem.github.io" + } +} diff --git a/scripts/register-domains.js b/scripts/register-domains.js index 56a1f2688..370949af6 100644 --- a/scripts/register-domains.js +++ b/scripts/register-domains.js @@ -1,23 +1,37 @@ const R = require('ramda'); -const { VALID_RECORD_TYPES, TTL, ENV } = require('../utils/constants'); +const { VALID_RECORD_TYPES, DOMAIN_HOST_IP, TTL, ENV } = require('../utils/constants'); const { domainService: dc } = require('../utils/domain-service'); const { getDomains: gd } = require('../utils/get-domain'); -// Allow TXT records while publishing (for pcl validation) const getRecords = R.compose(R.toPairs, R.pick(VALID_RECORD_TYPES)); -const toHostList = R.chain(data => { - const rs = getRecords(data.record); +const address = (type, value) => { + if ('URL' === type) return `${value}`.replace(/\/$/g, ''); + if ('TXT' === type) return value; + return (type === 'CNAME' ? `${value}`.toLowerCase() : `${value}`).replace(/[/.]$/g, ''); +}; - return R.chain(([recordType, urls]) => - (Array.isArray(urls) ? urls : [urls]).map((url, index) => ({ +const toHostList = R.chain(data => { + // URL redirection must contain explicit A record + // Wildcard A record breaks when used with MX + // Ref: https://github.com/is-a-dev/register/issues/2365 + if (data.record.URL && data.record.MX) { + data.record.A = [ DOMAIN_HOST_IP ] + } + + const records = getRecords(data.record); + + return R.chain(([recordType, values]) => { + const valueList = Array.isArray(values) ? values : [values]; + + return valueList.map((value, index) => ({ name: data.name, type: recordType, - address: (recordType === 'CNAME' ? `${url}`.toLowerCase() : `${url}`).replace(/\/$/g, ''), + address: address(recordType, value), ttl: TTL, ...(recordType === 'MX' ? { priority: index + 20 } : {}) })) - , rs); + }, records) }); const registerDomains = async ({ domainService, getDomains, log = () => { } }) => { diff --git a/tests/validations.test.js b/tests/validations.test.js index d4c6806e0..cc4b7bc02 100644 --- a/tests/validations.test.js +++ b/tests/validations.test.js @@ -55,6 +55,9 @@ describe('validateDomainData', () => { { ...defaultDomain, record: { CNAME: 'foobar.com', MX: ['ALT4.ASPMX.L.GOOGLE.COM'] } }, ...INVALID_NAMES.map(name => ({ ...defaultDomain, name })).slice(0, 1), { ...defaultDomain, record: { TXT: ['foobar wow nice!!!'] } }, + { ...defaultDomain, name: 'a.b' }, + { ...defaultDomain, name: 'ww2.baa' }, + { ...defaultDomain, name: 'help.baa' }, ]; const validCases = [ @@ -73,6 +76,8 @@ describe('validateDomainData', () => { { ...defaultDomain, record: { MX: ['ALT4.ASPMX.L.GOOGLE.COM'] } }, { ...defaultDomain, record: { TXT: 'foobar wow nice!!!' } }, { ...defaultDomain, record: { A: ['1.1.1.1'], MX: ['mx1.example.com'] } }, + { ...defaultDomain, name: 'gogo.foo.bar' }, + { ...defaultDomain, name: 'ww9.baa' }, ]; it('should return false for invalid data', () => { diff --git a/utils/constants.js b/utils/constants.js index 8977f8013..022bd6646 100644 --- a/utils/constants.js +++ b/utils/constants.js @@ -12,11 +12,12 @@ const { DOMAIN_DOMAIN, DOMAIN_API_HOST, DOMAIN_API_PORT, + DOMAIN_HOST_IP, } = process.env; const IS_TEST = ENV === 'test'; -const DOMAINS_PATH = require('path').resolve('domains'); +const DOMAINS_PATH = path.resolve('domains'); module.exports = { ENV, @@ -27,6 +28,7 @@ module.exports = { DOMAIN_API_KEY: IS_TEST ? 'testkey' : DOMAIN_API_KEY, DOMAIN_API_HOST: IS_TEST ? 'example.com' : DOMAIN_API_HOST, DOMAIN_API_PORT: IS_TEST ? 6969 : DOMAIN_API_PORT, + DOMAIN_HOST_IP, DOMAINS_PATH, TTL: 5 * 60 * 60, }; diff --git a/utils/domain-service.js b/utils/domain-service.js index 28504f0fd..81421f7aa 100644 --- a/utils/domain-service.js +++ b/utils/domain-service.js @@ -14,7 +14,7 @@ const recordToRedirection = ({ name, address }) => ({ }); const recordToZone = ({ name, type, address, id, priority }) => ({ line: id, - name, + name: name === '@' ? `${DOMAIN_DOMAIN}.` : name, type, address, ...(type === 'MX' ? { priority } : {}), @@ -22,15 +22,27 @@ const recordToZone = ({ name, type, address, id, priority }) => ({ ...(type === 'TXT' ? { txtdata: address } : {}), }); -const cleanName = name => name === DOMAIN_DOMAIN ? '@' : `${name}`.replace(new RegExp(`\\.${DOMAIN_DOMAIN}\\.?$`), '').toLowerCase(); +const cleanName = name => + name === DOMAIN_DOMAIN ? '@' : `${name}`.replace(new RegExp(`\\.${DOMAIN_DOMAIN}\\.?$`), '').toLowerCase(); -const zoneToRecord = ({ name, type, cname, address, priority, preference, exchange, record, line: id }) => ({ - id, - name: cleanName(name), - type: `${type}`, - address: `${exchange || cname || address || record}`.replace(/\.$/g, '').toLowerCase(), - priority: priority || preference, -}); +const zoneToRecord = ({ + name, + type, + cname, + address, + priority, + preference, + exchange, + record, + line: id +}) => + ({ + id, + name: cleanName(name), + type: `${type}`, + address: `${exchange || cname || address || record}`.replace(/\.$/g, '').toLowerCase(), + priority: priority || preference, + }); const redirectionToRecord = ({ domain, destination }) => ({ id: domain, name: cleanName(domain), @@ -67,7 +79,7 @@ const executeBatch = (batches) => batches.reduce((promise, batch, index) => { const failed = results.filter(x => (x.result || {}).status != 1); log(`${values.length - failed.length}/${values.length}`); - failed.length && log(failed); + failed.length && log(JSON.stringify(failed, null, 2)); return null; }); @@ -83,7 +95,7 @@ const getDomainService = ({ cpanel }) => { cpanel.zone.add ), recordToZone, - print(({ name }) => `Adding zone for ${name}...`), + print(r => `Adding zone for ${r.name}: (${r.type} ${r.address})...`), )); const removeZoneRecord = lazyTask(R.compose( R.ifElse(R.propEq('type', 'MX'), @@ -91,7 +103,7 @@ const getDomainService = ({ cpanel }) => { R.compose(cpanel.zone.remove, R.pick(['line'])) ), recordToZone, - print(({ name }) => `Deleting zone for ${name}...`), + print(r => `Deleting zone for ${r.name}: (${r.type} ${r.address})...`), )); const addRedirection = lazyTask(R.compose( cpanel.redirection.add, @@ -121,6 +133,7 @@ const getDomainService = ({ cpanel }) => { const updateHosts = async hosts => { const remoteHostList = await getHosts(); const { add, remove } = diffRecords(remoteHostList, hosts); + console.log(`Adding ${add.length}; Removing ${remove.length}`) await executeBatch([ ...removeRecords(remove), diff --git a/utils/invalid-domains.json b/utils/invalid-domains.json index 4c49294be..92c127064 100644 --- a/utils/invalid-domains.json +++ b/utils/invalid-domains.json @@ -5,6 +5,9 @@ "noreply", "notifications", "notification", + "_acme-challenge", + "wwww", + "ww", "ww1", "ww2", "ww3", diff --git a/utils/validations.js b/utils/validations.js index 67a8d3df5..057aa4173 100644 --- a/utils/validations.js +++ b/utils/validations.js @@ -5,7 +5,7 @@ const INVALID_NAMES = require('./invalid-domains.json'); const isValidURL = and([R.is(String), testRegex(/^https?:\/\//ig)]); -const isValidDomain = and([R.is(String), testRegex(/^(([a-z0-9\-]+)\.)+[a-z]+$/ig)]); +const isValidDomain = and([R.is(String), testRegex(/^(([a-z0-9-]+)\.)+[a-z]+$/ig)]); const validateCnameRecord = type => and([ R.propIs(String, type), @@ -27,13 +27,19 @@ const validateMXRecord = type => and([ const validateDomainData = validate({ name: { - reason: 'The name of the file is invalid. It must be lowercased, alphanumeric and more than 2 characters long', + reason: 'The name of the file is invalid. It must be lowercased, alphanumeric and each component must be more than 2 characters long', fn: or([ R.equals('@'), and([ - R.compose(between(2, 100), R.length), - testRegex(/^[a-z0-9-]+$/g), - R.complement(R.includes(R.__, INVALID_NAMES)), + R.is(String), + R.compose( + R.all(and([ + R.compose(between(2, 100), R.length), + testRegex(/^[a-z0-9-]+$/g), + R.complement(R.includes(R.__, INVALID_NAMES)), + ])), + R.split('.'), + ), ]) ]), },