Merge branch 'is-a-dev:main' into main

This commit is contained in:
Kingq23
2022-07-31 16:32:31 -04:00
committed by GitHub
650 changed files with 6881 additions and 582 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
+4
View File
@@ -0,0 +1,4 @@
* @phenax
domains/ @is-a-dev/maintainers
*.md @is-a-dev/maintainers
+14
View File
@@ -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
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
@@ -1 +1 @@
Moved to [./docs](./docs)
Moved to [docs](https://is-a.dev/docs)
+4 -3
View File
@@ -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!
+12 -12
View File
@@ -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.
+20 -14
View File
@@ -1,19 +1,23 @@
![is-a-dev banner](./media/banner.png)
<br />
<br/>
**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)
<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>
## 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!
<a href="https://www.buymeacoffee.com/phenax" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="28" width="119"></a>
<a href="https://liberapay.com/phenax" target="_blank"><img src="https://img.shields.io/badge/liberapay-donate-yellow.svg?style=for-the-badge" alt="Liberapay recurring donation button" /></a>
@@ -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).
-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.
-110
View File
@@ -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"
}
}
```
-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"
}
}
+12
View File
@@ -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"
}
}
+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"
}
}
+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"
}
}
+2 -1
View File
@@ -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"
}
}
+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": "My Personal Website.",
"repo": "https://github.com/DorianAarno/dorianaarno.github.io",
"owner": {
"username": "DorianAarno",
"email": "aarnodorian56@gmail.com"
},
"record": {
"CNAME": "dorianaarno.github.io"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "Aayush-Rajagopalan",
"email": "aayush.rajagopalan77@gmail.com"
},
"record": {
"CNAME": "byteserver.tech"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "Abdul1810",
"email": "abdulking8010@gmail.com",
"discord": "Abdul ♥#5464"
},
"record": {
"CNAME": "abduldev.me"
}
}
+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": "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"
}
}
+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"
}
}
+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"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -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"
}
}
+2 -2
View File
@@ -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": {
+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"
}
}
+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": "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"
}
}
+3 -12
View File
@@ -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"
}
}
+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"
}
}
+13
View File
@@ -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"
}
}
+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"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner":{
"username":"aGoldDev",
"discord":"aGold#9596",
"email":"abloggoldwin@gmail.com"
},
"record":{
"CNAME":"agolddev.github.io"
}
}
+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"
}
}
+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"
}
}
+12
View File
@@ -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"
}
}
+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"
}
}
+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"
}
}
+11
View File
@@ -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"
}
}
+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"
}
}
+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"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "amalpotra",
"email": "amarjeetmalpotra@outlook.com"
},
"record": {
"CNAME": "amalpotra.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/amjad-ah/amjad-ah.github.io",
"owner": {
"username": "amjad-ah",
"email": "amjad_ah_@hotmail.com",
"tiwtter": "amjad_ah_"
},
"record": {
"CNAME": "amjad-ah.github.io"
}
}
+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"
}
}
+12
View File
@@ -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"
}
}
+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 @@
{
"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"
}
}
+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"
}
}
+13
View File
@@ -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"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "anubhav823' personal developer website",
"repo": "",
"owner": {
"username": "anubhav823",
"email": "anubhav823@gmail.com"
},
"record": {
"URL": "https://anubhav823.github.io/wordle"
}
}
+11
View File
@@ -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"
}
}
+10
View File
@@ -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"
}
}
+12
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+12
View File
@@ -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"
}
}
@@ -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"
}
}
}
+15
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+12
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+12
View File
@@ -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"
}
}
+11
View File
@@ -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"]
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"description": "Personal Portfolio website",
"owner": {
"username": "armoredvortex",
"email": "rachitpandey@protonmail.com"
},
"record": {
"CNAME": "armoredvortex.github.io"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "animemoeus",
"email": "arter.tendean.07@gmail.com"
},
"record": {
"URL": "https://animemoe.us"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "aspekts",
"email": "marcus.kamuntu@gmail.com"
},
"record": {
"CNAME": "29e1a02d-9848-4f80-845e-74cb27d553b3.id.repl.co"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "@is-a-dev/maintainers",
"email": "mahir@molai.dev"
},
"record": {
"A": ["199.36.158.100"]
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+12
View File
@@ -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"
}
}

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