Merge branch 'main' into patch-13

This commit is contained in:
Semant
2022-12-27 11:16:27 +05:30
committed by GitHub
1057 changed files with 11125 additions and 759 deletions
+1
View File
@@ -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
+12
View File
@@ -0,0 +1,12 @@
<!-- To make our job easier, please spend time to review your application before submitting. -->
### Requirements
- [x] You're not using Vercel or Netlify.
- [x] You have completed your website, there's no type of placeholder at the website. *This requirement is optional if you are registering a domain for emails.*
- [x] The website is reachable.
- [x] The CNAME record doesn't contain `https://` or `/`. <!-- This is not required if you are not using a CNAME record. -->
- [x] There is sufficient 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.*
### Link to Website
<!-- Please provide a link to your website below. -->
+14 -12
View File
@@ -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);
+8 -8
View File
@@ -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
+1
View File
@@ -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
+1 -1
View File
@@ -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'
-1
View File
@@ -1 +0,0 @@
Moved to [./docs](./docs)
+2 -3
View File
@@ -2,9 +2,8 @@
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.
* **No Wrongful Uses Of The Service** - Do not use this site as a way, to promote hacking, cheating, committing fraud, and other illegal activites.
*(cheating isn't illegal but it is still considered abuse of this service)*
* **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 necessary action will be taken!
+1 -1
View File
@@ -12,7 +12,7 @@ You can create an pull request for the following reasons -
#### Domains
Changes to domain files will follow the given process -
* PR will be reviewed and merged to `main` branch.
* Currently, the publishing of records is done manually. This will be automated soon with releases.
* The records will be published as soon as the PR is merged.
* The changes should reflect soon after publishing.
+5 -6
View File
@@ -1,3 +1,4 @@
<p align="center">
<img src="https://img.shields.io/github/directory-file-count/is-a-dev/register/domains?label=domains&color=5c46eb&style=for-the-badge&type=file"> <img alt="GitHub" src="https://img.shields.io/github/license/is-a-dev/register?color=5c46eb&style=for-the-badge"> <img alt="GitHub contributors" src="https://img.shields.io/github/contributors-anon/is-a-dev/register?color=5c46eb&style=for-the-badge"> <img alt="GitHub closed pull requests" src="https://img.shields.io/github/issues-pr-closed/is-a-dev/register?color=5c46eb&style=for-the-badge">
<br/><br/>
@@ -19,6 +20,7 @@ Try out our new fast and easy subdomain registration service [here](https://regi
Or via the CI
```bash
npm install @is-a-dev/cli -g
is-a-dev create
```
@@ -38,12 +40,9 @@ You can check the uptime of the service via our [status dashboard](https://stats
[![Uptime Robot - Redirect](https://img.shields.io/uptimerobot/ratio/m787472617-240f4d61a5439a87becb2cf9?label=uptime%20-%20redirections&style=for-the-badge)](https://stats.uptimerobot.com/zY4XKIRVzw/787472617)
### Similar Services
- [is-a-good.dev](https://github.com/is-a-good-dev/register)
- [thedev.id](https://github.com/thedev-id/thedev.id)
- [is-not-a.dev](https://is-not-a.dev)
- [is-really.cool](https://github.com/is-really-cool/register)
- [cluster.ws & wip.la](https://github.com/Olivr/free-domain)
- [js.org](https://github.com/js-org/js.org) (*JavaScript projects only*)
If you want to find services similar to is-a.dev, take a look on [free-for.dev](https://free-for.dev/#/?id=domain).
### Donate
If you like this project, please consider donating so we can keep this project running forever!
-10
View File
@@ -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.
-113
View File
@@ -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"
}
}
```
-28
View File
@@ -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": "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
-27
View File
@@ -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.
-53
View File
@@ -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
-72
View File
@@ -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.
-11
View File
@@ -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.
+11
View File
@@ -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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "0xSuryax",
"email": "surya98613@gmail.com"
},
"record": {
"A": ["38.242.141.34"]
}
}
+12
View File
@@ -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"
}
}
+13
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "Akshay-Arjun",
"email": "akshayvollala779@gmail.com"
},
"record": {
"URL": "https://akshay-arjun.github.io/Akshay-Arjun/"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"repo":"https://github.com/5rq/5rq.github.io",
"owner":{
"username":"5rq",
"email":"600@fbi.ac"
},
"record":{
"CNAME":"5rq.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Portfolio website for 6502",
"repo": "https://github.com/nobody5050/nobody5050.github.io",
"owner": {
"username": "Nobody5050",
"email": "levibelland@gmail.com"
},
"record": {
"CNAME": "nobody5050.github.io"
}
}
@@ -0,0 +1,12 @@
{
"owner": {
"username": "is-a-dev-bot",
"email": "is-a-dev@win11react.com"
},
"record": {
"TXT": "1da68d46a844dc520679ed5171da1b"
}
}
@@ -0,0 +1,11 @@
{
"owner": {
"username": "is-a-dev-bot",
"email": "null"
},
"record": {
"TXT": "f4099fcae5cf0ea04f853bc649c5b1"
}
}
@@ -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,12 @@
{
"description": "AyanAmy's About Page - Verification",
"repo": "https://github.com/jy1263/jy1263.github.io",
"owner": {
"username": "jy1263",
"email": "",
"twitter": "jy126orjy126"
},
"record": {
"TXT": "250303a2dde21ac34ad10792da01fa"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "OpAayush",
"email": "aayushmagrawal@gmail.com"
},
"record": {
"TXT": "d609a47482f885a41a61549fbad3ee"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "priyanshprajapat",
"email": "priy@nsh.is-a.dev"
},
"record": {
"TXT": "a65192c96ebe888e8f9b09822aa059"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "priyanshprajapat",
"email": "priy@nsh.is-a.dev"
},
"record": {
"TXT": "9344cea7b5e595f0feaf87f729a26a"
}
}
@@ -0,0 +1,9 @@
{
"owner": {
"username": "S3mant",
"email": "contact@semant.is-a.dev"
},
"record": {
"TXT":"137038fe5e46e3f5a6859e5985b8fd"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "AdityaOP2008",
"discord": "844843800874582048",
"email": "bw.dev@yahoo.com"
},
"record": {
"CNAME": "c7106b01-6b1c-4d4f-b0a5-6c82b3e9a4a4.id.repl.co"
}
}
+11
View File
@@ -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"
}
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"owner": {
"username": "Shinyzenith",
"email": "xelphlinux@gmail.com"
"email": "aakashsensharma@gmail.com"
},
"record": {
"CNAME": "shinyzenith.github.io"
+11
View File
@@ -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"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "OpAayush",
"email": "aayushmagrawal@gmail.com",
"discord": "Aayu5h#1737"
},
"record": {
"CNAME": "opaayush.pages.dev"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "Abdul1810",
"email": "abdulking8010@gmail.com",
"discord": "Abdul ♥#5464"
},
"record": {
"CNAME": "rahman.works"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "adistar964",
"email": "adistar964@gmail.com"
},
"description":"this is for my personal website made.",
"record": {
"CNAME": "adistar964.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Personal site to showcase my future works.",
"repo": "https://github.com/abdulrahman1s/abdulrahman1s.github.io",
"owner": {
"username": "abdulrahman1s",
"email": "mail@abdulrahman.dev"
},
"record": {
"URL": "https://abdulrahman.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Abel Mitiku's website",
"repo": "https://github.com/abel-blue/portfolio",
"owner": {
"username": "abel-blue",
"email": "abelmgetnet@gmail.com"
},
"record": {
"CNAME": "abel-blue.github.io"
}
}
-17
View File
@@ -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"
}
}
+12
View File
@@ -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"
}
}
+13
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"description": "My personal website",
"owner": {
"username": "abysmal26",
"email": "abysmal@disroot.org"
},
"record": {
"URL": "https://abysmal.eu.org"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "diamond-gold",
"email": "diamond-gold-ace@outlook.com"
},
"record": {
"URL": "https://github.com/diamond-gold"
}
}
+15
View File
@@ -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"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "ACGaming1508",
"email": "acgamer861@gmail.com"
},
"repo": "https://github.com/ACGaming1508/ACGaming1508.github.io",
"record": {
"CNAME": "acgaming1508.github.io"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "nohli",
"email": "",
"twitter": "joachi_"
},
"record": {
"CNAME":"achim.io"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "ajachintya",
"email": "ajachintyajaiswal@gmail.com"
},
"record": {
"URL": "https://portfolio-app-production.up.railway.app"
}
}
+11
View File
@@ -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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Adhi",
"repo": "https://github.com/adhithyakrishna/adhithyakrishna.github.io",
"owner": {
"username": "Adhi",
"email": "akrishna.cse21@gmail.com"
},
"record": {
"CNAME": "adhithyakrishna.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Adrian is a dev",
"repo": "https://github.com/stryfe200fps/adrian",
"owner": {
"username": "stryfe200fps",
"email": "fsdainsleif@gmail.com"
},
"record": {
"CNAME": "stryfe200fps.github.io"
}
}
+5 -5
View File
@@ -1,12 +1,12 @@
{
"description": "My Personal Landing Page!",
"repo": "https://github.com/icancodebeauty/aditya",
"repo": "https://github.com/adityaasyadav/aditya",
"owner": {
"username": "icancodebeauty",
"email": "aditya@mail.aditya.is-a.dev",
"twitter": "@CodeWithAadi"
"username": "adityaasyadav",
"email": "ishqaddy@gmail.com",
"twitter": "@adityaasyadav"
},
"record": {
"CNAME": "icancodebeauty.github.io"
"CNAME": "adityaasyadav.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "personal website",
"repo": "https://github.com/adolar0042/adolar0042.github.io",
"owner": {
"username": "Adolar0042",
"email": "adolar0042@gmail.com"
},
"record": {
"CNAME": "adolar0042.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "Adriichu",
"email": "adriichu@proton.me",
"twitter": "Adriichuu",
"discord": "Aaron#0069"
},
"record": {
"CNAME": "aaron-web.pages.dev"
}
}
+11
View File
@@ -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"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "aggelos-007",
"email": "aggeloss007@gmail.com"
},
"record": {
"CNAME": "72ea0bf6-bb1e-4fe3-82f2-a3e0b5d75a0b.id.repl.co"
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "AikoNee",
"email": "shenzie1131@gmail.com"
},
"record": {
"CNAME": "aiko.pages.dev"
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "mhmdysf",
"email": "muhammadyusuf1325@smp.belajar.id"
},
"record": {
"URL": "https://linktr.ee/aizawakiyaworu"
}
}
+13
View File
@@ -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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "YoruAkio",
"email": "null"
},
"record": {
"TXT": "vc-domain-verify=akio.is-a.dev,c991805a0f4ecf2a1ded"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Akshayan's Profile",
"repo": "https://github.com/akshayans/akshayans.github.io",
"owner": {
"username": "akshayans",
"email": "akshayan@afhstudio.ml"
},
"record": {
"CNAME": "akshayans.github.io"
}
}
+11
View File
@@ -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"
}
}
-10
View File
@@ -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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "charmingdisorder",
"email": "null"
},
"record": {
"CNAME": "charmingdisorder.github.io"
}
}
+12
View File
@@ -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"
}
}
+13
View File
@@ -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"
}
}
+13
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "AliMD",
"email": "ali@mihandoost.com"
},
"record": {
"CNAME": "alimd.github.io"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "faghani",
"email": "",
"twitter": "alireza_faghani"
},
"record": {
"CNAME": "hashnode.network"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "ali-sabry",
"email": "alisabry.official@gmail.com"
},
"record": {
"URL": "https://alisabry.netlify.app"
}
}
+12
View File
@@ -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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Imad",
"repo": "https://github.com/imadboy89",
"owner": {
"username": "imadboy89",
"email": "imad.kh@outlook.com"
},
"record": {
"CNAME":"imadboy89.github.io"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"repo": "https://github.com/almightynan",
"owner": {
"username": "almightynan",
"email": "almightynan@gmail.com"
},
"record": {
"CNAME": "almightynandev-production.up.railway.app"
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "alraakib",
"email": "alraakib@gmail.com"
},
"record": {
"CNAME": "portrkb.netlify.app"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "sa-mustafa",
"email": "s.a.mustafa@yandex.com"
},
"record": {
"CNAME": "dev.imagesmith.io"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "amalpotra",
"email": "amarjeetmalpotra@outlook.com"
},
"record": {
"CNAME": "amalpotra.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "My tech blog",
"owner": {
"username": "thou-mayest",
"email": "",
"twitter": "Dr_whoami_"
},
"record": {
"CNAME": "thou-mayest.github.io"
}
}
+12
View File
@@ -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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"repo": "https://github.com/amjadAH/amjadAH.github.io",
"owner": {
"username": "amjadAH",
"email": "amjad_ah_@hotmail.com",
"tiwtter": "amjad_ah_"
},
"record": {
"CNAME": "amjadAH.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "amour86",
"email": "amour86@gmail.com"
},
"record": {
"A": ["35.154.162.29"]
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"repo": "https://github.com/anandyeole/anandyeole.github.io",
"owner": {
"username": "anandyeole",
"email": "anandyeole@duck.com"
},
"record": {
"CNAME": "anandyeole.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Anasov Github Portfolio",
"repo": "https://github.com/ItzAnasov/ItzAnasov.github.io",
"owner": {
"username": "ItzAnasov",
"email": "anasybal@mail.ru"
},
"record": {
"CNAME": "itzanasov.github.io"
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "AndreMor8",
"email": "me@andremor.dev"
},
"record": {
"URL": "https://andremor.dev"
}
}
+12
View File
@@ -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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "andriyandriyan",
"email": "andriy.andriyan1@gmail.com"
},
"record": {
"CNAME": "andriy.pages.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "My Portfolio",
"repo": "https://github.com/andronasef/andronasef.github.io",
"owner": {
"username": "andronasef",
"email": "andronasef@gmail.com",
"twitter": "andronasef"
},
"record": {
"CNAME": "andronasef.github.io"
}
}

Some files were not shown because too many files have changed in this diff Show More