Merge branch 'main' into main

This commit is contained in:
SX Spy Agent
2022-06-10 19:12:10 +07:00
committed by GitHub
271 changed files with 2702 additions and 447 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
+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://docs.is-a.dev)
+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!
+6 -5
View File
@@ -10,7 +10,7 @@
## 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)
* [Read the docs](https://docs.is-a.dev)
* 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
@@ -33,16 +33,17 @@ Also, consider starring this repo!
## Similar services
You should also checkout -
* [js.org](https://github.com/js-org/js.org/tree/master) (**NOTE**: `js.org` is specifically for JS focused project)
* [runs-on.tech](https://github.com/aakhilv/runs-on.tech)
* [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.
-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.
+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 @@
{
"owner": {
"username": "adistar964",
"email": "adistar964@gmail.com"
},
"description":"this is for my personal website made.",
"record": {
"CNAME": "adistar964.github.io"
}
}
+2 -2
View File
@@ -1,8 +1,8 @@
{
"description": "A personal website for my career.",
"repo": "https://github.com/TheMaestro1s/my-website",
"repo": "https://github.com/abdulrahman1s/my-website",
"owner": {
"username": "TheMaestro1s",
"username": "abdulrahman1s",
"email": "abdulrahman.8alah@gmail.com"
},
"record": {
+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": "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"
}
}
+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": "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"
}
}
+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"
}
}
+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"
}
}
+22
View File
@@ -0,0 +1,22 @@
{
"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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"repo": "https://github.com/WolvesLair/Alpine",
"owner": {
"username": "WolvesLair",
"email": "wolves.lair@alpha.is-a.dev",
"twitter": "wolveslairdis"
},
"record": {
"CNAME": "wolveslair.github.io"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "amarjeetmalpotra",
"email": "amarjeetmalpotra@outlook.com"
},
"record": {
"CNAME": "amarjeetmalpotra.github.io"
}
}
+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": "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"
}
}
+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"
}
}
+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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"repo": "https://github.com/YouFoundAlpha/api",
"owner": {
"username": "YouFoundAlpha",
"email": "",
"twitter": "YouFoundAlpha",
"discord": "YouFoundAlpha#5372"
},
"record": {
"CNAME": "alphaapi.up.railway.app"
}
}
+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": "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"
}
}
+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": {
"URL": "http://furret.codes"
}
}
+2 -2
View File
@@ -3,9 +3,9 @@
"repo": "https://github.com/ItzArman09/website",
"owner": {
"username": "ItzArman09",
"email": "gyfufifa@norwegischlernen.info"
"email": "contact@mail.arman.is-a.dev"
},
"record": {
"CNAME": "itzarman09.github.io"
"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": "sample repo",
"repo": "https://github.com/ashwin3082002/ashwin3082002.github.io",
"owner": {
"username": "ashwin3082002",
"email": "ashwin3082002@gmail.com",
"twitter": "ashwin3082002"
},
"record": {
"CNAME": "ashwin3082002.github.io"
}
}
+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"
}
}
+1 -1
View File
@@ -5,6 +5,6 @@
"email": "contact@mail.badboy.is-a.dev"
},
"record": {
"CNAME": "a.redirect.pizza"
"URL": "https://badboy.is-a.dev"
}
}
+2 -2
View File
@@ -2,12 +2,12 @@
"description": "Bad Boy's Website",
"owner": {
"username": "bad-boy-codes",
"email": "sonupanda078@gmail.com",
"email": "contact@mail.badboy.is-a.dev",
"discord": "445073800850046977",
"note": "My Discord ID is 445073800850046977.",
"twitter": "BadBoyGoesBrr"
},
"record": {
"CNAME": "d583fe02-d653-4af3-a8fc-1645f6857a8c.id.repl.co"
"CNAME": "4baf80cb-7f87-4d2c-8e40-938f4045acfd.id.repl.co"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"description": "The documentation website for Ball discord bot.",
"owner": {
"username": "MouseMoosz",
"email": "mousemoosz@protonmail.com"
},
"record": {
"CNAME": "mousemoosz.github.io"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "lukas-batema",
"email": "lukasbatema@gmail.com"
},
"record": {
"URL": "https://batemadevelopment.com/"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "Golgrax",
"email": "",
"twitter": "BughawBenjo"
},
"record": {
"CNAME": "09a88fc1-344d-44cf-8b92-98cc1383dff6.id.repl.co"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "this is a subdomain for the beta version of my portfolio",
"repo": "https://github.com/omxproYT/omxproyt.github.io",
"owner": {
"username": "omxproYT",
"email": "omsenjalia@gmail.com",
"twitter": "DaRealOmxpro"
},
"record": {
"CNAME": "omxproYT.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"repo": "https://github.com/YouFoundAlpha/blog",
"owner": {
"username": "YouFoundAlpha",
"email": "",
"twitter": "YouFoundAlpha",
"discord": "YouFoundAlpha#5372"
},
"record": {
"CNAME": "youfoundalpha.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Aakanksha's Blog",
"repo": "https://github.com/aakankshabhende/aakankshabhende.github.io",
"owner": {
"username": "aakankshabhende",
"email": "aakanksha0407@gmail.com"
},
"record": {
"CNAME": "hashnode.network"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"repo": "https://github.com/blurnope/blurnope.github.io",
"owner": {
"username": "blurnope",
"email": "cynosuregone@gmail.com",
"discord": "blurnope.#2655"
},
"record": {
"CNAME": "blurnope.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "A personal blog.",
"repo": "https://github.com/tarob0ba/tarob0ba.github.io",
"owner": {
"username": "tarob0ba",
"email": "beckett@chatter-social.com"
},
"record": {
"CNAME": "tarob0ba.github.io"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"repo": "https://github.com/boolean44-repos/boolean44-repos.github.io",
"owner": {
"username": "boolean44-repos",
"email": "serenitypalmer10@gmail.com"
},
"record": {
"CNAME": "boolean44-repos.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Official Is A Dev bot API",
"repo": "https://github.com/mtgsquad/is-a-dev-bot",
"owner": {
"username": "Mahir",
"email": "mahir@molai.dev"
},
"record": {
"CNAME": "is-a-dev-bot-production.up.railway.app"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "Discord Bot Website",
"repo": "https://github.com/RiskyMH/RiskyBOT",
"owner": {
"username": "RiskyMH",
"discord": "RiskyMH#0182",
"email": ""
},
"record": {
"URL": "https://riskymh.github.io/RiskyBOT"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Pico-8 in-browser emulator.",
"repo": "https://github.com/burandby",
"owner": {
"username": "burandby",
"email": "bur.and.by@gmail.com"
},
"record": {
"CNAME": "burandby.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "My modern calculator",
"repo": "https://github.com/notAperson535/moderncalculator",
"owner": {
"username": "notAperson535",
"email": "notAperson939@gmail.com"
},
"record": {
"CNAME": "notAperson535.github.io"
}
}
+1 -1
View File
@@ -7,6 +7,6 @@
"twitter": "cartar0058"
},
"record": {
"A": ["209.126.0.170"]
"A": ["154.53.34.33"]
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "SX's Cat Discord Bot Website",
"repo": "SX-9/sx-discord-bot",
"owner": {
"username": "SX-9",
"twitter": "SX_Discord",
"discord": "SX-Spy-Agent#1377",
"email": "sx-91@outlook.com"
},
"record": {
"CNAME": "20919506-c6ad-42e9-80a8-a027c160e702.id.repl.co"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Invites Bot Site",
"repo": "https://catsarecoo.github.io/",
"owner": {
"username": "catsarecoo",
"email": "twistedpandora91@gmail.com"
},
"record": {
"CNAME": "catsarecoo.github.io"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"description": "Coffeebank",
"owner": {
"username": "coffeebank",
"email": "coffeebank-is-a-dev@catdev.anonaddy.com"
},
"record": {
"URL": "https://coffeebank.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"repo": "https://github.com/YouFoundAlpha/cdn",
"owner": {
"username": "YouFoundAlpha",
"email": "",
"twitter": "YouFoundAlpha",
"discord": "YouFoundAlpha#5372"
},
"record": {
"CNAME": "youfoundalpha.github.io"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"description": "Arman's content delivery network",
"owner": {
"username": "ItzArman09",
"email": "contact@mail.arman.is-a.dev"
},
"record": {
"CNAME": "23f4d8ed-6b28-4e13-a9e9-bd913bbb2040.id.repl.co"
}
}
+1 -1
View File
@@ -6,6 +6,6 @@
"email": "contact@mail.badboy.is-a.dev"
},
"record": {
"CNAME": "a322b85b-dae2-4ae1-87b4-4d75db26c7e5.id.repl.co"
"CNAME": "bad-boy-codes.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Hey, I am Ceon!",
"repo": "https://github.com/internetmagduru",
"owner": {
"username": "internetmagduru",
"email": "ceon@ceon.tech"
},
"record": {
"URL": "https://ceon.tech"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Chang Liu's Personal Website",
"repo": "https://github.com/changbobbyliu/changbobbyliu.github.io",
"owner": {
"username": "changbobbyliu",
"email": "changbobbyliu@gmail.com",
"twitter": "changliuisadev"
},
"record": {
"CNAME": "changbobbyliu.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "CharCG's Website",
"repo": "https://github.com/charcg/charcg.github.io",
"owner": {
"username": "CharCG",
"email": "charlescong91@gmail.com",
"twitter": "charlescong91"
},
"record": {
"CNAME": "charcg.github.io"
}
}
+1 -2
View File
@@ -1,4 +1,3 @@
{
"owner": {
"username": "SX-9",
@@ -8,4 +7,4 @@
"CNAME": "5b57fe59-8f17-4bdf-9ece-d8dde3f9cab0.id.repl.co"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Chloe's is-a-dev domain",
"repo": "https://github.com/chlomne/chlomne.github.io",
"owner": {
"username": "chlomne",
"email": "",
"discord": "Saphixa#7272"
},
"record": {
"CNAME": "chlomne.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "portefolio website",
"repo": "https://github.com/cindynatorella/cindynatorella.github.io",
"owner": {
"username": "cindynatorella",
"email": "cindy.e.roullet@gmail.com"
},
"record": {
"CNAME": "cindynatorella.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"repo": "https://github.com/plu5/plu5.github.io",
"owner": {
"username": "plu5",
"email": "ctre@users.sourceforge.net",
"twitter": "preminster"
},
"record": {
"CNAME": "plu5.github.io"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "Redirect to daddy mahir's website",
"repo": "https://github.com/mtgsquad",
"owner": {
"username": "mtgsquad",
"email": "mahir@molai.dev",
"twitter": "DevMolai",
"discord": "molai.dev#2674"
},
"record": {
"URL": "https://molai.dev"
}
}
+3 -1
View File
@@ -5,6 +5,8 @@
"email": "llama552621@gmail.com"
},
"record": {
"CNAME": "daniel4-scratch.gamejolt.io"
"A": [
"52.54.56.45"
]
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"description": "hi! i am deliable, a developer. i love minecraft.",
"owner": {
"username": "Deliable",
"email": "rbstsoul@gmail.com"
},
"record": {
"CNAME": "5e125b8d47-hosting.gitbook.io"
}
}
+19
View File
@@ -0,0 +1,19 @@
{
"owner": {
"username": "demonitize",
"email": "",
"twitter": "demonitized_boi",
"twitch": "demonitized_boi",
"discord": "DEMONITIZED BOI#6969"
},
"description": "Probably will use this to redirect to GitHub, because custom domain look cool",
"repo": "https://github.com/demonitize",
"record": {
"URL": "https://github.com/demonitize",
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "This domain (den.is-a.dev) is used for blogging by Denver",
"repo": "",
"owner": {
"username": "DenStudies7700",
"discord": "ImDenver#7700",
"email": ""
},
"record": {
"CNAME": "hashnode.network"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "This domain (denver.is-a.dev) is used for scripting Denver's bio and as a portfolio",
"repo": "https://github.com/DenStudies7700/DenStudies7700.github.io",
"owner": {
"username": "DenStudies7700",
"discord": "ImDenver#7700",
"email": ""
},
"record": {
"CNAME": "densite-development-7700.up.railway.app"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "Saharsh1223",
"email": "psaharsh2@gmail.com"
},
"record": {
"CNAME": "sup4321.github.io"
}
}
+15
View File
@@ -0,0 +1,15 @@
{
"description": "Ce cauti ma aici?",
"owner": {
"username": "DeXoHigh",
"email": "dexocash@gmail.com"
},
"record": {
"A": ["185.141.25.116"],
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "An awesome portfolio site for Dheirya Tyagi",
"repo": "https://github.com/Dheirya/dheiryaweb",
"owner": {
"username": "Dheirya",
"email": "mail@socialrumbles.com",
"twitter": "fellow_doge"
},
"record": {
"CNAME": "dheirya.pages.dev"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "URL Shortener for sites.",
"repo": "https://github.com/DIBSTERYT",
"owner": {
"username": "DIBSTERYT",
"email": "contact@dibster.ml",
"twitter": "DEV_DIBSTER"
},
"record": {
"A": ["192.95.42.74"],
"TXT": "zoho-verification=zb87142129.zmverify.zoho.eu"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Dimszyxx Website",
"owner": {
"username": "nobuyaki",
"email": "dimas2214sa@gmail.com",
"discord": "445073800850046977"
},
"record": {
"CNAME": "6fe0555b-c207-4d0a-bd14-7ba43c32fcff.id.repl.co"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Divyam's personal website",
"repo": "https://github.com/DivyamAhuja/divyamahuja.github.io",
"owner": {
"username": "DivyamAhuja",
"email": "ahujadivyam@gmail.com"
},
"record": {
"CNAME": "divyamahuja.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Documentation website for is-a-dev/register",
"repo": "MouseMoosz/is-a-dev-docs",
"owner": {
"username": "@is-a-dev/maintainers",
"email": "mahir@molai.dev"
},
"record": {
"CNAME": "mousemoosz.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Donkas's personal developer website",
"repo": "https://github.com/donkaos501",
"owner": {
"username": "Donkaos",
"email": "donkaos501@outlook.com"
},
"record": {
"CNAME": "is-a.dev.donkaos.de"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Dunkan",
"owner": {
"username": "dcdunkan",
"email": "",
"twitter": "dcdunkan"
},
"record": {
"URL": "https://github.com/dcdunkan"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "is-a.dev website of eaxly",
"repo": "https://github.com/eaxly/eaxly.github.io",
"owner": {
"username": "eaxly",
"email": "extinctaxolotl@protonmail.com"
},
"record": {
"CNAME": "eaxly.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "Just-a-Unity-Dev",
"email": "",
"twitter": "@eclips_e69"
},
"description": "A little portfolio based with a basic account system for learning purposes.",
"record": {
"CNAME": "eclips-espace-production.up.railway.app"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "My personal website, im learning web dev!",
"repo": "https://github.com/EliasKernel/EliasKernel.github.io",
"owner": {
"username": "eliaskernel",
"email": "eliaskernel@protonmail.com",
"twitter": "eliaskernel"
},
"record": {
"CNAME": "eliaskernel.github.io"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"description": "emofy website",
"owner": {
"username": "abkux",
"email": "abku@abku.xyz"
},
"record": {
"CNAME": "abkux.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Enzo's portfolio",
"repo": "https://github.com/enzonaute/",
"owner": {
"username": "enzonaute",
"email": "hello@enzonaute.me"
},
"record": {
"CNAME": "enzonaute.me"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Eric Thomas' Portfolio",
"repo": "https://github.com/ericthomasca",
"owner": {
"username": "ericthomasca",
"email": "eric@ericthomas.ca"
},
"record": {
"URL": "https://ericthomas.ca"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "My personal website",
"repo": "https://github.com/ethxrnity/ethxrnity.github.io",
"owner": {
"username": "ethxrnity",
"email": "ethxrnity@gmail.com",
"twitter": "ethxrnity"
},
"record": {
"CNAME": "ethxrnity.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "EviternalOfficial",
"email": "",
"discord": "Vaibhav Kashyap#5747"
},
"record": {
"A": ["35.186.245.55"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}

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