mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-23 16:25:04 +00:00
Merge branch 'is-a-dev:main' into main
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
To make our job easier, please spend time to review your application before submitting.
|
||||
|
||||
<!-- To check a checkbox, replace [] with [x] -->
|
||||
#### 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
|
||||
<!-- Feel free to join the discord server for any help to talk to other developers :) - https://discord.gg/PZCGHz4RhQ -->
|
||||
+14
-12
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -15,7 +15,7 @@ jobs:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 30
|
||||
days-before-close: 20
|
||||
stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it'
|
||||
stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it'
|
||||
stale-pr-message: 'This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it'
|
||||
exempt-issue-labels: 'no-stale'
|
||||
exempt-pr-labels: 'no-stale'
|
||||
|
||||
@@ -6,14 +6,18 @@
|
||||
|
||||
<p align="center"> <a href="https://discord.gg/PZCGHz4RhQ"><img src="https://discord.com/api/guilds/830872854677422150/widget.png?style=banner2" alt="Discord"></a></p>
|
||||
|
||||
## Register service
|
||||
Try our new service to easily register the subdomain of your choice. Visit: https://register.is-a.dev/
|
||||
|
||||
|
||||
|
||||
## How do I 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](./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!
|
||||
|
||||
|
||||
|
||||
@@ -34,6 +38,7 @@ Also, consider starring this repo!
|
||||
You should also checkout -
|
||||
* [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)
|
||||
* [is-not-a.dev](https://is-not-a.dev)
|
||||
* [cluster.ws & wip.la](https://github.com/Olivr/free-domain)
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
@@ -1,113 +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 -
|
||||
|
||||
> NOTE: You can use `.` (dots) in your file name (for registering `blog.mysubdomain.is-a.dev`) but each of the following criteria must be valid for all part of your subdomain
|
||||
|
||||
* 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, discord 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. **You can only have 1 TXT record.**
|
||||
```json
|
||||
{
|
||||
"record": {
|
||||
"TXT": "hello world"
|
||||
}
|
||||
}
|
||||
```
|
||||
@@ -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 `<your-github-username>.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/<subdomain>.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": "<replace-this-with-your-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
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||
|
||||
3. Click on the **Blog Dashboard** option from the popup modal to access your blog's dashboard.
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
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.
|
||||
@@ -1,53 +0,0 @@
|
||||
# For other hosting services
|
||||
|
||||
### Domains file
|
||||
Create a json file inside the `domains` directory (`domains/<subdomain>.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 `<subdomain>.is-a.dev`. If you are unsure how to configure your server, you can create an issue for support.
|
||||
|
||||
You should also, include `<subdomain>.is-a.dev` in your **ssl certificate** to get rid of certificate errors
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "0xviel github page",
|
||||
"repo": "https://github.com/nobuyaki/nobuyaki.github.io",
|
||||
"owner": {
|
||||
"username": "nobuyaki",
|
||||
"email": "contact@0xviel.my.id",
|
||||
"discord": "445073800850046977"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "nobuyaki.github.io"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"repo":"https://github.com/5rq/5rq.github.io",
|
||||
"owner":{
|
||||
"username":"5rq",
|
||||
"email":"600@fbi.ac"
|
||||
},
|
||||
"record":{
|
||||
"CNAME":"5rq.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Personal site for github@ayvacs (GH Pages verification)",
|
||||
"repo": "https://github.com/ayvacs/ayvacs.github.io",
|
||||
"owner": {
|
||||
"username": "ayvacs",
|
||||
"email": "ayvacs@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "5a1e6c3195a98bf63ceba5a88f4be2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Bad-Boy-Codes",
|
||||
"email": "contact@mail.badboy.is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT":"137038fe5e46e3f5a6859e5985b8fd"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "AyanAmy's About Page - Verification",
|
||||
"repo": "https://github.com/jy1263/jy1263.github.io",
|
||||
"owner": {
|
||||
"username": "jy1263",
|
||||
"email": "",
|
||||
"twitter": "jy126orjy126"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "250303a2dde21ac34ad10792da01fa"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Shinyzenith",
|
||||
"email": "xelphlinux@gmail.com"
|
||||
"email": "aakashsensharma@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "shinyzenith.github.io"
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "aargh.is-a.dev",
|
||||
"repo": "https://github.com/FloatingComet62/floatingcomet62.github.io",
|
||||
"owner": {
|
||||
"username": "FloatingComet62",
|
||||
"email": "shubh2007rai@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "floatingcomet62.github.io"
|
||||
}
|
||||
}
|
||||
+4
-3
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Aayush-Rajagopalan",
|
||||
"email": "aayush.rajagopalan77@gmail.com"
|
||||
"username": "OpAayush",
|
||||
"email": "aayushmagrawal@gmail.com",
|
||||
"discord": "Aayu5h#1737"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "byteserver.tech"
|
||||
"CNAME": "opaayush.pages.dev"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Abdul1810",
|
||||
"email": "abdulking8010@gmail.com",
|
||||
"discord": "Abdul ♥#5464"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "rahman.works"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "adistar964",
|
||||
"email": "adistar964@gmail.com"
|
||||
},
|
||||
"description":"this is for my personal website made.",
|
||||
"record": {
|
||||
"CNAME": "adistar964.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"description": "A personal website for my career.",
|
||||
"repo": "https://github.com/abdulrahman1s/my-website",
|
||||
"description": "Personal site to showcase my future works.",
|
||||
"repo": "https://github.com/abdulrahman1s/abdulrahman1s.github.io",
|
||||
"owner": {
|
||||
"username": "abdulrahman1s",
|
||||
"email": "abdulrahman.8alah@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://themaestro.site"
|
||||
"CNAME": "abdulrahman1s.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"description": "Abhay's portfolio site",
|
||||
"repo": "https://github.com/EpicGamer007/portfolio-site",
|
||||
"owner": {
|
||||
"username": "EpicGamer007",
|
||||
"email": "",
|
||||
"discord": "EpicGamer007#5702"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://abhay.runs-on.tech",
|
||||
"MX": [
|
||||
"mx1.forwardemail.net",
|
||||
"mx2.forwardemail.net"
|
||||
],
|
||||
"TXT": "forward-email=contact:forwardemail.nwyxt@aleeas.com,from:forwardemail.nwyxt@aleeas.com"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "abhisekp",
|
||||
"email": "abhisekp@engineer.com",
|
||||
"twitter": "abhisek",
|
||||
"discord": "abhisekp#3680",
|
||||
"description": "About Abhisek Pattnaik",
|
||||
"repo": "https://github.com/abhisekp/abhisekp"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://abhisekp.com"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Abku personal website.",
|
||||
"repo": "https://github.com",
|
||||
"owner": {
|
||||
"username": "Abku",
|
||||
"email": "abku@abku.xyz"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://abku.xyz"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "My personal website",
|
||||
"owner": {
|
||||
"username": "abysmal26",
|
||||
"email": "abysmal@disroot.org"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://abysmal.eu.org"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ACGaming1508",
|
||||
"email": "acgamer861@gmail.com"
|
||||
},
|
||||
"repo": "https://github.com/ACGaming1508/ACGaming1508.github.io",
|
||||
"record": {
|
||||
"CNAME": "acgaming1508.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "nohli",
|
||||
"email": "",
|
||||
"twitter": "joachi_"
|
||||
},
|
||||
"record": {
|
||||
"CNAME":"achim.io"
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,6 @@
|
||||
"email": "agam778@zohomail.in"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "agamsblog.xyz"
|
||||
"CNAME": "agamsblog.pages.dev"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "mhmdysf",
|
||||
"email": "muhammadyusuf1325@smp.belajar.id"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://linktr.ee/aizawakiyaworu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"description": "AK's Dev Website",
|
||||
"repo": "https://github.com/AKGaming0001",
|
||||
"owner": {
|
||||
"username": "AKGaming0001",
|
||||
"email": "",
|
||||
"twitter": "NotAKGaming",
|
||||
"discord": "AKGaming#7664"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "akgaming0001.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"description": "A redirect to my actual personal website on GitHub Pages",
|
||||
"repo": "https://github.com/alexmercerind/alexmercerind.github.io",
|
||||
"owner": {
|
||||
"username": "alexmercerind",
|
||||
"email": "alexmercerind@gmail.com",
|
||||
"twitter": "alexmercerind",
|
||||
"discord": "alexmercerind#3898"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "alexmercerind.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"description": "alexsquibbs.is-a.dev --> alexsquibbs.com",
|
||||
"record": {
|
||||
"URL": "https://alexsquibbs.com"
|
||||
},
|
||||
"repo": "https://github.com/alexsquibbs",
|
||||
"owner": {
|
||||
"discord": "alex squibbs#7777",
|
||||
"email": "alexsquibbs.is-a.dev@alexsquibbs.com",
|
||||
"twitter": "alexsquibbs",
|
||||
"username": "alexsquibbs"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "MkDocs website for alfred-discord-bot",
|
||||
"repo": "https://github.com/AlfredDiscordBot/AlfredDiscordBot.github.io",
|
||||
"owner": {
|
||||
"username": "AlfredDiscordBot",
|
||||
"email": "alvinallen333@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "AlfredDiscordBot.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "AliMD",
|
||||
"email": "ali@mihandoost.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "alimd.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "faghani",
|
||||
"email": "",
|
||||
"twitter": "alireza_faghani"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "hashnode.network"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "A full-stack developer.",
|
||||
"repo": "https://github.com/xiaofuyesnew",
|
||||
"owner": {
|
||||
"username": "xiaofuyesnew",
|
||||
"email": "xiaofuyesnew@qq.com",
|
||||
"twitter": "xiaofuyesnew"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://github.com/xiaofuyesnew"
|
||||
}
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"repo": "https://github.com/YouFoundAlpha/youfoundalpha.github.io",
|
||||
"owner": {
|
||||
"username": "YouFoundAlpha",
|
||||
"email": "",
|
||||
"twitter": "YouFoundAlpha",
|
||||
"discord": "YouFoundAlpha#5372"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "alraakib",
|
||||
"email": "alraakib@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "portrkb.netlify.app"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "amarjeetmalpotra",
|
||||
"username": "amalpotra",
|
||||
"email": "amarjeetmalpotra@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "amarjeetmalpotra.github.io"
|
||||
"CNAME": "amalpotra.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "My tech blog",
|
||||
"owner": {
|
||||
"username": "thou-mayest",
|
||||
"email": "",
|
||||
"twitter": "Dr_whoami_"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "thou-mayest.github.io"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
+3
-2
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"repo": "https://github.com/amjadAH/amjadAH.github.io",
|
||||
"owner": {
|
||||
"username": "amjad-ah",
|
||||
"username": "amjadAH",
|
||||
"email": "amjad_ah_@hotmail.com",
|
||||
"tiwtter": "amjad_ah_"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "hashnode.network"
|
||||
"CNAME": "amjadAH.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"repo": "https://github.com/anandyeole/anandyeole.github.io",
|
||||
"owner": {
|
||||
"username": "anandyeole",
|
||||
"email": "anandyeole@duck.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "anandyeole.github.io"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "AndreMor8",
|
||||
"email": "me@andremor.dev"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://andremor.dev"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Angel Wuffy",
|
||||
"repo": "https://github.com/Angelix1/Angelix1.github.io",
|
||||
"owner": {
|
||||
"username": "Angelix1",
|
||||
"email": "",
|
||||
"twitter": "AngelTheWolfy"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "Angelix1.github.io"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "antonio.antogamer@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["213.133.110.62"]
|
||||
"A": ["141.148.238.95"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Personal Website's API",
|
||||
"owner": {
|
||||
"username": "SamDev-7",
|
||||
"email": "",
|
||||
"discord": "SamDev7#1767"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "bfc09d50-652a-454d-8135-5f3b323998bd.id.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"description": "Domain for my github page",
|
||||
"repo": "https://github.com/aqua22/aqua22.github.io",
|
||||
"owner": {
|
||||
"username": "Aqua22",
|
||||
"email": "hello@aqua22.hu",
|
||||
"twitter": "aqua22of"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "aqua22.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "A personal portfolio website",
|
||||
"repo": "https://github.com/Hieser21/hieser21.github.io",
|
||||
"owner": {
|
||||
"username": "Hieser21",
|
||||
"email": "rarafat883@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "arafatrahaman.up.railway.app"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -6,6 +6,6 @@
|
||||
"email": "rayhanadev@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "http://furret.codes"
|
||||
"CNAME": "edge.redirect.pizza"
|
||||
}
|
||||
}
|
||||
|
||||
+6
-1
@@ -6,6 +6,11 @@
|
||||
"email": "contact@mail.arman.is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "itzarman09.github.io"
|
||||
"A": ["89.106.200.1"],
|
||||
"MX": [
|
||||
"mx1.improvmx.com",
|
||||
"mx2.improvmx.com"
|
||||
],
|
||||
"TXT": "v=spf1 include:spf.improvmx.com ~all"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
|
||||
{
|
||||
"description": "A personal website, for ash.",
|
||||
"repo": "https://github.com/NatBLida68/NatBLida68.github.io",
|
||||
"owner": {
|
||||
"username": "NatBLida68",
|
||||
"email": "aswajith.jithu888@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "natblida68.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "aspekts",
|
||||
"email": "marcus.kamuntu@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "29e1a02d-9848-4f80-845e-74cb27d553b3.id.repl.co"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "AustinLeath",
|
||||
"email": "austinleath18@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"A": ["153.33.92.51"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "@is-a-dev/maintainers",
|
||||
"email": "mahir@molai.dev"
|
||||
},
|
||||
"record": {
|
||||
"A": ["199.36.158.100"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
+2
-3
@@ -3,10 +3,9 @@
|
||||
"repo": "https://github.com/ayvacs/ayvacs.github.io",
|
||||
"owner": {
|
||||
"username": "ayvacs",
|
||||
"email": "ayvacs@protonmail.com",
|
||||
"twitter": "ayvacs_"
|
||||
"email": "ayvacs@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ayvacs.github.io"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner":{
|
||||
"username": "avonryle",
|
||||
"discord": "avonryle#3155",
|
||||
"email": "avonryle@cloudteam.me"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "b496390d-18ef-4629-990f-a6bb296f35d6.id.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "alexdhg",
|
||||
"email": "me@alexdhg.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://alexdhg.com"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Personal website",
|
||||
"repo": "https://github.com/axindev/axindev.github.io",
|
||||
"owner": {
|
||||
"username": "axindev",
|
||||
"email": "",
|
||||
"discord": "axin!#0001"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "axindev.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "My personal portofolio",
|
||||
"repo": "https://github.com/axolotlextnd/axolotlextnd.github.io",
|
||||
"owner": {
|
||||
"username": "axolotlextnd",
|
||||
"email": "",
|
||||
"discord": "Sandira#0781"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "axolotlextnd.github.io"
|
||||
}
|
||||
}
|
||||
@@ -7,6 +7,6 @@
|
||||
"twitter": "jy126orjy126"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "jy1263.github.io"
|
||||
"URL": "https://jy1263.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "ayushclashroyale",
|
||||
"email": "ayushclashroyale@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "ayushclashroyale.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
"email": "contact@mail.badboy.is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://badboy.is-a.dev"
|
||||
"CNAME": "edge.redirect.pizza"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "The documentation website for Ball discord bot.",
|
||||
"owner": {
|
||||
"username": "MouseMoosz",
|
||||
"email": "mousemoosz@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "mousemoosz.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "bartoszm77.is-a.dev",
|
||||
"repo": "https://github.com/b2rt0szm77/b2rt0szm77.github.io",
|
||||
"owner": {
|
||||
"username": "bartoszm77",
|
||||
"email": "",
|
||||
"discord": "bartoszm77#3458"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "b2rt0szm77.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "Bast's Programming Blog",
|
||||
"owner": {
|
||||
"username": "bast0006",
|
||||
"email": "bast@bast-development.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://bast-development.com"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "lukas-batema",
|
||||
"email": "lukasbatema@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://batemadevelopment.com/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "baumistlustig",
|
||||
"email": "johannes.hoellwerth@protonmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"URL": "https://baumistlustig.eu"
|
||||
}
|
||||
}
|
||||
+5
-4
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "andrewstech",
|
||||
"email": "andrew@win11react.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["199.36.158.100"]
|
||||
}
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user