diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d24b31ca4..e31889d09 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -9,11 +9,15 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - - name: Installing dependencies + - name: Setup node v15 + uses: actions/setup-node@v1 + with: + node-version: '15' + - name: Install dependencies uses: borales/actions-yarn@v2.0.0 with: - cmd: install --ignore-engines - - name: Running tests + cmd: install --ignore-engines --frozen-lockfile + - name: Run tests uses: borales/actions-yarn@v2.0.0 with: cmd: test diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index dca09caf6..41493d93f 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -1,11 +1,14 @@ name: Publish records on: + push: + branches: [main] workflow_dispatch: name: 'Publish records' jobs: publish: + if: github.repository == 'is-a-dev/register' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml new file mode 100644 index 000000000..f750eb678 --- /dev/null +++ b/.github/workflows/stale.yml @@ -0,0 +1,19 @@ +name: StaleBOT + +on: + workflow_dispatch: + name: 'Force cleanup' + schedule: + - cron: "30 14 * * *" + +jobs: + stale: + runs-on: ubuntu-latest + steps: + - uses: actions/stale@v3 + with: + 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-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' diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 000000000..d5a4de6b7 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,21 @@ +FROM ubuntu:20.04 + +ENV TERM xterm +RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime + +RUN apt-get -y update +RUN apt-get install -y nodejs npm curl wget dnsutils certbot --fix-missing + +RUN npm i -g n yarn && n 15.11 + +RUN node -v + +WORKDIR /opt/app + +COPY yarn.lock . +COPY package.json . + +RUN yarn install + +CMD ["sh", "-c", "cp -r node_modules code; cd code; tail -f /dev/null"] + diff --git a/README.md b/README.md index 12f97d998..94edfc614 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,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) + + + +## Uptime +You can check the uptime of the service via [our status dashboard](https://stats.uptimerobot.com/zY4XKIRVzw) + + + + ## License This project is under the [GPL-3.0](./LICENSE) license. diff --git a/default.nix b/default.nix index cf07b33d5..3f84d1e03 100644 --- a/default.nix +++ b/default.nix @@ -5,10 +5,12 @@ let nixPackages = with pkgs; [ nodejs-15_x yarn + docker-compose dnsutils - certbot + #certbot ]; -in pkgs.stdenv.mkDerivation { +in +pkgs.stdenv.mkDerivation { name = "env"; buildInputs = nixPackages; } diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 000000000..5b161f929 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,8 @@ +version: '3' +services: + dev: + build: + context: . + dockerfile: ./Dockerfile + volumes: + - ./:/opt/app/code diff --git a/docs/README.md b/docs/README.md index 150f61f59..0209e2197 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,5 +3,6 @@ You can read the [domains.json file api reference](./domains-json.md) for more i ### 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) diff --git a/docs/hosted-at/hashnode.md b/docs/hosted-at/hashnode.md new file mode 100644 index 000000000..20b2276c3 --- /dev/null +++ b/docs/hosted-at/hashnode.md @@ -0,0 +1,27 @@ +When you create your Hashnode blog, hashnode provides a free **yourdomain.hashnode.dev** subdomain for you. However, you can set up your own **.is-a.dev** subdomain. + +In this guide, you will learn how to accomplish this. + +--- + +1. Log in to your Hashnode account. + +2. Click on your **profile picture** at the bottom-left corner of the page on *desktop* screen or top-right corner on *mobile* screen. + +![Hashnode's Feed](https://cdn.hashnode.com/res/hashnode/image/upload/v1614932849541/cBNDGKXMj.png?auto=compress) + +3. Click on the **Blog Dashboard** option from the popup modal to access your blog's dashboard. + +![Hashnode's Feed](https://cdn.hashnode.com/res/hashnode/image/upload/v1614937218081/InvxVHXDy.png?auto=compress) + +4. Navigate to the **DOMAIN** tab and enter your domain without the **www** or **https://** prefix in the text field provided. Then click on the **Update** button to proceed. + +![Hashnode's Blog Domain Tab](https://cdn.hashnode.com/res/hashnode/image/upload/v1614937377176/0cwddAywO.png?auto=compress) + +5. Go To Your Fork Of The `is-a-dev/register` repo, edit your subdomain's JSON file, make sure you remove any old records, then add this: +```json +"CNAME": "hashnode.network" +``` + +Once Done, your hashnode blog is setup to use your subdomain, all you have to do is wait sometime for the DNS to propogate. These changes could take from 1 hour to around 48 hours, so please be patient, It'll most likely be ready within a hour. +Enjoy Your Hashnode Blog, With Your Sweet `.is-a.dev` Subdomain! **If You Need More Help:** please read this support article on hashnode support: https://support.hashnode.com/docs/mapping-domain/, this should help you more, if you need more help related to [Hashnode](https://hashnode.com), then please visit the [Hashnode Support Center](https://support.hashnode.com/). Remeber, is-a.dev has no links with hashnode, so please do not create issues on our github, saying that your hashnode blog is having issues, we simply will not respond to them. diff --git a/docs/maintainers/pr-review.md b/docs/maintainers/pr-review.md new file mode 100644 index 000000000..0af094676 --- /dev/null +++ b/docs/maintainers/pr-review.md @@ -0,0 +1,72 @@ +# 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 used for malicious purposes. +To do this, we must try our best to verify the contents of website and if required ask some questions regarding the contents in the PR. + +--- + +### Invalid email/social link +A way to contact the user is important in case we need to inform the users of some changes to the project. +Confirm if the email looks valid or the social user name/link works. +The user should have either an email or a valid social link. + +❌ `"owner": { "username": "gh-username" }` is invalid as it doesn't contain an email or any social links + +❌ `"email": "28372878+user-name@users.noreply.github.com"` is invalid as the email cannot be used + +✅ `"owner": { "username": "phenax", "twitter": "twitter-username" }` is valid as it contains a social link + +✅ `"owner": { "username": "phenax", "email": "email@gmail.com" }` is valid as it contains an email + +--- + +### Invalid CNAME +CNAME has to be a hostname. Something like `example.com`. + +❌ `http://example.com` is invalid as it contains a protocol `https://` + +❌ `example.com/some/path` is invalid as it contains the path name `/some/path` + +✅ `example.com` is valid as it is the hostname of the website + +--- + +### Invalid A +A record has to be an array of ips. + +❌ `"A": "211.211.211.211"` is invalid as it must be an array + +❌ `"A": ["example.com"]` is invalid as it is not an ip address + +✅ `"A": ["211.211.211.211", "211.211.211.212"]` is valid as it is an array of ips + +--- + +### Invalid URL +The URL must have a protocol (`http://` or `https://`) and must be something like `https://example.com` or `https://example.com/some/path`. + +❌ `example.com` is invalid as it doesn't contain the protocol + +✅ `https://example.com/some/path` is valid as it contains a protocol + +--- + +### Only one record type +Earlier, is-a-dev used to allow for handling https redirections along with CNAME but the way we handle requests has changed since then. +This is why a record file can only contain one record type. Either `CNAME` or `A` or `URL`. + +❌ `"CNAME": "example.com", "URL": "https://something.com"` is invalid as it should only contain one type of record, either CNAME or URL. + diff --git a/docs/maintainers/publishing-records.md b/docs/maintainers/publishing-records.md new file mode 100644 index 000000000..2c363e8a1 --- /dev/null +++ b/docs/maintainers/publishing-records.md @@ -0,0 +1,11 @@ +# Publishing records +> NOTE: This is only for maintainers with publishing access + +Currently, the records are published using a manual github actions workflow. +When all the PR's are merged and ready, go to `Actions > Publish records` and click on the `Run workflow` button to publish the merged records. + + + +Sometimes it may log an error message while publishing saying some record(s) couldn't be published. +Usually, the cause is related to some conflict while deleting and re-publishing. +In those situations, running the workflow again will fix the issues. diff --git a/domains/@.json b/domains/@.json index 600b66551..36cd14e7b 100644 --- a/domains/@.json +++ b/domains/@.json @@ -8,4 +8,4 @@ "record": { "URL": "http://www.is-a.dev" } -} \ No newline at end of file +} diff --git a/domains/_psl.json b/domains/_psl.json new file mode 100644 index 000000000..17ce843f8 --- /dev/null +++ b/domains/_psl.json @@ -0,0 +1,11 @@ +{ + "description": "PSL validation record for is-a.dev", + "repo": "https://github.com/is-a-dev/is-a-dev.github.io", + "owner": { + "username": "phenax", + "email": "phenax5@gmail.com" + }, + "record": { + "TXT": "https://github.com/publicsuffix/list/pull/1327" + } +} \ No newline at end of file diff --git a/domains/aanthr0.json b/domains/aanthr0.json new file mode 100644 index 000000000..a153ca17b --- /dev/null +++ b/domains/aanthr0.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aanthr0", + "email": "anthromadayt@gmail.com" + }, + "record": { + "CNAME": "proxy.ponbus.com" + } +} \ No newline at end of file diff --git a/domains/aaryan.json b/domains/aaryan.json new file mode 100644 index 000000000..dace1e8a9 --- /dev/null +++ b/domains/aaryan.json @@ -0,0 +1,11 @@ +{ + "description": "Aaryan's personal website!", + "repo": "https://github.com/aaryanporwal/My-website", + "owner": { + "username": "aaryanporwal", + "email": "altaaryan@gmail.com" + }, + "record": { + "URL": "https://www.aaryanporwal.me/" + } +} \ No newline at end of file diff --git a/domains/avcado.json b/domains/ababo.json similarity index 66% rename from domains/avcado.json rename to domains/ababo.json index c152060e7..5eb5c2ef5 100644 --- a/domains/avcado.json +++ b/domains/ababo.json @@ -1,10 +1,10 @@ { "description": "this a link to my website", "owner": { - "username": "avcado", + "username": "zbj2", "email": "devavcado@gmail.com" }, "record": { - "CNAME": "avcado.github.io" + "CNAME": "zbj2.github.io" } -} \ No newline at end of file +} diff --git a/domains/abeltranp94.json b/domains/abeltranp94.json new file mode 100644 index 000000000..8fc1b502b --- /dev/null +++ b/domains/abeltranp94.json @@ -0,0 +1,11 @@ +{ + "description": "Ariel Beltrán Paneque", + "repo": "https://github.com/abeltranp9476/abeltranp94.github.io", + "owner": { + "username": "abeltranp9476", + "email": "abeltran.9476@gmail.com" + }, + "record": { + "CNAME": "abeltranp9476.github.io" + } +} diff --git a/domains/abh80.json b/domains/abh80.json new file mode 100644 index 000000000..c53647599 --- /dev/null +++ b/domains/abh80.json @@ -0,0 +1,12 @@ +{ + "description": "Link to my portfolio site.", + "repo": "https://github.com/abh80/abh80.github.io", + "owner": { + "username": "abh80", + "email": "boatgithub27@gmail.com", + "twitter": "trackerstars" + }, + "record": { + "CNAME": "abh80.github.io" + } +} diff --git a/domains/abhay7.json b/domains/abhay7.json new file mode 100644 index 000000000..f397777f5 --- /dev/null +++ b/domains/abhay7.json @@ -0,0 +1,12 @@ +{ + "description": "Abhay's portflio site", + "repo": "https://replit.com/@EpicGamer007/EpicGamer007", + "owner": { + "username": "EpicGamer007", + "email": "", + "discord": "EpicGamer007#5702" + }, + "record": { + "CNAME": "26ece53e-5ca7-40d2-a7ad-cc13eb22808d.id.repl.co" + } +} \ No newline at end of file diff --git a/domains/acaiberii.json b/domains/acaiberii.json new file mode 100644 index 000000000..3701bf465 --- /dev/null +++ b/domains/acaiberii.json @@ -0,0 +1,11 @@ +{ + "description": "acaiberii's website", + "repo": "https://github.com/AcaiBerii/acaiberii.github.io", + "owner": { + "username": "AcaiBerii", + "email": "studiouifxdesignersandcoders@gmail.com" + }, + "record": { + "CNAME": "acaiberii.github.io" + } +} \ No newline at end of file diff --git a/domains/adigen.json b/domains/adigen.json new file mode 100644 index 000000000..ffaadf5bb --- /dev/null +++ b/domains/adigen.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mradigen", + "email": "mr.adigen@protonmail.com" + }, + "record": { + "CNAME": "mradigen.github.io" + } +} diff --git a/domains/agrim.json b/domains/agrim.json new file mode 100644 index 000000000..d7dbecf86 --- /dev/null +++ b/domains/agrim.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/Agrim-Bansal/Agrim-Bansal.github.io", + "owner": { + "username": "Agrim-Bansal", + "email": "agrimx2@gmail.com" + }, + "record": { + "CNAME": "agrim-bansal.github.io" + } +} \ No newline at end of file diff --git a/domains/ahmad-ainul.json b/domains/ahmad-ainul.json new file mode 100644 index 000000000..8a2bfb88e --- /dev/null +++ b/domains/ahmad-ainul.json @@ -0,0 +1,11 @@ +{ + "description": "Ahmad Ainul Personal Site", + "repo": "https://github.com/indiealistic", + "owner": { + "username": "indiealistic", + "email": "ahmad@indiealistic.studio" + }, + "record": { + "CNAME": "30240e0a1ae9ba26d3f8.b-cdn.net" + } +} \ No newline at end of file diff --git a/domains/ahmadeyamin.json b/domains/ahmadeyamin.json index ee9c885d5..910ffbdf6 100644 --- a/domains/ahmadeyamin.json +++ b/domains/ahmadeyamin.json @@ -6,6 +6,6 @@ "email": "ahmadeyamin@gmail.com" }, "record": { - "CNAME": "ahmadeyamin.github.io" + "CNAME": "ahmadeyamin.pages.dev" } } \ No newline at end of file diff --git a/domains/ainul.json b/domains/ainul.json new file mode 100644 index 000000000..8a2bfb88e --- /dev/null +++ b/domains/ainul.json @@ -0,0 +1,11 @@ +{ + "description": "Ahmad Ainul Personal Site", + "repo": "https://github.com/indiealistic", + "owner": { + "username": "indiealistic", + "email": "ahmad@indiealistic.studio" + }, + "record": { + "CNAME": "30240e0a1ae9ba26d3f8.b-cdn.net" + } +} \ No newline at end of file diff --git a/domains/albinvar.json b/domains/albinvar.json new file mode 100644 index 000000000..737293fb2 --- /dev/null +++ b/domains/albinvar.json @@ -0,0 +1,11 @@ +{ + "description": "Albin's Personal Website", + "repo": "https://github.com/albinvar/albinvar.github.io", + "owner": { + "username": "albinvar", + "email": "albinvar@pm.me" + }, + "record": { + "CNAME": "albinvar.github.io" + } +} \ No newline at end of file diff --git a/domains/alexidk.json b/domains/alexidk.json new file mode 100644 index 000000000..d3e410ae0 --- /dev/null +++ b/domains/alexidk.json @@ -0,0 +1,11 @@ +{ + "description": "My developer website.", + "repo": "https://github.com/Alex-idk", + "owner": { + "username": "Alex-idk", + "email": "alex@alexidk.dev" + }, + "record": { + "URL": "https://alexidk.dev" + } +} diff --git a/domains/ally.json b/domains/ally.json index a8c289563..28df78154 100644 --- a/domains/ally.json +++ b/domains/ally.json @@ -6,6 +6,6 @@ "email": "alexiatilde@gmail.com" }, "record": { - "CNAME": "ally.moe" + "URL": "https://ally.moe" } -} \ No newline at end of file +} diff --git a/domains/anamolsapkota.json b/domains/anamolsapkota.json new file mode 100644 index 000000000..1588dc3d1 --- /dev/null +++ b/domains/anamolsapkota.json @@ -0,0 +1,11 @@ +{ + "description": "A personal portfolio site for all my projects and commissions.", + "repo": "https://github.com/anamolsapkota/sapkotaanamol.com.np", + "owner": { + "username": "anamolsapkota", + "email": "info@sapkotaanamol.com.np" + }, + "record": { + "URL": "https://sapkotaanamol.com.np" + } +} \ No newline at end of file diff --git a/domains/andrea.json b/domains/andrea.json new file mode 100644 index 000000000..b4cff3230 --- /dev/null +++ b/domains/andrea.json @@ -0,0 +1,13 @@ +{ + "description": "Personal site", + "repo": "https://github.com/andrea-capigiri/", + "owner": { + "username": "andrea-capigiri", + "email": "uadopo+isadev@pm.me" + }, + "record": { + "A": [ + "212.237.38.154" + ] + } +} diff --git a/domains/anon.json b/domains/anon.json new file mode 100644 index 000000000..d94c68d38 --- /dev/null +++ b/domains/anon.json @@ -0,0 +1,11 @@ +{ + "description": "Anondev's personal profile website", + "repo": "https://github.com/anondev-sudo/anondev-sudo", + "owner": { + "username": "anondev-sudo", + "email": "contact@anonym-dev.tk" + }, + "record": { + "CNAME": "glitch.edgeapp.net" + } +} diff --git a/domains/aoba.json b/domains/aoba.json new file mode 100644 index 000000000..53837ec8a --- /dev/null +++ b/domains/aoba.json @@ -0,0 +1,12 @@ +{ + "description": "A cool looking link for my Discord server! (and maybe sort of other stuff in future... If I can think of one...)", + "repo": "https://github.com/Hazuki-san", + "owner": { + "username": "Hazuki-san", + "email": "aoba@outlook.co.th", + "twitter": "AocchiAoba" + }, + "record": { + "URL": "https://discord.gg/nKbATcMqSp" + } +} \ No newline at end of file diff --git a/domains/aozora.json b/domains/aozora.json new file mode 100644 index 000000000..56de2a474 --- /dev/null +++ b/domains/aozora.json @@ -0,0 +1,11 @@ +{ + "description": "Just my personal website", + "repo": "https://github.com/AozoraDev", + "owner": { + "username": "AozoraDev", + "email": "aozoradeveloper@gmail.com" + }, + "record": { + "CNAME": "node1.foxxy.id" + } +} diff --git a/domains/api-space.json b/domains/api-space.json index 54a3e5377..b8389b6cc 100644 --- a/domains/api-space.json +++ b/domains/api-space.json @@ -1,4 +1,3 @@ - { "description": "My api", "owner": { @@ -10,4 +9,4 @@ "185.87.48.199" ] } -} +} \ No newline at end of file diff --git a/domains/apollyon.json b/domains/apollyon.json new file mode 100644 index 000000000..ed5b6f423 --- /dev/null +++ b/domains/apollyon.json @@ -0,0 +1,12 @@ +{ + "description": "Develop website", + "repo": "", + "owner": { + "username": "apollyon9", + "email": "blzzardst0rm@gmail.com", + "twitter": "sakurai072" + }, + "record": { + "URL": "https://eris9.repl.co" + } +} diff --git a/domains/arib21.json b/domains/arib21.json new file mode 100644 index 000000000..58f742c5e --- /dev/null +++ b/domains/arib21.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "arib21", + "email": "aribmuhtasim22@gmail.com" + }, + "description": "arib21's personal developer website", + "repo": "https://github.com/arib21/arib21.github.io", + "record": { + "CNAME": "arib21.github.io" + } +} diff --git a/domains/arslan.json b/domains/arslan.json new file mode 100644 index 000000000..4498ae49e --- /dev/null +++ b/domains/arslan.json @@ -0,0 +1,11 @@ +{ + "description": "Arslan's World (links and socials)", + "repo": "https://github.com/sandwiching/sandwiching.github.io", + "owner": { + "username": "sandwiching", + "email": "77godlike@bk.ru" + }, + "record": { + "CNAME": "sandwiching.github.io" + } +} diff --git a/domains/artiefuzzz.json b/domains/artiefuzzz.json new file mode 100644 index 000000000..da964b39a --- /dev/null +++ b/domains/artiefuzzz.json @@ -0,0 +1,11 @@ +{ + "description": "ArtieFuzzz's personal website", + "repo": "https://github.com/ArtieFuzzz/artiefuzzz.github.io", + "owner": { + "username": "ArtieFuzzz", + "email": "jardenz.den@gmail.com" + }, + "record": { + "CNAME": "artiefuzzz.github.io" + } +} diff --git a/domains/asuna.json b/domains/asuna.json new file mode 100644 index 000000000..4fc2b8989 --- /dev/null +++ b/domains/asuna.json @@ -0,0 +1,11 @@ +{ + "description": "Asuna Personal Website", + "repo": "https://github.com/ehAsuna/ehAsuna.github.io", + "owner": { + "username": "ehAsuna", + "email": "codeasaurousteam@gmail.com" + }, + "record": { + "CNAME": "ehAsuna.github.io" + } +} diff --git a/domains/atul.json b/domains/atul.json new file mode 100644 index 000000000..d68de4d48 --- /dev/null +++ b/domains/atul.json @@ -0,0 +1,11 @@ +{ + "description": "Coming Soon", + "repo": "https://github.com/AtulPatil-me/AtulPatil-me.github.io", + "owner": { + "username": "Atul-Patil-99", + "email": "atuluttampatil.1757@gmail.com" + }, + "record": { + "CNAME": "atulpatil-me.github.io" + } + } diff --git a/domains/atzu.json b/domains/atzu.json index 9a2b9e0b5..f3ab20af4 100644 --- a/domains/atzu.json +++ b/domains/atzu.json @@ -1,11 +1,11 @@ { - "description": "ATZU's website", + "description": "Atzu's Personal Website", "repo": "https://github.com/z3ro0k", "owner": { - "username": "z3ro0k", - "email": "zerok636@gmail.com" + "username": "Atzu", + "email": "atzu@nextgenteam.tech" }, "record": { - "CNAME": "atzu.xyz" + "URL": "https://atzu.studio" } } \ No newline at end of file diff --git a/domains/avg.json b/domains/avg.json new file mode 100644 index 000000000..f2a72a4e8 --- /dev/null +++ b/domains/avg.json @@ -0,0 +1,12 @@ +{ + "description": "An average developer's blog", + "repo": "https://github.com/AverageHelper/AverageHelper.github.io", + "owner": { + "username": "AverageHelper", + "email": "avghelper@mailbox.org", + "twitter": "avghelper" + }, + "record": { + "URL": "https://averagehelper.github.io" + } +} diff --git a/domains/avnoor-gamerz.json b/domains/avnoor-gamerz.json new file mode 100644 index 000000000..ddb3b8bb2 --- /dev/null +++ b/domains/avnoor-gamerz.json @@ -0,0 +1,12 @@ +{ + "description": "Official WEBSITE OF aVNOOR gAMERZ", + "repo": "https://github.com/Avnoor-Gamerz/avnoor-gamerz.github.io", + "owner": { + "username": "avnoor-gamerz", + "email": "avnoorchahal001@gmail.com", + "twitter": "avnoor-gamerz" + }, + "record": { + "CNAME": "avnoor-gamerz.github.io" + } +} \ No newline at end of file diff --git a/domains/aypro.json b/domains/aypro.json new file mode 100644 index 000000000..192d6db15 --- /dev/null +++ b/domains/aypro.json @@ -0,0 +1,11 @@ +{ + "description": "Aypro's personal website", + "repo": "https://github.com/aypro-droid/aypro-droid.github.io", + "owner": { + "username": "aypro-droid", + "email": "ayprogaming1@gmail.com" + }, + "record": { + "CNAME": "aypro-droid.github.io" + } +} \ No newline at end of file diff --git a/domains/balloon.json b/domains/balloon.json new file mode 100644 index 000000000..41477f056 --- /dev/null +++ b/domains/balloon.json @@ -0,0 +1,11 @@ +{ + "description": "I like balloons! ... Ah, Isn't it such an item?", + "repo": "https://github.com/fu-sen/balloon.is-a.dev", + "owner": { + "username": "BALLOON | FU-SEN", + "email": "balloonakafusen+isadev@gmail.com" + }, + "record": { + "CNAME": "vps35.heliohost.us" + } +} diff --git a/domains/bashou.json b/domains/bashou.json index 764db6922..3bfbea3b9 100644 --- a/domains/bashou.json +++ b/domains/bashou.json @@ -5,6 +5,6 @@ "twitter": "bashoudev" }, "record": { - "CNAME": "bashoudev.ga" + "URL": "https://bashoudev.ga" } } \ No newline at end of file diff --git a/domains/bedanth.json b/domains/bedanth.json new file mode 100644 index 000000000..dd82ce3ee --- /dev/null +++ b/domains/bedanth.json @@ -0,0 +1,11 @@ +{ + "description": "Bedant Hota's Portfolio", + "repo": "https://github.com/bedantH/bedantH.github.io", + "owner": { + "username": "bedantH", + "email": "mohanesh.h2003@gmail.com" + }, + "record": { + "CNAME": "bedantH.github.io" + } +} \ No newline at end of file diff --git a/domains/bedrock16.json b/domains/bedrock16.json new file mode 100644 index 000000000..2e9cfa214 --- /dev/null +++ b/domains/bedrock16.json @@ -0,0 +1,13 @@ +{ + "description": "my website", + "repo": "https://github.com/Bedrock16", + "owner": { + "username": "atharv", + "email": "youbed61@gmail.com" + }, + "record": { + "A": [ + "34.120.194.28" + ] + } +} diff --git a/domains/belle.json b/domains/belle.json new file mode 100644 index 000000000..4763b602e --- /dev/null +++ b/domains/belle.json @@ -0,0 +1,11 @@ +{ + "description": "Belle's website", + "repo": "https://github.com/bellesea/personalwebsite", + "owner": { + "username": "bellesea", + "email": "bellesee1212@gmail.com" + }, + "record": { + "CNAME": "bellesea.github.io" + } +} diff --git a/domains/bhattcodes.json b/domains/bhattcodes.json new file mode 100644 index 000000000..a1738cd3d --- /dev/null +++ b/domains/bhattcodes.json @@ -0,0 +1,11 @@ +{ + "description": "Aman Bhatt's personal website", + "repo": "https://github.com/bhattcodes/bhattcodes.github.io", + "owner": { + "username": "bhattcodes", + "email": "bhatt.codes@gmail.com" + }, + "record": { + "CNAME": "bhattcodes.github.io" + } +} \ No newline at end of file diff --git a/domains/botspointer.json b/domains/botspointer.json new file mode 100644 index 000000000..a3a17c9bb --- /dev/null +++ b/domains/botspointer.json @@ -0,0 +1,10 @@ +{ + "description": "discord service for bots free", + "owner": { + "username": "Ihzy-Dev", + "email": "sksksdev@my.com" + }, + "record": { + "CNAME": "dns.techhost.live" + } +} diff --git a/domains/bravestone.json b/domains/bravestone.json new file mode 100644 index 000000000..0cb32b141 --- /dev/null +++ b/domains/bravestone.json @@ -0,0 +1,12 @@ +{ + "description": "My Personal website.", + "repo": "https://github.com/itsbravestone", + "owner": { + "username": "itsbravestone", + "email": "imbravestone@zarena.ga", + "twitter": "imbravestone" + }, + "record": { + "URL": "https://imbravestone.ga" + } +} diff --git a/domains/caleb.json b/domains/caleb.json new file mode 100644 index 000000000..9b6d43d36 --- /dev/null +++ b/domains/caleb.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "cjdenio", + "email": "", + "twitter": "CalebDenio" + }, + "repo": "https://github.com/cjdenio/site-frontend", + "record": { + "URL": "https://calebden.io" + } +} \ No newline at end of file diff --git a/domains/carlosgiralt.json b/domains/carlosgiralt.json new file mode 100644 index 000000000..9ab295532 --- /dev/null +++ b/domains/carlosgiralt.json @@ -0,0 +1,12 @@ +{ + "description": "code-a-bit", + "repo": "https://github.com/carlosgiralt/carlosgiralt.github.io", + "owner": { + "username": "carlosgiralt", + "email": "", + "twitter": "@cagiraltt" + }, + "record": { + "CNAME": "carlosgiralt.github.io" + } +} \ No newline at end of file diff --git a/domains/carmelo.json b/domains/carmelo.json new file mode 100644 index 000000000..f43014bbf --- /dev/null +++ b/domains/carmelo.json @@ -0,0 +1,12 @@ +{ + "description": "Carmelo Velardo", + "repo": "https://github.com/2dvisio/2dvisio.github.io", + "owner": { + "username": "2dvisio", + "email": "[name.lastname]@gmail.com", + "twitter": "2dvisio" + }, + "record": { + "CNAME": "2dvisio.github.io" + } +} diff --git a/domains/cartar.json b/domains/cartar.json new file mode 100644 index 000000000..c7fca2d6d --- /dev/null +++ b/domains/cartar.json @@ -0,0 +1,14 @@ +{ + "description": "Main domain for file server.", + "repo": "https://github.com/realCartar", + "owner": { + "username": "realCartar", + "email": "", + "twitter": "cartar0058" + }, + "record": { + "A": [ + "209.126.0.170" + ] + } +} diff --git a/domains/cgprograms.json b/domains/cgprograms.json new file mode 100644 index 000000000..5f99a11ac --- /dev/null +++ b/domains/cgprograms.json @@ -0,0 +1,11 @@ +{ + "description": "CompuGenius Programs creates programs and games to better the computer world.", + "repo": "https://github.com/CompuGenius/cgprograms", + "owner": { + "username": "compugenius", + "email": "github@cgprograms.com" + }, + "record": { + "URL": "https://cgprograms.com" + } +} \ No newline at end of file diff --git a/domains/charalampos.json b/domains/charalampos.json new file mode 100644 index 000000000..44e920564 --- /dev/null +++ b/domains/charalampos.json @@ -0,0 +1,11 @@ +{ + "description": "Redirection domain for my personal website", + "repo": "https://github.com/cfanoulis/fanoulis.dev", + "owner": { + "username": "cfanoulis", + "email": "domains@fanoulis.dev" + }, + "record": { + "URL": "https://fanoulis.dev" + } +} \ No newline at end of file diff --git a/domains/chitrashrigond.json b/domains/chitrashrigond.json new file mode 100644 index 000000000..48822d7d2 --- /dev/null +++ b/domains/chitrashrigond.json @@ -0,0 +1,11 @@ +{ + "description": "My portfolio", + "repo": "https://github.com/chitrashrigond/chitrashrigond.github.io", + "owner": { + "username": "chitrashrigond", + "email": "chaitragond@gmail.com" + }, + "record": { + "CNAME": "chitrashrigond.github.io" + } +} diff --git a/domains/cinnamonshrine.json b/domains/cinnamonshrine.json new file mode 100644 index 000000000..a51fd0ba4 --- /dev/null +++ b/domains/cinnamonshrine.json @@ -0,0 +1,12 @@ +{ + "description": "Main Pages", + "repo": "https://github.com/CinnamonShrine/CinnamonShrine.github.io", + "owner": { + "username": "CinnamonShrine", + "email": "marifbillah524@gmail.com", + "twitter": "CinnamonShrine" + }, + "record": { + "CNAME": "cinnamonshrine.github.io" + } +} \ No newline at end of file diff --git a/domains/cloudy.json b/domains/cloudy.json new file mode 100644 index 000000000..1ef1c1033 --- /dev/null +++ b/domains/cloudy.json @@ -0,0 +1,12 @@ +{ + "description": "Cloudy's Site", + "repo": "https://github.com/cloudysleet/cloudysleet.github.io/", + "owner": { + "username": "Cloudysleet", + "email": "cloudzareonsky@gmail.com", + "twitter": "@cloudysleet" + }, + "record": { + "CNAME": "cloudysleet.github.io" + } +} diff --git a/domains/codeshard.json b/domains/codeshard.json new file mode 100644 index 000000000..164e323ff --- /dev/null +++ b/domains/codeshard.json @@ -0,0 +1,11 @@ +{ + "description": "In a hole in the ground there lived a hobbit", + "repo": "https://github.com/codeshard/codeshard.github.io", + "owner": { + "username": "codeshard", + "email": "ozkar.garcell@gmail.com" + }, + "record": { + "CNAME": "codeshard.github.io" + } +} diff --git a/domains/cole.json b/domains/cole.json new file mode 100644 index 000000000..b772604f4 --- /dev/null +++ b/domains/cole.json @@ -0,0 +1,11 @@ +{ + "description": "Link to colewilson.xyz", + "repo": "https://github.com/cole-wilson/colewilson.xyz", + "owner": { + "username": "cole-wilson", + "email": "support@colewilson.xyz" + }, + "record": { + "URL": "https://colewilson.xyz" + } +} \ No newline at end of file diff --git a/domains/coolcodersj.json b/domains/coolcodersj.json new file mode 100644 index 000000000..00e3b7ce3 --- /dev/null +++ b/domains/coolcodersj.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "CoolCoderSJ", + "email": "CoolCoderSJ@gmail.com" + }, + "description": "Portfolio", + "record": { + "CNAME": "coolcodersj.github.io" + } +} \ No newline at end of file diff --git a/domains/cosmic.json b/domains/cosmic.json new file mode 100644 index 000000000..7bb9f4d2d --- /dev/null +++ b/domains/cosmic.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Cosmic6811", + "email": "jadenweong@gmail.com" + }, + "record": { + "CNAME": "20cd3f94-9e6c-425c-bb20-8a121e88cf78.repl.co" + } +} diff --git a/domains/cr.json b/domains/cr.json new file mode 100644 index 000000000..cdde9e447 --- /dev/null +++ b/domains/cr.json @@ -0,0 +1,11 @@ +{ + "description": "A Website For My API", + "repo": "https://github.com/joeleeofficial/", + "owner": { + "username": "joeleeofficial", + "email": "tojoeleeofficial@gmail.com" + }, + "record": { + "CNAME": "7b9fd2b3-d702-4577-bcbf-a1a529ad3f3d.repl.co" + } +} \ No newline at end of file diff --git a/domains/crispy.json b/domains/crispy.json new file mode 100644 index 000000000..e18a8c78c --- /dev/null +++ b/domains/crispy.json @@ -0,0 +1,11 @@ +{ + "description": "Crispy's Development Website", + "repo": "https://github.com/Crispy-Cream/Crispy", + "owner": { + "username": "Crispy-Cream", + "email": "crispy@vibebot.me" + }, + "record": { + "CNAME": "4453c438-a580-4334-ab7c-56e7844eb705.repl.co" + } +} diff --git a/domains/dadcuy.json b/domains/dadcuy.json new file mode 100644 index 000000000..718722149 --- /dev/null +++ b/domains/dadcuy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Dadcuy", + "email": "dadcuy@gmail.com" + }, + "record": { + "CNAME": "dadcuy.github.io" + } +} diff --git a/domains/daniel.json b/domains/daniel.json new file mode 100644 index 000000000..c0ab4a1fd --- /dev/null +++ b/domains/daniel.json @@ -0,0 +1,11 @@ +{ + "description": "Hello! My name is Daniel, I am a developer that has been programming since 2018. This website shows some of the things I have created.", + "owner": { + "username": "hackermondev", + "email": "", + "twitter": "hackermondev" + }, + "record": { + "CNAME": "318af994-03f3-4928-9b7b-80839057c74e.repl.co" + } +} \ No newline at end of file diff --git a/domains/danix.json b/domains/danix.json new file mode 100644 index 000000000..02b90b459 --- /dev/null +++ b/domains/danix.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Danix421", + "email": "danixdev421@gmail.com" + }, + "record": { + "CNAME": "danix421.github.io" + } +} diff --git a/domains/danterus.json b/domains/danterus.json new file mode 100644 index 000000000..0e5d3dc8e --- /dev/null +++ b/domains/danterus.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "danterusdev", + "email": "danterusdev@gmail.com" + }, + "record": { + "CNAME": "danterusdev.github.io" + } +} diff --git a/domains/david.json b/domains/david.json new file mode 100644 index 000000000..a16ffffc6 --- /dev/null +++ b/domains/david.json @@ -0,0 +1,11 @@ +{ + "description": "Student and developer in the United Kingdom.", + "repo": "https://github.com/davidjcralph", + "record": { + "URL": "https://davidjcralph.co.uk" + }, + "owner": { + "username": "davidjcralph", + "email": "me@davidjcralph.co.uk" + } +} \ No newline at end of file diff --git a/domains/deadshot.json b/domains/deadshot.json new file mode 100644 index 000000000..fedfa67f5 --- /dev/null +++ b/domains/deadshot.json @@ -0,0 +1,12 @@ +{ + "description": "My Official Website, Made with HTML5", + "repo": "https://github.com/deadshotofficial/deadshotofficial.github.io", + "owner": { + "username": "deadshotofficial", + "email": "raj.deadshot8888@gmail.com", + "twitter": "deadshot3r" + }, + "record": { + "CNAME": "deadshotofficial.github.io" + } +} \ No newline at end of file diff --git a/domains/deekshasharma.json b/domains/deekshasharma.json new file mode 100644 index 000000000..d2181e99e --- /dev/null +++ b/domains/deekshasharma.json @@ -0,0 +1,10 @@ +{ + "description": "Personal Portfolio", + "owner": { + "username": "Deeksha2501", + "email": "sharmadeeksha325@gmail.com" + }, + "record": { + "URL": "http://deekshasharma.vercel.app/" + } +} \ No newline at end of file diff --git a/domains/derpy.json b/domains/derpy.json deleted file mode 100644 index 5c7d38d7e..000000000 --- a/domains/derpy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Student and developer in the United Kingdom.", - "repo": "https://github.com/ohlookitsderpy", - "record": { - "URL": "https://derpyenterprises.org" - }, - "owner": { - "username": "ohlookitsderpy", - "email": "contact@derpyenterprises.org" - } -} \ No newline at end of file diff --git a/domains/detox.json b/domains/detox.json new file mode 100644 index 000000000..ac6cd4317 --- /dev/null +++ b/domains/detox.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/detox82517/detox82517.github.io", + "owner": { + "username": "Detox82517", + "email": "detox07@gmx.net" + }, + "record": { + "CNAME": "detox82517.github.io" + } +} diff --git a/domains/dev.json b/domains/dev.json new file mode 100644 index 000000000..d38e86931 --- /dev/null +++ b/domains/dev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gsdev215", + "email": "dev1050d2@gmail.com" + }, + "record": { + "CNAME": "gsdev215.github.io" + } +} diff --git a/domains/developerjosh.json b/domains/developerjosh.json new file mode 100644 index 000000000..db5fc7e8a --- /dev/null +++ b/domains/developerjosh.json @@ -0,0 +1,12 @@ +{ + "description": "A personal portfolio site for all my projects and commissions.", + "repo": "https://github.com/DeveloperJosh/Blue", + "owner": { + "username": "DeveloperJosh", + "email": "joshwells409@gmail.com", + "youtube": "godly-hosting" + }, + "record": { + "CNAME": "developerjosh.github.io" + } +} diff --git a/domains/dhanush.json b/domains/dhanush.json index 40caf33d6..067ffe583 100644 --- a/domains/dhanush.json +++ b/domains/dhanush.json @@ -9,4 +9,4 @@ "record": { "CNAME": "b1ackshadow.github.io" } -} +} \ No newline at end of file diff --git a/domains/didier.json b/domains/didier.json new file mode 100644 index 000000000..80a325470 --- /dev/null +++ b/domains/didier.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/didiermunezero/didierm", + "owner": { + "username": "didiermunezero", + "email": "didiermunezer38@gmail.com" + }, + "record": { + "URL": "https://munezero.me" + } +} \ No newline at end of file diff --git a/domains/dillonb07.json b/domains/dillonb07.json new file mode 100644 index 000000000..5d7ba01f3 --- /dev/null +++ b/domains/dillonb07.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio of projects for DillonB07", + "repo": "https://replit.com/@DillonB07/Portfolio", + "owner": { + "username": "dbarnes18", + "email": "dillonbarnes07@gmail.com" + }, + "record": { + "CNAME": "54e62c47-7410-486b-aa0c-87691baac336.repl.co" + } +} diff --git a/domains/dooly.json b/domains/dooly.json new file mode 100644 index 000000000..5dab3241e --- /dev/null +++ b/domains/dooly.json @@ -0,0 +1,12 @@ +{ + "Dooly": "Dooly is a Dev.", + "repo": "https://github.com/entry0917/doolyweb/", + "owner": { + "username": "entry0917", + "email": "seeun0917@naver.com", + "twitter": "sense09173" + }, + "record": { + "CNAME": "entry0917.github.io" + } +} \ No newline at end of file diff --git a/domains/drago.json b/domains/drago.json new file mode 100644 index 000000000..04e3f5f90 --- /dev/null +++ b/domains/drago.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/Drago-Dev24/Drago-Dev24.github.io", + "owner": { + "username": "Drago-Dev24", + "email": "blueldrago@gmail.com" + }, + "record": { + "CNAME": "drago-dev24.github.io" + } +} diff --git a/domains/drish-xd.json b/domains/drish-xd.json new file mode 100644 index 000000000..55a94e8ee --- /dev/null +++ b/domains/drish-xd.json @@ -0,0 +1,11 @@ +{ + "description": "Drish | Portfolio", + "repo": "https://github.com/Drish-xD/Drish-xD.github.io", + "owner": { + "username": "Drish-xD", + "email": "drish.xd@gmail.com" + }, + "record": { + "CNAME": "drish-xd.github.io" + } +} diff --git a/domains/dsaw.json b/domains/dsaw.json index 5b2ea128c..20b550e43 100644 --- a/domains/dsaw.json +++ b/domains/dsaw.json @@ -8,4 +8,4 @@ "record": { "CNAME": "dsaw.github.io" } -} +} \ No newline at end of file diff --git a/domains/dumkalpoly.json b/domains/dumkalpoly.json new file mode 100644 index 000000000..632132902 --- /dev/null +++ b/domains/dumkalpoly.json @@ -0,0 +1,12 @@ + +{ + "description": "Educational Website", + "repo": "https://github.com/dumkalpoly/dumkalpoly.github.io", + "owner": { + "username": "dumkalpoly", + "email": "dumkalpoly@yahoo.com" + }, + "record": { + "CNAME": "dumkalpoly.github.io" + } +} diff --git a/domains/dwii.json b/domains/dwii.json index 5b59677bc..92e8eb2da 100644 --- a/domains/dwii.json +++ b/domains/dwii.json @@ -1,11 +1,11 @@ { "description": "DwiiUnknown is a dev.", - "repo": "https://github.com/ItzMeDwii/dwii.me", + "repo": "https://github.com/ItzMeDwii/dwii", "owner": { "username": "ItzMeDwii", - "email": "dwii5359@azalelnation.com" + "email": "dwiiunknown@gmail.com" }, "record": { - "URL": "https://github.com/ItzMeDwii" + "URL": "https://dwii.my.id/" } } \ No newline at end of file diff --git a/domains/dydestroyer.json b/domains/dydestroyer.json new file mode 100644 index 000000000..27826914b --- /dev/null +++ b/domains/dydestroyer.json @@ -0,0 +1,12 @@ +{ + "description": "DyDestroyer's github pages site, do not expect much at all", + "repo": "https://github.com/DyDestroyer1027/DyDestroyer1027.github.io", + "owner": { + "username": "DyDestroyer1027", + "email": "", + "discord": "dydestroyer#1027" + }, + "record": { + "CNAME": "dydestroyer1027.github.io" + } +} diff --git a/domains/dylan.json b/domains/dylan.json new file mode 100644 index 000000000..3158e7d35 --- /dev/null +++ b/domains/dylan.json @@ -0,0 +1,11 @@ +{ + "description": "This will soon be a dev portfolio for myself :)", + "repo": "https://github.com/dylanjamesdev", + "owner": { + "username": "dylanjamesdev", + "email": "dylan@tritan.gg" + }, + "record": { + "URL": "https://gitlab.com/team-tritan" + } +} \ No newline at end of file diff --git a/domains/eddy.json b/domains/eddy.json new file mode 100644 index 000000000..857f948e2 --- /dev/null +++ b/domains/eddy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "331leo", + "email": "331leo@kakao.com" + }, + "record": { + "CNAME": "dev.is.eddy.leok.kr" + } +} \ No newline at end of file diff --git a/domains/el2zay.json b/domains/el2zay.json new file mode 100644 index 000000000..5c642e8fa --- /dev/null +++ b/domains/el2zay.json @@ -0,0 +1,13 @@ +{ + "description": "Bienvenue sur le site de el2zay ici vous pourrez trouver des informations sur moi ainsi que mes projets.", + "repo": "https://github.com/el2zay/el2zay.github.io", + "owner": { + "username": "el2zay", + "email": "el2zay.contact@gmail.com", + "twitter": "el2zay", + "discord": "el2zay#1234" + }, + "record": { + "CNAME": "el2zay.github.io" + } +} diff --git a/domains/ella.json b/domains/ella.json new file mode 100644 index 000000000..68471ae1b --- /dev/null +++ b/domains/ella.json @@ -0,0 +1,11 @@ +{ + "description": "Ella's Portfolio", + "repo": "https://github.com/eilla1/ella.is-a.dev-redirect", + "owner": { + "username": "eilla1", + "email": "exu6056@gmail.com" + }, + "record": { + "CNAME": "eilla1.github.io" + } +} \ No newline at end of file diff --git a/domains/emma.json b/domains/emma.json new file mode 100644 index 000000000..7cf87bfea --- /dev/null +++ b/domains/emma.json @@ -0,0 +1,11 @@ +{ + "description": "Emmaffle's Site - memorable redirect", + "repo": "https://github.com/wafflecoffee/waffle.coffee", + "owner": { + "username": "wafflecoffee", + "email": "emma@waffle.coffee" + }, + "record": { + "CNAME": "waffle.coffee" + } +} \ No newline at end of file diff --git a/domains/evan.json b/domains/evan.json new file mode 100644 index 000000000..0cabc342e --- /dev/null +++ b/domains/evan.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio", + "repo": "https://github.com/GeopJr/geopjr.dev", + "owner": { + "username": "GeopJr", + "email": "domains@geopjr.dev" + }, + "record": { + "URL": "https://geopjr.dev" + } +} diff --git a/domains/everyone.json b/domains/everyone.json new file mode 100644 index 000000000..1e5b58386 --- /dev/null +++ b/domains/everyone.json @@ -0,0 +1,12 @@ +{ + "description": "Image / Video host.", + "repo": "https://github.com/tootie112", + "owner": { + "username": "tootie112", + "email": "", + "discord": "Io.Netty#3118" + }, + "record": { + "CNAME": "api.has-cool.pics" + } +} diff --git a/domains/fabiancrx.json b/domains/fabiancrx.json new file mode 100644 index 000000000..14a20ee9e --- /dev/null +++ b/domains/fabiancrx.json @@ -0,0 +1,11 @@ +{ + "description": "home/croxx", + "repo": "https://github.com/fabiancrx/fabiancrx.github.io", + "owner": { + "username": "fabiancrx", + "email": "croxx5f@gmail.com" + }, + "record": { + "CNAME": "fabiancrx.github.io" + } +} \ No newline at end of file diff --git a/domains/faiz.json b/domains/faiz.json new file mode 100644 index 000000000..a2b5fa68a --- /dev/null +++ b/domains/faiz.json @@ -0,0 +1,11 @@ +{ + "description": "faizath.github.io", + "repo": "https://github.com/faizath/faizath.github.io", + "owner": { + "username": "faizath", + "email": "faiz@ctemplar.com" + }, + "record": { + "CNAME": "faizath.github.io" + } +} diff --git a/domains/faris0520.json b/domains/faris0520.json new file mode 100644 index 000000000..ce6fa58bd --- /dev/null +++ b/domains/faris0520.json @@ -0,0 +1,11 @@ +{ + "description": "Just My Personal Website", + "owner": { + "username": "Faris0520", + "email": "", + "twitter": "Faris0520" + }, + "record": { + "CNAME": "glitch.edgeapp.net" + } +} \ No newline at end of file diff --git a/domains/fatgrizzly.json b/domains/fatgrizzly.json new file mode 100644 index 000000000..ab2840978 --- /dev/null +++ b/domains/fatgrizzly.json @@ -0,0 +1,14 @@ +{ + "description": "personal website ", + "repo": "https://github.com/fatgrizzly", + "owner": { + "username": "fatgrizzly", + "email": "soundar@secret.fyi" + }, + "record": { + "A": [ + "89.163.215.190", + "89.163.215.211" + ] + } +} \ No newline at end of file diff --git a/domains/filip769.json b/domains/filip769.json new file mode 100644 index 000000000..a87d5f6bc --- /dev/null +++ b/domains/filip769.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website", + "repo": "https://github.com/filip-769", + "owner": { + "username": "filip-769", + "email": "filipdev769@gmail.com" + }, + "record": { + "CNAME": "web-1.hostnow.cz" + } +} diff --git a/domains/fireredz.json b/domains/fireredz.json new file mode 100644 index 000000000..3af80df38 --- /dev/null +++ b/domains/fireredz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username":"rosenishere", + "email":"", + "twitter":"rosenishere" + }, + "record": { + "URL":"https://rosenishere.github.io/fireredzsite/" + } +} diff --git a/domains/fityan.json b/domains/fityan.json deleted file mode 100644 index efb26e577..000000000 --- a/domains/fityan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Fityan Azizi's portofolio website", - "repo": "https://github.com/fityanazizi/fityanazizi.github.io", - "owner": { - "username": "fityanazizi", - "email": "ftyns57@gmail.com" - }, - "record": { - "CNAME": "fityanazizi.rf.gd" - } -} \ No newline at end of file diff --git a/domains/flexico.json b/domains/flexico.json new file mode 100644 index 000000000..0e075ee80 --- /dev/null +++ b/domains/flexico.json @@ -0,0 +1,11 @@ +{ + "description": "Flexicos website", + "repo": "https://github.com/7xh/7xh.github.io", + "owner": { + "username": "7xh", + "email": "noterme@protonmail.com" + }, + "record": { + "CNAME": "7xh.github.io" + } +} \ No newline at end of file diff --git a/domains/fluted.json b/domains/fluted.json new file mode 100644 index 000000000..23dd373cd --- /dev/null +++ b/domains/fluted.json @@ -0,0 +1,12 @@ +{ + "description": "fluted.is-a-dev", + "repo": "https://github.com/fluteds/fluteds.github.io", + "owner": { + "username": "fluteds", + "email": "", + "twitter": "fluted_" + }, + "record": { + "CNAME": "fluted.xyz" + } +} \ No newline at end of file diff --git a/domains/fonts.json b/domains/fonts.json new file mode 100644 index 000000000..b46dce324 --- /dev/null +++ b/domains/fonts.json @@ -0,0 +1,12 @@ +{ + "description": "Fonts for is-a.dev", + "repo": "https://github.com/mtgsquad/is-a-dev-fonts", + "owner": { + "username": "mtgsquad", + "email": "mtgsquad.dev@protonmail.com", + "twitter": "mtgsquad_dev" + }, + "record": { + "CNAME": "is-a-dev-fonts.pages.dev" + } +} diff --git a/domains/freehuntx.json b/domains/freehuntx.json new file mode 100644 index 000000000..5d0815d12 --- /dev/null +++ b/domains/freehuntx.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "FreehuntX", + "email": "", + "twitter": "https://twitter.com/freehuntx" + }, + "record": { + "URL": "https://freehuntx.github.io/freehunt-webpage" + } +} diff --git a/domains/frissyn.json b/domains/frissyn.json new file mode 100644 index 000000000..918b3876d --- /dev/null +++ b/domains/frissyn.json @@ -0,0 +1,13 @@ +{ + "description": "Personal website and portfolio.", + "repo": "https://replit.com/@frissyn/frissyn", + "owner": { + "username": "frissyn", + "email": "", + "twitter": "frissyn_", + "discord": "frissyn#0376" + }, + "record": { + "CNAME": "d464aec0-5048-4724-9ac8-b797ee2bf2a7.id.repl.co" + } +} \ No newline at end of file diff --git a/domains/fsanchir.json b/domains/fsanchir.json new file mode 100644 index 000000000..da71ff923 --- /dev/null +++ b/domains/fsanchir.json @@ -0,0 +1,12 @@ +{ + "description": "FSanchir", + "repo": "https://github.com/fsanchir/fsanchir.github.io", + "owner": { + "username": "fsanchir", + "email": "fsanchir@fsip.ml", + "twitter": "None!" + }, + "record": { + "CNAME": "fsanchir.github.io" + } +} \ No newline at end of file diff --git a/domains/geopjr.json b/domains/geopjr.json new file mode 100644 index 000000000..0cabc342e --- /dev/null +++ b/domains/geopjr.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio", + "repo": "https://github.com/GeopJr/geopjr.dev", + "owner": { + "username": "GeopJr", + "email": "domains@geopjr.dev" + }, + "record": { + "URL": "https://geopjr.dev" + } +} diff --git a/domains/gifaldyazka.json b/domains/gifaldyazka.json new file mode 100644 index 000000000..3493f8b6d --- /dev/null +++ b/domains/gifaldyazka.json @@ -0,0 +1,11 @@ +{ + "description": "Just my personal website", + "repo": "https://github.com/gifaldyazkaa/gifaldyazkaa.github.io", + "owner": { + "username": "gifaldyazkaa", + "email": "official.gifaldy@gmail.com" + }, + "record": { + "CNAME": "gifaldyazkaa.github.io" + } +} diff --git a/domains/gingdev.json b/domains/gingdev.json index 58f238bfa..4ddafcf2a 100644 --- a/domains/gingdev.json +++ b/domains/gingdev.json @@ -7,7 +7,7 @@ }, "record": { "A": [ - "204.246.56.80" + "192.243.108.102" ] } -} +} \ No newline at end of file diff --git a/domains/girigummadi.json b/domains/girigummadi.json index b23cfb467..5a5430e21 100644 --- a/domains/girigummadi.json +++ b/domains/girigummadi.json @@ -1,11 +1,11 @@ -{ - "description": "My Personal Website", - "repo": "https://github.com/GiriGummadi", - "owner": { - "username": "GiriGummadi", - "email": "girigummadi5656@gmail.com" - }, - "record": { - "CNAME": "girigummadi.github.io" - } -} +{ + "description": "My Personal Website", + "repo": "https://github.com/GiriGummadi", + "owner": { + "username": "GiriGummadi", + "email": "girigummadi5656@gmail.com" + }, + "record": { + "CNAME": "girigummadi.github.io" + } +} \ No newline at end of file diff --git a/domains/gorkem.json b/domains/gorkem.json new file mode 100644 index 000000000..5d6982cf8 --- /dev/null +++ b/domains/gorkem.json @@ -0,0 +1,11 @@ +{ + "description": "Görkem's Website", + "repo": "https://github.com/gorkeem/gorkeem.github.io", + "owner": { + "username": "gorkeem", + "email": "gorkemy000@gmail.com" + }, + "record": { + "CNAME": "gorkeem.github.io" + } +} diff --git a/domains/he.json b/domains/he.json new file mode 100644 index 000000000..854e11488 --- /dev/null +++ b/domains/he.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "lucidwave", + "email": "", + "twitter": "Pumao3" + }, + "record": { + "URL": "https://x3.lol" + } +} \ No newline at end of file diff --git a/domains/hikaru.json b/domains/hikaru.json new file mode 100644 index 000000000..232cadd01 --- /dev/null +++ b/domains/hikaru.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/hikaruisasleep/hikaruisasleep.github.io", + "owner": { + "username": "hikaruisasleep", + "email": "benayaj.2004@gmail.com", + "discord": "hikaruisasleep#0240" + }, + "record": { + "CNAME": "hikaruisasleep.github.io" + } +} diff --git a/domains/hugovidafe.json b/domains/hugovidafe.json new file mode 100644 index 000000000..489432e97 --- /dev/null +++ b/domains/hugovidafe.json @@ -0,0 +1,12 @@ +{ + "description": "Hugovidafe's website", + "repo": "https://github.com/Hugovidafe-OSS", + "owner": { + "username": "Hugovidafe", + "email": "hugo.vidal.ferre@gmail.com", + "twitter": "Hugovidafe" + }, + "record": { + "CNAME": "hugovidafe.myddns.me" + } +} diff --git a/domains/hyena.json b/domains/hyena.json new file mode 100644 index 000000000..3480d0a87 --- /dev/null +++ b/domains/hyena.json @@ -0,0 +1,11 @@ +{ + "description": "hagen's portfolio", + "repo": "https://github.com/MrGriefs/hyena.gay", + "owner": { + "username": "MrGriefs", + "email": "hagen@paw.bot" + }, + "record": { + "URL": "https://hyena.gay/" + } +} diff --git a/domains/hzmi.json b/domains/hzmi.json index 0fcb7ee76..ba5242613 100644 --- a/domains/hzmi.json +++ b/domains/hzmi.json @@ -6,6 +6,6 @@ "email": "contact@hzmi.xyz" }, "record": { - "URL": "https://hzmi.me" + "URL": "https://hzmi.xyz" } -} \ No newline at end of file +} diff --git a/domains/iamsdas.json b/domains/iamsdas.json new file mode 100644 index 000000000..af46624d3 --- /dev/null +++ b/domains/iamsdas.json @@ -0,0 +1,10 @@ +{ + "description": "iamsdas's personal portfolio website", + "owner": { + "username": "iamsdas", + "email": "suryashankardas.2002@gmail.com" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } +} diff --git a/domains/ibrahim.json b/domains/ibrahim.json new file mode 100644 index 000000000..22a80eef1 --- /dev/null +++ b/domains/ibrahim.json @@ -0,0 +1,11 @@ +{ + "description": "ibrahim's personal developer website.", + "repo": "https://github.com/ibrahimdevx", + "owner": { + "username": "ibrahimdev", + "email": "ibrahimimran@northsixty.com" + }, + "record": { + "CNAME": "ibrahimdevx.github.io" + } +} diff --git a/domains/ice.json b/domains/ice.json new file mode 100644 index 000000000..75b778728 --- /dev/null +++ b/domains/ice.json @@ -0,0 +1,11 @@ +{ + "description": "Ice's personal developer website", + "repo": "https://github.com/u0f/u0f.github.io", + "owner": { + "username": "u0f", + "email": "ice.dev1234@gmail.com" + }, + "record": { + "CNAME": "u0f.github.io" + } +} diff --git a/domains/ionetty.json b/domains/ionetty.json new file mode 100644 index 000000000..b1f7a788c --- /dev/null +++ b/domains/ionetty.json @@ -0,0 +1,14 @@ +{ + "description": "Minecraft server n such.", + "repo": "https://github.com/tootie112", + "owner": { + "username": "tootie112", + "email": "", + "discord": "Io.Netty#3118" + }, + "record": { + "A": [ + "65.21.160.210" + ] + } +} diff --git a/domains/iop3.json b/domains/iop3.json new file mode 100644 index 000000000..f7cc36336 --- /dev/null +++ b/domains/iop3.json @@ -0,0 +1,11 @@ +{ + "description": "my website :)", + "repo": "https://github.com/iop3/iop3.github.io", + "owner": { + "username": "iop3", + "email": "iop3.is.epic@gmail.com" + }, + "record": { + "CNAME": "iop3.github.io" + } +} diff --git a/domains/irumvanselme.json b/domains/irumvanselme.json new file mode 100644 index 000000000..d0f9d7684 --- /dev/null +++ b/domains/irumvanselme.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "irumvanselme", + "email": "andesanselme@gmail.com" + }, + "repo": "irumvanselme.github.io", + "record": { + "CNAME": "irumvanselme.github.io" + } +} diff --git a/domains/ish.json b/domains/ish.json new file mode 100644 index 000000000..1a684ee03 --- /dev/null +++ b/domains/ish.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "iamblueish", + "email": "hey@blueish.gq" + }, + "record": { + "CNAME": "dev.blueish.gq" + } +} \ No newline at end of file diff --git a/domains/ishaanmehta.json b/domains/ishaanmehta.json new file mode 100644 index 000000000..1b79ce19c --- /dev/null +++ b/domains/ishaanmehta.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio for Ishaan Mehta (IIIT Surat)", + "repo": "https://github.com/ishaanmehta4/portfolio", + "owner": { + "username": "ishaanmehta4", + "email": "ishaanmehta4@gmail.com" + }, + "record": { + "URL": "https://github.com/ishaanmehta4" + } +} \ No newline at end of file diff --git a/domains/jamig.json b/domains/jamig.json new file mode 100644 index 000000000..8d1540267 --- /dev/null +++ b/domains/jamig.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jamig7", + "email": "jamigseven@gmail.com" + }, + "record": { + "CNAME": "jamig7.github.io" + } +} diff --git a/domains/jayy.json b/domains/jayy.json new file mode 100644 index 000000000..4165545d8 --- /dev/null +++ b/domains/jayy.json @@ -0,0 +1,12 @@ +{ + "description": "My small little dev page thingy", + "repo": "https://github.com/fiskdk/jayy", + "owner": { + "username": "fiskdk", + "email": "jayyisdev@gmail.com", + "twitter": "dont-use-twitter" + }, + "record": { + "CNAME": "fiskdk.github.io" + } +} diff --git a/domains/jbyt27.json b/domains/jbyt27.json new file mode 100644 index 000000000..034fd8b11 --- /dev/null +++ b/domains/jbyt27.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JBYT27", + "email": "beol0127@gmail.com" + }, + "record": { + "URL": "https://jbyt27.jbloves27.repl.co" + } +} \ No newline at end of file diff --git a/domains/jeel.json b/domains/jeel.json new file mode 100644 index 000000000..840c664a2 --- /dev/null +++ b/domains/jeel.json @@ -0,0 +1,12 @@ +{ + "description": "Jeel's portfolio website", + "repo": "https://github.com/jeelpatel1612", + "owner": { + "username": "jeelpatel1612", + "email": "", + "twitter": "__j_e_e_l__" + }, + "record": { + "URL": "https://jeelpatel.netlify.app/" + } +} \ No newline at end of file diff --git a/domains/jeffrey.json b/domains/jeffrey.json index 42bd6261c..414306dc2 100644 --- a/domains/jeffrey.json +++ b/domains/jeffrey.json @@ -1,11 +1,11 @@ { "description": "This website is a link to my personal developer portfolio.", - "repo": "https://github.com/SquarePear/jeffreyharmon.me", + "repo": "https://github.com/SquarePear/personal-site", "owner": { "username": "SquarePear", "email": "jeffrey@reygames.com" }, "record": { - "URL": "https://jeffreyharmon.me/" + "URL": "https://jeffreyharmon.dev/" } -} \ No newline at end of file +} diff --git a/domains/jj.json b/domains/jj.json new file mode 100644 index 000000000..9c5389640 --- /dev/null +++ b/domains/jj.json @@ -0,0 +1,11 @@ +{ + "description": "TheBotlyNoob's development website", + "repo": "https://github.com/TheBotlyNoob/TheBotlyNoob.github.io", + "owner": { + "username": "TheBotlyNoob", + "email": "TheBotlyNoob@gmail.com" + }, + "record": { + "URL": "https://j-j.vercel.app" + } +} diff --git a/domains/johan-stickman.json b/domains/johan-stickman.json new file mode 100644 index 000000000..4f7d886eb --- /dev/null +++ b/domains/johan-stickman.json @@ -0,0 +1,13 @@ +{ + "description": "My personal website", + "repo": "hhttps://github.com/johan-perso/johan-perso.github.io", + "owner": { + "username": "johan-perso", + "email": "", + "twitter": "Johan_Stickman", + "discord": "Johan#8021" + }, + "record": { + "CNAME": "johan-perso.github.io" + } +} diff --git a/domains/johansansebastian.json b/domains/johansansebastian.json new file mode 100644 index 000000000..5324a00d7 --- /dev/null +++ b/domains/johansansebastian.json @@ -0,0 +1,11 @@ +{ + "description": "Johan's personal developer website", + "repo": "https://github.com/JohanSanSebastian.github.io", + "owner": { + "username": "JohanSanSebastian", + "email": "johansanju06@gmail.com" + }, + "record": { + "CNAME": "JohanSanSebastian.github.io" + } +} \ No newline at end of file diff --git a/domains/john.json b/domains/john.json new file mode 100644 index 000000000..59e3bd724 --- /dev/null +++ b/domains/john.json @@ -0,0 +1,12 @@ +{ + "description": "John Peterson's personal development page.", + "repo": "https://github.com/majesticturtlejp/majesticturtlejp.github.io", + "owner": { + "username": "majesticturtlejp", + "email": "johnp5419@gmail.com", + "instagram": "johnp5419" + }, + "record": { + "CNAME": "majesticturtlejp.github.io" + } + } \ No newline at end of file diff --git a/domains/joker.json b/domains/joker.json new file mode 100644 index 000000000..89215140c --- /dev/null +++ b/domains/joker.json @@ -0,0 +1,14 @@ +{ + "description": "Personal portfolio website of joker", + "repo": "https://github.com/JoKeRxTD", + "owner": { + "username": "JoKeRxTD", + "email": "joker@mythbot.org", + "twitter": "https://twitter.com/JoKeRxHD" + }, + "record": { + "A": [ + "178.239.172.43" + ] + } + } \ No newline at end of file diff --git a/domains/json.json b/domains/json.json new file mode 100644 index 000000000..e2787e675 --- /dev/null +++ b/domains/json.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "jasonappah", + "email": "isadev@jasonaa.me", + "twitter": "jasonaa_" + }, + "record": { + "URL": "https://jasonaa.me/" + } +} \ No newline at end of file diff --git a/domains/juanjo.json b/domains/juanjo.json new file mode 100644 index 000000000..d2405eae9 --- /dev/null +++ b/domains/juanjo.json @@ -0,0 +1,11 @@ +{ + "description": "Juanjo personal developer website", + "repo": "https://github.com/string-null/string-null.github.io", + "owner": { + "username": "string-null", + "email": "null0x22@protonmail.com" + }, + "record": { + "CNAME": "string-null.github.io" + } +} diff --git a/domains/kagchi.json b/domains/kagchi.json new file mode 100644 index 000000000..5adbcc6b0 --- /dev/null +++ b/domains/kagchi.json @@ -0,0 +1,11 @@ +{ + "description": "KagChi's Personal Website", + "repo": "https://github.com/KagChi", + "owner": { + "username": "KagChi", + "email": "contact@kagchi.my.id" + }, + "record": { + "URL": "https://kagchi.my.id" + } +} diff --git a/domains/kai.json b/domains/kai.json index fe6b819d3..e0bded31a 100644 --- a/domains/kai.json +++ b/domains/kai.json @@ -8,4 +8,4 @@ "record": { "CNAME": "blackaimc.github.io" } -} +} \ No newline at end of file diff --git a/domains/kartik.json b/domains/kartik.json new file mode 100644 index 000000000..14f0b1553 --- /dev/null +++ b/domains/kartik.json @@ -0,0 +1,11 @@ +{ + "description": "Kartik's website", + "repo": "https://github.com/kartiktalwar2003/kartiktalwar2003.github.io", + "owner": { + "username": "kartiktalwar2003", + "email": "kartiktalwar2003@gmail.com" + }, + "record": { + "CNAME": "kartiktalwar2003.github.io" + } +} \ No newline at end of file diff --git a/domains/kaweees.json b/domains/kaweees.json new file mode 100644 index 000000000..5e0ee081e --- /dev/null +++ b/domains/kaweees.json @@ -0,0 +1,11 @@ +{ + "description": "Kaweees is a Dev", + "repo": "https://github.com/Kaweees/is-a-dev", + "owner": { + "username": "Kaweees", + "email": "miguelvillafloran@gmail.com" + }, + "record": { + "CNAME": "kaweees.github.io" + } +} diff --git a/domains/kckarnige.json b/domains/kckarnige.json new file mode 100644 index 000000000..fa0c416fb --- /dev/null +++ b/domains/kckarnige.json @@ -0,0 +1,12 @@ +{ + "description": "KayoticCarnige is a dev", + "repo": "https://github.com/kckarnige/kckarnige.github.io", + "owner": { + "username": "kckarnige", + "email": "kayos156official@gmail.com", + "twitter": "kckarnige" + }, + "record": { + "CNAME": "kckarnige.github.io" + } +} diff --git a/domains/kenney.json b/domains/kenney.json new file mode 100644 index 000000000..b26b86938 --- /dev/null +++ b/domains/kenney.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kendofriendo", + "email": "goadke@g.cofc.edu" + }, + "record": { + "CNAME": "hashnode.network" + } +} diff --git a/domains/killua.json b/domains/killua.json new file mode 100644 index 000000000..8db9518a7 --- /dev/null +++ b/domains/killua.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Page", + "repo": "https://github.com/Killua7362/Killua7362.github.io", + "owner": { + "username": "Killua7362", + "email": "bhat7362@gmail.com" + }, + "record": { + "CNAME": "Killua7362.github.io" + } +} + diff --git a/domains/kitten.json b/domains/kitten.json new file mode 100644 index 000000000..91b7f7b3c --- /dev/null +++ b/domains/kitten.json @@ -0,0 +1,11 @@ +{ + "description": "a cool website", + "repo": "https://github.com/KittensAreDaBest/main-site", + "owner": { + "username": "KittensAreDaBest", + "email": "is-a-dev@mythicalkitten.com" + }, + "record": { + "CNAME": "srv02.mythicalkitten.com" + } +} \ No newline at end of file diff --git a/domains/koolwiza.json b/domains/koolwiza.json new file mode 100644 index 000000000..63344fe26 --- /dev/null +++ b/domains/koolwiza.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Koolwiza", + "email": "koolwiza@gmail.com" + }, + "description": "Just a cool subdomain to have :)", + "repo": "https://www.github.com/Koolwiza", + "record": { + "CNAME": "koolwiza.github.io" + } +} \ No newline at end of file diff --git a/domains/kyle.json b/domains/kyle.json new file mode 100644 index 000000000..e295d03d6 --- /dev/null +++ b/domains/kyle.json @@ -0,0 +1,10 @@ +{ + "description": "My CDN", + "owner": { + "username": "JavaScriptpy", + "email": "zerotwo.on.discord@gmail.com" + }, + "record": { + "CNAME": "4610390a-31b4-45f7-9a4a-4c75e28ecfbd.repl.co" + } +} \ No newline at end of file diff --git a/domains/l0ser.json b/domains/l0ser.json new file mode 100644 index 000000000..ec23bf19e --- /dev/null +++ b/domains/l0ser.json @@ -0,0 +1,11 @@ +{ + "description": "L0SER's personal developer website", + "repo": "https://github.com/L0SER8228", + "owner": { + "username": "L0SER8228", + "email": "loserlackey@gmail.com" + }, + "record": { + "CNAME": "L0SER8228.github.io" + } +} \ No newline at end of file diff --git a/domains/lazycoder.json b/domains/lazycoder.json new file mode 100644 index 000000000..f5ad1cece --- /dev/null +++ b/domains/lazycoder.json @@ -0,0 +1,11 @@ +{ + "description": "Saiful Personal Website", + "repo": "https://github.com/saifulppro/lazycoder", + "owner": { + "username": "saifulppro", + "email": "saifulp4200@gmail.com" + }, + "record": { + "CNAME": "lazycoder.pages.dev" + } +} \ No newline at end of file diff --git a/domains/lazyllama.json b/domains/lazyllama.json new file mode 100644 index 000000000..9db79af66 --- /dev/null +++ b/domains/lazyllama.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hapyllama", + "email": "kws102522@gmail.com" + }, + "record": { + "CNAME": "hapyllama.github.io" + } +} diff --git a/domains/lejhand.json b/domains/lejhand.json new file mode 100644 index 000000000..0ca4935ea --- /dev/null +++ b/domains/lejhand.json @@ -0,0 +1,11 @@ +{ + "description": "This is lejhands portfolio website with info and github and npm portfolio too", + "repo": "https://github.com/LejhandGamingYT", + "owner": { + "username": "LejhandGamingYT", + "email": "dhruvbhanushali5621@gmail.com" + }, + "record": { + "CNAME": "dazzling-williams-9e8070.netlify.app" + } +} \ No newline at end of file diff --git a/domains/lellis.json b/domains/lellis.json new file mode 100644 index 000000000..645179537 --- /dev/null +++ b/domains/lellis.json @@ -0,0 +1,11 @@ +{ + "description": "a cool subdomain", + "repo": "https://github.com/LellisV2", + "owner": { + "username": "LellisV2", + "email": "me@lellis.xyz" + }, + "record": { + "CNAME": "root.dev.lellis.ga" + } +} diff --git a/domains/levi.json b/domains/levi.json new file mode 100644 index 000000000..bf87389dc --- /dev/null +++ b/domains/levi.json @@ -0,0 +1,12 @@ +{ + "description": "Leví Arista Resume", + "repo": "https://github.com/leviarista/resume", + "owner": { + "username": "leviarista", + "email": "levi.arista@gmail.com", + "twitter": "leviarista" + }, + "record": { + "URL": "https://leviarista.github.io/resume/" + } +} \ No newline at end of file diff --git a/domains/levprograming.json b/domains/levprograming.json new file mode 100644 index 000000000..ae0e15833 --- /dev/null +++ b/domains/levprograming.json @@ -0,0 +1,11 @@ +{ + "description": "LevPrograming", + "repo": "https://github.com/double-square", + "owner": { + "username": "double-square", + "email": "doublesquare@protonmail.com " + }, + "record": { + "CNAME": "levprograming-9cs5i.ondigitalocean.app" + } +} diff --git a/domains/light.json b/domains/light.json new file mode 100644 index 000000000..eb5ad589c --- /dev/null +++ b/domains/light.json @@ -0,0 +1,11 @@ +{ + "description": "LightClient", + "repo": "https://github.com/evazevolt/LightClient", + "owner": { + "username": "Voltage", + "email": "Voltagenesis@outlook.com" + }, + "record": { + "CNAME": "evazevolt.github.io" + } +} diff --git a/domains/link.json b/domains/link.json new file mode 100644 index 000000000..37f102b74 --- /dev/null +++ b/domains/link.json @@ -0,0 +1,11 @@ +{ + "description": "( A redirect link ) Url's Overview", + "repo": "https://github.com/leecheeyong/leecheeyong", + "owner": { + "username": "leecheeyong", + "email": "tribejoe.gg@gmail.com" + }, + "record": { + "URL": "https://links.is-a.dev" + } +} diff --git a/domains/links.json b/domains/links.json new file mode 100644 index 000000000..7dd55ac4e --- /dev/null +++ b/domains/links.json @@ -0,0 +1,11 @@ +{ + "description": "Url's Overview", + "repo": "https://github.com/leecheeyong/leecheeyong", + "owner": { + "username": "leecheeyong", + "email": "tribejoe.gg@gmail.com" + }, + "record": { + "CNAME": "3393f496-d1a6-4633-a49d-b46cb0229417.repl.co" + } +} diff --git a/domains/login-brawley.json b/domains/login-brawley.json new file mode 100644 index 000000000..dd25aed39 --- /dev/null +++ b/domains/login-brawley.json @@ -0,0 +1,11 @@ +{ + "description": "login page for my discord bot", + "repo": "https://github.com/teamjoelee/me", + "owner": { + "username": "brawlie", + "email": "tojoeleeofficial@gmail.com" + }, + "record": { + "CNAME": "69cfaa0c-dc64-4aae-8038-3d5e8bd27073.repl.co" + } +} diff --git a/domains/lol.json b/domains/lol.json new file mode 100644 index 000000000..6cdd768d5 --- /dev/null +++ b/domains/lol.json @@ -0,0 +1,11 @@ +{ + "description": "lol is a dev", + "repo": "https://github.com/codingjlu/codingjlu.github.io", + "owner": { + "username": "codingjlu", + "email": "20472547@fhda.edu" + }, + "record": { + "CNAME": "codingjlu.github.io" + } +} diff --git a/domains/lthon09.json b/domains/lthon09.json new file mode 100644 index 000000000..0ddea91ed --- /dev/null +++ b/domains/lthon09.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website", + "repo": "", + "owner": { + "username": "lthon09", + "email": "", + "twitter": "lthon09" + }, + "record": { + "CNAME": "a2e619e5-4084-4893-b593-76c3198a277f.repl.co" + } +} diff --git a/domains/luanrt.json b/domains/luanrt.json new file mode 100644 index 000000000..1d8205548 --- /dev/null +++ b/domains/luanrt.json @@ -0,0 +1,11 @@ +{ + "description": "The personal website for LuanRT", + "repo": "https://github.com/luanrt/luanrt.github.io", + "owner": { + "username": "luanrt", + "email": "luan.lrt4@gmail.com" + }, + "record": { + "CNAME": "luanrt.github.io" + } +} \ No newline at end of file diff --git a/domains/luca.json b/domains/luca.json new file mode 100644 index 000000000..d5906cd04 --- /dev/null +++ b/domains/luca.json @@ -0,0 +1,11 @@ +{ + "description": "Redirection service (URL shortener)", + "repo": "https://github.com/lucatolton", + "owner": { + "username": "lucatolton", + "email": "hi@lucatolton.me" + }, + "record": { + "A": [ "51.161.134.46" ] + } +} diff --git a/domains/luis-ciber.json b/domains/luis-ciber.json new file mode 100644 index 000000000..f4d7c1af2 --- /dev/null +++ b/domains/luis-ciber.json @@ -0,0 +1,11 @@ +{ + "description": "Luis Correa Leyva", + "repo": "https://github.com/correaleyval/correaleyval.github.io", + "owner": { + "username": "correaleyval", + "email": "correaleyval@gmail.com" + }, + "record": { + "CNAME": "correaleyval.github.io" + } +} \ No newline at end of file diff --git a/domains/luke.json b/domains/luke.json new file mode 100644 index 000000000..e5de89cfe --- /dev/null +++ b/domains/luke.json @@ -0,0 +1,11 @@ +{ + "description": "New LukeDev's Official Website", + "repo": "https://github.com/LukeIsHereToDevelop/New-Website", + "owner": { + "username": "LukeIsHereToDevelop", + "email": "LucaC@dynox.us" + }, + "record": { + "CNAME": "lukeisheretodevelop.github.io" + } +} \ No newline at end of file diff --git a/domains/lxquid.json b/domains/lxquid.json new file mode 100644 index 000000000..b932a1946 --- /dev/null +++ b/domains/lxquid.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lxquid", + "email": "info@minemix.de" + }, + "record": { + "CNAME": "liquiddevelopmentnet.github.io" + } +} diff --git a/domains/lyertia.json b/domains/lyertia.json new file mode 100644 index 000000000..cb800c0af --- /dev/null +++ b/domains/lyertia.json @@ -0,0 +1,11 @@ +{ + "description": "my website uwu", + "repo": "https://github.com/lyertia", + "owner": { + "username": "lyertia", + "email": "camahmut7@gmail.com" + }, + "record": { + "URL": "https://lyertia.me" + } +} \ No newline at end of file diff --git a/domains/lyessa.json b/domains/lyessa.json new file mode 100644 index 000000000..806efcd73 --- /dev/null +++ b/domains/lyessa.json @@ -0,0 +1,11 @@ +{ + "description": "lyessa website uwu", + "repo": "https://github.com/lyessa-web", + "owner": { + "username": "lyertia", + "email": "camahmut7@gmail.com" + }, + "record": { + "URL": "https://lyessa.live" + } +} \ No newline at end of file diff --git a/domains/lyubo.json b/domains/lyubo.json new file mode 100644 index 000000000..19b259160 --- /dev/null +++ b/domains/lyubo.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username":"impzero", + "email":"", + "twitter":"impzero" + }, + "record": { + "URL":"https://github.com/impzero" + } +} diff --git a/domains/maintainers.json b/domains/maintainers.json new file mode 100644 index 000000000..58c510010 --- /dev/null +++ b/domains/maintainers.json @@ -0,0 +1,11 @@ +{ + "description": "The Maintainer Docs For The Is-A.Dev Website!", + "repo": "github.com/is-a-dev/maintainer-docs", + "owner": { + "username": "is-a.dev", + "email": "" + }, + "record": { + "CNAME": "is-a-dev.github.io" + } +} \ No newline at end of file diff --git a/domains/matthew.json b/domains/matthew.json new file mode 100644 index 000000000..78b3b3ccf --- /dev/null +++ b/domains/matthew.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Matt-Gleich", + "email": "email@mattglei.ch", + "twitter": "MattGleich" + }, + "repo": "https://github.com/Matt-Gleich/site-v2", + "record": { + "URL": "https://mattglei.ch" + } +} \ No newline at end of file diff --git a/domains/maximking.json b/domains/maximking.json new file mode 100644 index 000000000..727f35ee7 --- /dev/null +++ b/domains/maximking.json @@ -0,0 +1,10 @@ +{ + "description": "Maxim K Personal Dev Site", + "owner": { + "username": "MaximKing", + "email": "business@maximking.co.uk" + }, + "record": { + "CNAME": "maximking.co.uk" + } +} \ No newline at end of file diff --git a/domains/medhanite.json b/domains/medhanite.json new file mode 100644 index 000000000..82ffc98e9 --- /dev/null +++ b/domains/medhanite.json @@ -0,0 +1,11 @@ +{ + "description": "medhanite is a dev", + "repo": "https://github.com/medhanite/medhanite.github.io", + "owner": { + "username": "EyobYb", + "email": "eyobyirgu@gmail.com" + }, + "record": { + "CNAME": "medhanite.github.io" + } +} diff --git a/domains/meen.json b/domains/meen.json new file mode 100644 index 000000000..f94918c57 --- /dev/null +++ b/domains/meen.json @@ -0,0 +1,11 @@ +{ + "description": "Patcharapol's personal site!", + "repo": "https://github.com/msp5382/personal", + "owner": { + "username": "msp5382", + "email": "meen.sankaew@gmail.com" + }, + "record": { + "URL": "https://patcharapol.dev/" + } +} diff --git a/domains/mert.json b/domains/mert.json new file mode 100644 index 000000000..cb3a63d6e --- /dev/null +++ b/domains/mert.json @@ -0,0 +1,11 @@ +{ + "description": "Mert's personal developer website", + "repo": "https://github.com/mertcelik2196", + "owner": { + "username": "mertcelik2196", + "email": "mertcelik2196@gmail.com" + }, + "record": { + "URL": "https://mert.vercel.app" + } +} diff --git a/domains/milan.json b/domains/milan.json new file mode 100644 index 000000000..5e45af3c4 --- /dev/null +++ b/domains/milan.json @@ -0,0 +1,12 @@ +{ + "description": "Milan's personal website and blog", + "repo": "https://github.com/MilanAryal/milanaryal.github.io", + "owner": { + "username": "MilanAryal", + "email": "", + "twitter": "MilanAryal" + }, + "record": { + "URL": "https://milanaryal.com.np" + } +} \ No newline at end of file diff --git a/domains/miro.json b/domains/miro.json new file mode 100644 index 000000000..c9bf0e12a --- /dev/null +++ b/domains/miro.json @@ -0,0 +1,11 @@ +{ + "description": "My other site :)", + "repo": "https://replit.com/@RoBlockHead/mirois-adev", + "owner": { + "username": "RoBlockHead", + "email": "tessa7551@gmail.com" + }, + "record": { + "CNAME": "c2b57eca-71a9-4f20-8877-c210f7e71f12.repl.co" + } +} \ No newline at end of file diff --git a/domains/molai.json b/domains/molai.json new file mode 100644 index 000000000..a7a615f45 --- /dev/null +++ b/domains/molai.json @@ -0,0 +1,12 @@ +{ + "description": "MTGSquad's Website, A Place Where He Jots Down Dumb Stuff", + "repo": "https://github.com/mtgsquad", + "owner": { + "username": "mtgsquad", + "email": "mahir@molai.dev", + "twitter": "DevMolai" + }, + "record": { + "URL": "https://molai.dev" + } +} diff --git a/domains/moni.json b/domains/moni.json new file mode 100644 index 000000000..9e9fb8499 --- /dev/null +++ b/domains/moni.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website to showcase the stuff that I do", + "repo": "https://github.com/monitrr/monitrr.github.io", + "owner": { + "username": "monitrr", + "email": "aanilsaint26@gmail.com" + }, + "record": { + "CNAME": "monitrr.github.io" + } +} \ No newline at end of file diff --git a/domains/moonboy.json b/domains/moonboy.json new file mode 100644 index 000000000..019c4a93a --- /dev/null +++ b/domains/moonboy.json @@ -0,0 +1,10 @@ +{ + "description": "My cdn", + "owner": { + "username": "A-cute-blob", + "email": "sambitkayal255@gmail.com" + }, + "record": { + "CNAME": "5dd47b4e-07c1-43a2-bf6e-05953b263786.repl.co" + } +} \ No newline at end of file diff --git a/domains/moritz.json b/domains/moritz.json new file mode 100644 index 000000000..e82040165 --- /dev/null +++ b/domains/moritz.json @@ -0,0 +1,11 @@ +{ + "description": "Website of Moritz Friedrich.", + "repo": "https://github.com/Radiergummi/Radiergummi", + "owner": { + "username": "Radiergummi", + "email": "m@9dev.de" + }, + "record": { + "CNAME": "www.moritzfriedrich.com" + } +} diff --git a/domains/mpm.json b/domains/mpm.json new file mode 100644 index 000000000..babdc8f8c --- /dev/null +++ b/domains/mpm.json @@ -0,0 +1,11 @@ +{ + "description": "MoPaMo's personal webpage", + "repo": "https://github.com/MoPaMo/MoPaMo.github.io", + "owner": { + "username": "MoPaMo", + "email": "spam.mpm1301@web.de" + }, + "record": { + "CNAME": "home.mopamo.repl.co" + } +} diff --git a/domains/mrinjamul.json b/domains/mrinjamul.json new file mode 100644 index 000000000..d9dc32e12 --- /dev/null +++ b/domains/mrinjamul.json @@ -0,0 +1,10 @@ +{ + "description": "Personal Website", + "owner": { + "username": "mrinjamul", + "email": "injamulmohammadmollah@gmail.com" + }, + "record": { + "CNAME": "mrinjamul.github.io" + } +} diff --git a/domains/mtg.json b/domains/mtg.json index 8231cc131..a7a615f45 100644 --- a/domains/mtg.json +++ b/domains/mtg.json @@ -1,12 +1,12 @@ { "description": "MTGSquad's Website, A Place Where He Jots Down Dumb Stuff", - "repo": "https://github.com/mtgsquad/mtgsquad.github.io", + "repo": "https://github.com/mtgsquad", "owner": { "username": "mtgsquad", - "email": "mtgsquad.dev@protonmail.com", - "twitter": "mtgsquad_dev" + "email": "mahir@molai.dev", + "twitter": "DevMolai" }, "record": { - "CNAME": "mtgsquad.github.io" + "URL": "https://molai.dev" } } diff --git a/domains/mustafa.json b/domains/mustafa.json new file mode 100644 index 000000000..b10e768be --- /dev/null +++ b/domains/mustafa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Cuurle", + "email": "cuurleee@gmail.com" + }, + "record": { + "CNAME": "glitch.edgeapp.net" + } +} diff --git a/domains/mysteriousk.json b/domains/mysteriousk.json new file mode 100644 index 000000000..44a853808 --- /dev/null +++ b/domains/mysteriousk.json @@ -0,0 +1,11 @@ +{ + "description": "The official website for Lawliet.Host.", + "repo": "https://github.com/NoobDevs69/LawlietHost", + "owner": { + "username": "MysteriousK69", + "email": "mysteriousk@lawliet.host" + }, + "record": { + "CNAME": "lawliet.host" + } +} \ No newline at end of file diff --git a/domains/nagarajgond.json b/domains/nagarajgond.json index c78ee065f..a0da3fddb 100644 --- a/domains/nagarajgond.json +++ b/domains/nagarajgond.json @@ -1,11 +1,11 @@ { "description": "Nagaraj's Dev website", - "repo": "https://github.com/NagarajGond/NagarajGond.github.io", + "repo": "https://github.com/nagarajgond/nagarajgond.github.io", "owner": { "username": "nagarajgond", "email": "nagarajgond@live.com" }, "record": { - "CNAME": "NagarajGond.github.io" + "CNAME": "nagarajgond.github.io" } -} \ No newline at end of file +} diff --git a/domains/nerd.json b/domains/nerd.json new file mode 100644 index 000000000..a82bb1558 --- /dev/null +++ b/domains/nerd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "n3rd3x3", + "email": "me@n3rd3x3.xyz" + }, + "record": { + "URL": "https://n3rd3x3.xyz" + } +} diff --git a/domains/nettles.json b/domains/nettles.json new file mode 100644 index 000000000..567048f2c --- /dev/null +++ b/domains/nettles.json @@ -0,0 +1,12 @@ +{ + "description": "Add some description", + "repo": "https://github.com/nettlees/nettleee.github.io", + "owner": { + "username": "nettlees", + "email": "nettles.dev@gmail.com", + "twitter": "rickroll" + }, + "record": { + "CNAME": "nettlees.github.io" + } +} \ No newline at end of file diff --git a/domains/nirlep.json b/domains/nirlep.json new file mode 100644 index 000000000..7ed957d1d --- /dev/null +++ b/domains/nirlep.json @@ -0,0 +1,12 @@ +{ + "description": "yes.", + "repo": "https://github.com/nirlep5252", + "owner": { + "username": "nirlep5252", + "email": "", + "twitter": "Nirlep_5252_" + }, + "record": { + "CNAME": "nirlep.netlify.app" + } +} diff --git a/domains/nitesh.json b/domains/nitesh.json new file mode 100644 index 000000000..d9a818306 --- /dev/null +++ b/domains/nitesh.json @@ -0,0 +1,11 @@ +{ + "description": "My personal portfolio site", + "repo": "https://github.com/Niteshballa", + "owner": { + "username": "Niteshballa", + "email": "nithesh.mom@gmail.com" + }, + "record": { + "CNAME": "Niteshballa.github.io" + } +} \ No newline at end of file diff --git a/domains/not-a-nerd.json b/domains/not-a-nerd.json new file mode 100644 index 000000000..b32f3e396 --- /dev/null +++ b/domains/not-a-nerd.json @@ -0,0 +1,11 @@ +{ + "description": "Well, this is my github sub-domain for my future page", + "repo": "https://github.com/0lp/0lp.github.io", + "owner": { + "username": "0lp", + "email": "not.a.nerd0005@gmail.com" + }, + "record": { + "CNAME": "0lp.github.io" + } +} \ No newline at end of file diff --git a/domains/notefct.json b/domains/notefct.json new file mode 100644 index 000000000..a431b45f0 --- /dev/null +++ b/domains/notefct.json @@ -0,0 +1,11 @@ +{ + "description": "notefct personal developer website", + "repo": "https://github.com/notefct/aboutme/", + "owner": { + "username": "notefct", + "email": "edunlima2007@gmail.com" + }, + "record": { + "CNAME": "notefct.github.io" + } +} diff --git a/domains/noxturnix.json b/domains/noxturnix.json new file mode 100644 index 000000000..63f15d151 --- /dev/null +++ b/domains/noxturnix.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Noxturnix", + "email": "noxturnix@noxt.cf" + }, + "record": { + "URL": "https://noxt.cf/" + } +} diff --git a/domains/nrdybhu1.json b/domains/nrdybhu1.json new file mode 100644 index 000000000..c750a379a --- /dev/null +++ b/domains/nrdybhu1.json @@ -0,0 +1,11 @@ +{ + "description": "My Personal Website", + "repo": "https://github.com/NrdyBhu1/nrdybhu1.github.io", + "owner": { + "username": "NrdyBhu1", + "email": "NrdyBhu1@gmail.com" + }, + "record": { + "CNAME": "nrdybhu1.github.io" + } +} diff --git a/domains/ovillafuerte94.json b/domains/ovillafuerte94.json new file mode 100644 index 000000000..edc251a5b --- /dev/null +++ b/domains/ovillafuerte94.json @@ -0,0 +1,11 @@ +{ + "description": "Omar Villafuerte", + "repo": "https://github.com/ovillafuerte94/ovillafuerte94.github.io", + "owner": { + "username": "ovillafuerte94", + "email": "ovillafuerte.94@gmail.com" + }, + "record": { + "CNAME": "ovillafuerte94.github.io" + } +} \ No newline at end of file diff --git a/domains/pace.json b/domains/pace.json new file mode 100644 index 000000000..7aa430489 --- /dev/null +++ b/domains/pace.json @@ -0,0 +1,11 @@ +{ + "description": "Place to host all my bio for my spigot plugins", + "repo": "https://github.com/Pace1337", + "owner": { + "username": "Pace1337", + "email": "pacex3123@gmail.com" + }, + "record": { + "CNAME": "pacedev.tk" + } +} diff --git a/domains/pajsen.json b/domains/pajsen.json new file mode 100644 index 000000000..92f021368 --- /dev/null +++ b/domains/pajsen.json @@ -0,0 +1,11 @@ +{ + "description": "Pajsen's developer website", + "repo": "https://github.com/pajsen-media/pajsen-media.github.io", + "owner": { + "username": "Pajsen9263", + "email": "admin@cybercore.gq" + }, + "record": { + "CNAME": "pajsen-media.github.io" + } +} diff --git a/domains/pay2gornostay25.json b/domains/pay2gornostay25.json new file mode 100644 index 000000000..18c5c275d --- /dev/null +++ b/domains/pay2gornostay25.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gornostay25", + "email": "volodia.palamar25+github@gmail.com" + }, + "record": { + "CNAME": "d3ef8e32-cbba-4a23-a450-08aa46054a6b.repl.co" + } +} \ No newline at end of file diff --git a/domains/payidar.json b/domains/payidar.json new file mode 100644 index 000000000..721b7af46 --- /dev/null +++ b/domains/payidar.json @@ -0,0 +1,11 @@ +{ + "description": "Payidars's personal developer website", + "repo": "https://github.com/payidarofficial", + "owner": { + "username": "payidar", + "email": "mertcelik2196@gmail.com" + }, + "record": { + "URL": "https://payidarofficial.xyz/" + } +} diff --git a/domains/phantom.json b/domains/phantom.json new file mode 100644 index 000000000..db08eed4c --- /dev/null +++ b/domains/phantom.json @@ -0,0 +1,11 @@ +{ + "description": "My is-a-dev sub-domain Credentials! :D", + "repo": "https://github.com/SealedSaucer", + "owner": { + "username": "SealedSaucer", + "email": "phantom@phantomcodes.ga" + }, + "record": { + "URL": "https://phantomcodes.ga" + } +} diff --git a/domains/phelix.json b/domains/phelix.json new file mode 100644 index 000000000..508ebbb73 --- /dev/null +++ b/domains/phelix.json @@ -0,0 +1,11 @@ +{ + "description": "Phelix Dusengimana is a full-stack developer(FE Heavy) and ui designer", + "repo": "https://github.com/phelixdusengimana/phelixdusengimana", + "owner": { + "username": "phelixdusengimana", + "email": "phelixdusengimana@gmail.com" + }, + "record": { + "URL": "https://phelixdusengimana.vercel.app" + } +} diff --git a/domains/piero.json b/domains/piero.json new file mode 100644 index 000000000..bbb4fabb4 --- /dev/null +++ b/domains/piero.json @@ -0,0 +1,11 @@ +{ + "description": "Piero Is a Dev", + "repo": "https://replit.com/@piemadd/pierois-adev", + "owner": { + "username": "pieromqwerty", + "email": "isadev@piemadd.com" + }, + "record": { + "CNAME": "588d327b-9fb6-4484-856e-0477ffef0efe.repl.co" + } +} \ No newline at end of file diff --git a/domains/pivko.json b/domains/pivko.json new file mode 100644 index 000000000..abb73aecc --- /dev/null +++ b/domains/pivko.json @@ -0,0 +1,10 @@ +{ + "description": "AmbassadorGovna website", + "owner": { + "username": "AmbassadorGovna", + "email": "leshikcube+isadev@googlemail.com" + }, + "record": { + "CNAME": "vps162412.ispsite.ru" + } +} \ No newline at end of file diff --git a/domains/pranavsaxena.json b/domains/pranavsaxena.json new file mode 100644 index 000000000..f5af52703 --- /dev/null +++ b/domains/pranavsaxena.json @@ -0,0 +1,12 @@ +{ + "description": "Pranav Saxena's Personal Website", + "repo": "https://github.com/Pranav-Saxena/Pranav-Saxena.github.io", + "owner": { + "username": "Pranav-Saxena", + "email": "pranavsaxena155@gmail.com", + "discord": "PRANAV SAXENA#9327" + }, + "record": { + "CNAME": "Pranav-Saxena.github.io" + } +} diff --git a/domains/psj.json b/domains/psj.json new file mode 100644 index 000000000..2cb3fd8f0 --- /dev/null +++ b/domains/psj.json @@ -0,0 +1,9 @@ +{ + "owner":{ + "username":"philphirn", + "email":"locusapp1@gmail.com" + }, + "record":{ + "CNAME":"philphirn.github.io" + } +} diff --git a/domains/r0bl0x10501050.json b/domains/r0bl0x10501050.json new file mode 100644 index 000000000..76f02ab1a --- /dev/null +++ b/domains/r0bl0x10501050.json @@ -0,0 +1,13 @@ +{ + "description": "R0bl0x10501050's portfolio site!", + "repo": "https://github.com/R0bl0x10501050/1050-Site", + "owner": { + "username": "R0bl0x10501050", + "email": "r0bl0x10501050e@gmail.com", + "twitter": "r0bl0x10501050", + "discord": "R0bl0x10501050#9989" + }, + "record": { + "CNAME": "846358be-940c-4bdd-8b5b-3964aab5843c.id.repl.co" + } +} \ No newline at end of file diff --git a/domains/r4yish.json b/domains/r4yish.json new file mode 100644 index 000000000..60aefc960 --- /dev/null +++ b/domains/r4yish.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "r4yish", + "email": "r4yish@gmail.com" + }, + "record": { + "CNAME": "r4yish.github.io" + } +} diff --git a/domains/rahulkirangaddam.json b/domains/rahulkirangaddam.json new file mode 100644 index 000000000..6473e4784 --- /dev/null +++ b/domains/rahulkirangaddam.json @@ -0,0 +1,11 @@ +{ + "description": "Rahul Kiran Gaddam Profile", + "repo": "https://github.com/rahgadda/rahgadda.github.io", + "owner": { + "username": "rahgadda", + "email": "gaddam.rahul@gmail.com" + }, + "record": { + "CNAME": "rahgadda.github.io" + } +} \ No newline at end of file diff --git a/domains/raksix.json b/domains/raksix.json index 611242e1f..3cccdcf87 100644 --- a/domains/raksix.json +++ b/domains/raksix.json @@ -6,6 +6,6 @@ "email": "raksixoffical@gmail.com" }, "record": { - "CNAME": "raksix-blog.tk" + "CNAME": "protected-pumpkin-ic8p7okaxzxl67htg0pmv95w.herokudns.com" } -} +} \ No newline at end of file diff --git a/domains/raku.json b/domains/raku.json new file mode 100644 index 000000000..20150f9aa --- /dev/null +++ b/domains/raku.json @@ -0,0 +1,11 @@ +{ + "description": "A Website For My Personal Website", + "repo": "https://github.com/Wuffye123/", + "owner": { + "username": "Wuffye123", + "email": "rakurakumicro@gmail.com" + }, + "record": { + "CNAME": "0836bfc7-938d-4986-aa1f-acc749ae136a.repl.co" + } +} \ No newline at end of file diff --git a/domains/ray.json b/domains/ray.json index 42696e659..2a353ac34 100644 --- a/domains/ray.json +++ b/domains/ray.json @@ -1,11 +1,11 @@ { "description": "RayhanADev's Website!", - "repo": "https://github.com/rayhanadev/site", + "repo": "https://github.com/rayhanadev/my-website", "owner": { "username": "rayhanadev", - "email": "rayhan.arayilakath@wa-students.org" + "email": "rayhanadev@protonmail.com" }, "record": { - "URL": "https://its.rayhanadev.repl.co/" + "URL": "http://rayhanadev.vercel.app" } -} +} \ No newline at end of file diff --git a/domains/raymonzhang.json b/domains/raymonzhang.json new file mode 100644 index 000000000..5fba946e0 --- /dev/null +++ b/domains/raymonzhang.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website", + "repo": "https://github.com/raymon-zhang/website", + "owner": { + "username": "raymon-zhang", + "email": "raymonzhang.rz@gmail.com" + }, + "record": { + "CNAME": "raymon-zhang.github.io" + } +} diff --git a/domains/rekto.json b/domains/rekto.json new file mode 100644 index 000000000..1a5b9b19a --- /dev/null +++ b/domains/rekto.json @@ -0,0 +1,11 @@ +{ + "description": "Rekto Website", + "repo": "https://github.com/rekto-dev/rekto-dev.github.io", + "owner": { + "username": "GetRekto", + "email": "rekto.personal@outlook.com" + }, + "record": { + "CNAME": "rekto-dev.github.io" + } +} diff --git a/domains/ricecx.json b/domains/ricecx.json index 648769d83..746c68725 100644 --- a/domains/ricecx.json +++ b/domains/ricecx.json @@ -1,10 +1,11 @@ { + "repo": "https://github.com/ricecx/ricecx.github.io", "owner": { "username": "RiceCX", "email": "andyl5463@gmail.com" }, - "description": "Hosting dev.", + "description": "Hosting my website.", "record": { - "CNAME": "doujinfucks.tk" + "CNAME": "ricecx.github.io" } } \ No newline at end of file diff --git a/domains/richie.json b/domains/richie.json new file mode 100644 index 000000000..856949f16 --- /dev/null +++ b/domains/richie.json @@ -0,0 +1,11 @@ +{ + "description": "This is for my GitHub pages", + "repo": "https://github.com/richiesuper", + "owner": { + "username": "richiesuper", + "email": "richie9963@gmail.com" + }, + "record": { + "CNAME": "richiesuper.github.io" + } +} diff --git a/domains/rithinjose.json b/domains/rithinjose.json new file mode 100644 index 000000000..76e097c01 --- /dev/null +++ b/domains/rithinjose.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/rithin-jose/rithin-jose.github.io", + "owner": { + "username": "rithin-jose", + "twitter": "rithinja", + "email": "" + }, + "record": { + "CNAME": "rithin-jose.github.io" + } +} \ No newline at end of file diff --git a/domains/rohan.json b/domains/rohan.json new file mode 100644 index 000000000..d7c83f0a2 --- /dev/null +++ b/domains/rohan.json @@ -0,0 +1,11 @@ +{ + "description": "Rohan's devlog and portfolio", + "repo": "https://github.com/rohan-bansal", + "owner": { + "username": "Rohan-Bansal", + "email": "rohan@rbansal.dev" + }, + "record": { + "URL": "https://rbansal.dev" + } +} \ No newline at end of file diff --git a/domains/ruizo.json b/domains/ruizo.json new file mode 100644 index 000000000..c6c111333 --- /dev/null +++ b/domains/ruizo.json @@ -0,0 +1,12 @@ +{ + "description": "My Territory", + "repo": "https://github.com/mezeru/mezeru.github.io", + "owner": { + "username": "Mezeru", + "email": "jermpro0@gmail.com", + "twitter": "Mezeru" + }, + "record": { + "CNAME": "mezeru.github.io" + } +} diff --git a/domains/rutkuli.json b/domains/rutkuli.json new file mode 100644 index 000000000..f931b0a09 --- /dev/null +++ b/domains/rutkuli.json @@ -0,0 +1,11 @@ +{ + "description": "This website is a link to my personal developer website.", + "repo": "https://github.com/rutkuli/rutkuli.github.io", + "owner": { + "username": "Rutkuli", + "email": "rutkuliofficial@gmail.com" + }, + "record": { + "CNAME": "rutkuli.github.io" + } +} \ No newline at end of file diff --git a/domains/saahil.json b/domains/saahil.json new file mode 100644 index 000000000..9172c945c --- /dev/null +++ b/domains/saahil.json @@ -0,0 +1,11 @@ +{ + "description": "this is my about me page, - neongamerbot", + "owner": { + "username": "neongamerbot", + "email": "saahilattud@gmail.com", + "twitter": "" + }, + "record": { + "CNAME": "a58b11f7-e44a-4ebc-811d-22105a51b9b7.repl.co" + } +} diff --git a/domains/samarth-asthana.json b/domains/samarth-asthana.json index 5450c8b43..61e55aa78 100644 --- a/domains/samarth-asthana.json +++ b/domains/samarth-asthana.json @@ -8,4 +8,4 @@ "record": { "CNAME": "samarth-asthana.github.io" } -} +} \ No newline at end of file diff --git a/domains/saml2020.json b/domains/saml2020.json new file mode 100644 index 000000000..6153914b3 --- /dev/null +++ b/domains/saml2020.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "SamL2020", + "email": "", + "discord" : "SamL2020#1767" + }, + "record": { + "URL": "https://samdev.gq" + } +} diff --git a/domains/samo.json b/domains/samo.json new file mode 100644 index 000000000..ba1f05dc2 --- /dev/null +++ b/domains/samo.json @@ -0,0 +1,12 @@ +{ + "description": "im samo :3", + "repo": "https://github.com/GodSamomen/GodSamomen.github.io", + "owner": { + "username": "GodSamomen", + "email": "godsamomen@protonmail.com", + "twitter": "godsamomen" + }, + "record": { + "CNAME": "godsamomen.github.io" + } +} diff --git a/domains/samosa.json b/domains/samosa.json deleted file mode 100644 index 20766073d..000000000 --- a/domains/samosa.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Samosa needs to be on the Web", - "repo": "https://github.com/djsamyak/djsamyak.github.io", - "owner": { - "username": "djsamyak", - "email": "djsamyak@gmail.com" - }, - "record": { - "CNAME": "djsamyak.github.io" - } -} \ No newline at end of file diff --git a/domains/sappy.json b/domains/sappy.json new file mode 100644 index 000000000..4d999ceaa --- /dev/null +++ b/domains/sappy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Slddev", + "email": "admin@sapinc.ga" + }, + "record": { + "CNAME": "web.virtualnodes.ml" + } +} diff --git a/domains/saswatsamal.json b/domains/saswatsamal.json new file mode 100644 index 000000000..c4061581d --- /dev/null +++ b/domains/saswatsamal.json @@ -0,0 +1,12 @@ +{ + "description": "The website of Saswat Samal conataining all the links of him.", + "repo": "https://github.com/saswatsamal/saswatsamal.github.io", + "owner": { + "username": "saswatsamal", + "email": "samalsaswat0@gmail.com", + "twitter": "TweetSaswat" + }, + "record": { + "CNAME": "saswatsamal.github.io" + } +} diff --git a/domains/scientific-guy.json b/domains/scientific-guy.json index e42c6c1e4..85c050789 100644 --- a/domains/scientific-guy.json +++ b/domains/scientific-guy.json @@ -1,10 +1,11 @@ { - "description": "Scientific Guy's Personal Website", + "description": "A personal website to display my projects and details about me.", + "repo": "https://github.com/scientific-guy/portfolio", "owner": { "username": "scientific-guy", "email": "scientificguy007@gmail.com" }, "record": { - "CNAME": "ea51eeba-d079-40fb-adb9-fba6b71858a8.repl.co" + "CNAME": "scientific-guy.github.io" } -} \ No newline at end of file +} diff --git a/domains/seppegeuens.json b/domains/seppegeuens.json new file mode 100644 index 000000000..6ecf1a8ec --- /dev/null +++ b/domains/seppegeuens.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "SeppeG", + "email": "geuensseppe@gmail.com" + }, + "record": { + "URL": "https://seppe.geuens.nxtmediatech.eu/" + } +} + diff --git a/domains/sfe.json b/domains/sfe.json new file mode 100644 index 000000000..67bbef4e1 --- /dev/null +++ b/domains/sfe.json @@ -0,0 +1,11 @@ +{ + "description": "my personal docs", + "repo": "https://github.com/leecheeyong/leecheeyong", + "owner": { + "username": "leecheeyong", + "email": "tribejoe.gg@gmail.com" + }, + "record": { + "CNAME": "hosting.gitbook.io" + } +} diff --git a/domains/simo.json b/domains/simo.json index 23b9ef4e3..a0df23690 100644 --- a/domains/simo.json +++ b/domains/simo.json @@ -9,4 +9,4 @@ "record": { "URL": "https://simo.sh" } -} +} \ No newline at end of file diff --git a/domains/sjcdn.json b/domains/sjcdn.json new file mode 100644 index 000000000..54e8f0cc8 --- /dev/null +++ b/domains/sjcdn.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "CoolCoderSJ", + "email": "CoolCoderSJ@gmail.com" + }, + "description": "My CDN", + "record": { + "CNAME": "09d836a5-eaca-4299-bfec-44ca0dfc6d0d.repl.co" + } +} \ No newline at end of file diff --git a/domains/sky.json b/domains/sky.json new file mode 100644 index 000000000..f79802cca --- /dev/null +++ b/domains/sky.json @@ -0,0 +1,12 @@ + +{ + "description": "Sky's personal website", + "repo": "https://github.com/SkyLeite", + "owner": { + "username": "skyleite", + "email": "sky@leite.dev" + }, + "record": { + "CNAME": "leite.dev" + } +} diff --git a/domains/smartfridge.json b/domains/smartfridge.json new file mode 100644 index 000000000..5b92c9b20 --- /dev/null +++ b/domains/smartfridge.json @@ -0,0 +1,11 @@ +{ + "description": "smartfridge personal website", + "repo": "https://github.com/smartfrigde/smartfrigde.github.io", + "owner": { + "username": "smartfrigde", + "email": "smartfrigde@gmail.com" + }, + "record": { + "CNAME": "smartfrigde.github.io" + } +} diff --git a/domains/smeagol.json b/domains/smeagol.json new file mode 100644 index 000000000..edfccf3be --- /dev/null +++ b/domains/smeagol.json @@ -0,0 +1,12 @@ +{ + "description": "Smeagol's github pages site, currently a work in progress", + "repo": "https://github.com/Smeagol2069/smeagol2069.github.io", + "owner": { + "username": "Smeagol2069", + "email": "", + "discord": "Smeagol#2069" + }, + "record": { + "CNAME": "smeagol2069.github.io" + } +} diff --git a/domains/solareclipse995.json b/domains/solareclipse995.json new file mode 100644 index 000000000..11c4f79f8 --- /dev/null +++ b/domains/solareclipse995.json @@ -0,0 +1,11 @@ +{ + "description": "Solar Eclipse personal website", + "repo": "https://github.com/solareclipse995/solareclipse995.github.io", + "owner": { + "username": "solareclipse995", + "email": "solareclipse995@outlook.com" + }, + "record": { + "CNAME": "solareclipse995.github.io" + } +} \ No newline at end of file diff --git a/domains/spoozy.json b/domains/spoozy.json new file mode 100644 index 000000000..d9e7d42e9 --- /dev/null +++ b/domains/spoozy.json @@ -0,0 +1,11 @@ +{ + "description": "Spoozy website", + "repo": "https://github.com/Spoozy/Spoozy.github.io", + "owner": { + "username": "Spoozy", + "email": "gaspardlebreton@outlook.com" + }, + "record": { + "CNAME": "Spoozy.github.io" + } +} diff --git a/domains/steffen.json b/domains/steffen.json new file mode 100644 index 000000000..cbe56d80a --- /dev/null +++ b/domains/steffen.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/N0r1uno/n0r1uno.github.io", + "owner": { + "username": "N0r1uno", + "email": "noriunomakusui@gmail.com" + }, + "record": { + "CNAME": "n0r1uno.github.io" + } +} \ No newline at end of file diff --git a/domains/string-null.json b/domains/string-null.json new file mode 100644 index 000000000..0490030a9 --- /dev/null +++ b/domains/string-null.json @@ -0,0 +1,12 @@ +{ + "description": "My WEB", + "repo": "https://github.com/string-null/string-null.github.io", + "owner": { + "username": "string-null", + "email": "biel.f.r.bfr@gmail.com", + "twitter": "HdNenu" + }, + "record": { + "CNAME": "string-null.github.io" + } +} diff --git a/domains/surge.json b/domains/surge.json new file mode 100644 index 000000000..6aab64a27 --- /dev/null +++ b/domains/surge.json @@ -0,0 +1,11 @@ +{ + "description": "personal website", + "repo": "https://github.com/teamjoelee/me", + "owner": { + "username": "teamjoelee", + "email": "tojoeleeofficial@gmail.com" + }, + "record": { + "URL": "https://i-am.surge.sh" + } +} \ No newline at end of file diff --git a/domains/swapnil.json b/domains/swapnil.json new file mode 100644 index 000000000..f23fddfd6 --- /dev/null +++ b/domains/swapnil.json @@ -0,0 +1,11 @@ +{ + "description": "Aspiring tech enthusiast", + "repo": "https://github.com/SwapnilChand/SwapnilChand.github.io", + "owner": { + "username": "SwapnilChand", + "email": "swapnilchand51@gmail.com" + }, + "record": { + "CNAME": "SwapnilChand.github.io" + } +} diff --git a/domains/tanish2002.json b/domains/tanish2002.json new file mode 100644 index 000000000..45b9d1b6c --- /dev/null +++ b/domains/tanish2002.json @@ -0,0 +1,11 @@ +{ + "description": "Tanish2002's Website", + "repo": "https://github.com/Tanish2002/Tanish2002.github.io", + "owner": { + "username": "Tanish2002", + "email": "tanishkhare@gmail.com" + }, + "record": { + "CNAME": "tanish2002.github.io" + } +} \ No newline at end of file diff --git a/domains/tanishq.json b/domains/tanishq.json new file mode 100644 index 000000000..741740733 --- /dev/null +++ b/domains/tanishq.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "tanishq-soni", + "email": "hi@tanishqsoni.me", + "twitter": "tanishq_soni_" + }, + "repo": "https://github.com/tanishq-soni/new-portfolio", + "record": { + "URL": "https://tanishqsoni.me" + } +} \ No newline at end of file diff --git a/domains/tavignesh.json b/domains/tavignesh.json new file mode 100644 index 000000000..b892faa4b --- /dev/null +++ b/domains/tavignesh.json @@ -0,0 +1,10 @@ +{ + "description": "T.A.Vignesh's cool website", + "owner": { + "username": "tavignesh", + "email": "vigneshta004@gmail.com" + }, + "record": { + "CNAME": "vignesh-is-a-dev.pages.dev" + } +} diff --git a/domains/techout.json b/domains/techout.json new file mode 100644 index 000000000..692f125ba --- /dev/null +++ b/domains/techout.json @@ -0,0 +1,11 @@ +{ + "description": "Mainly used to upload images to but also for a small home-page.", + "repo": "https://github.com/Techout592", + "owner": { + "username": "Techout592", + "email": "techout592@protonmail.com" + }, + "record": { + "CNAME": "proxy.techout.tech" + } +} diff --git a/domains/techy.json b/domains/techy.json new file mode 100644 index 000000000..fa821291b --- /dev/null +++ b/domains/techy.json @@ -0,0 +1,12 @@ +{ + "description": "Techy's blog", + "repo": "https://github.com/Techy/techy.github.io", + "owner": { + "username": "techy", + "email": "", + "twitter": "tech_dude1" + }, + "record": { + "CNAME": "techy.github.io" + } +} diff --git a/domains/termonoid.json b/domains/termonoid.json index ab896748c..b4b920628 100644 --- a/domains/termonoid.json +++ b/domains/termonoid.json @@ -8,7 +8,7 @@ }, "record": { "A": [ - "51.75.248.116" + "135.181.144.44" ] } -} \ No newline at end of file +} diff --git a/domains/tessa.json b/domains/tessa.json new file mode 100644 index 000000000..461033403 --- /dev/null +++ b/domains/tessa.json @@ -0,0 +1,11 @@ +{ + "description": "My main site :)", + "repo": "https://replit.com/@RoBlockHead/tessais-adev", + "owner": { + "username": "RoBlockHead", + "email": "tessa7551@gmail.com" + }, + "record": { + "CNAME": "06745170-24e7-4954-a619-2860f8b395c2.repl.co" + } +} \ No newline at end of file diff --git a/domains/theark.json b/domains/theark.json index d0966df35..6b71a4a73 100644 --- a/domains/theark.json +++ b/domains/theark.json @@ -8,4 +8,4 @@ "record": { "URL": "https://theark.tk" } -} +} \ No newline at end of file diff --git a/domains/theiocoder.json b/domains/theiocoder.json new file mode 100644 index 000000000..669f3f06a --- /dev/null +++ b/domains/theiocoder.json @@ -0,0 +1,11 @@ +{ + "description": "hi there", + "repo": "https://github.com/theiocoder.github.io", + "owner": { + "username": "theiocoder", + "email": "gavinjstacey@gmail.com" + }, + "record": { + "CNAME": "theiocoder.github.io" + } +} diff --git a/domains/thequackyduck.json b/domains/thequackyduck.json new file mode 100644 index 000000000..d483c0df8 --- /dev/null +++ b/domains/thequackyduck.json @@ -0,0 +1,11 @@ +{ + "description": "my portfolio", + "repo": "https://github.com/thequackyduck/thequackyduck.github.io", + "owner": { + "username": "thequackyduck", + "email": "zcodezt@gmail.com" + }, + "record": { + "CNAME": "thequackyduck.github.io" + } +} diff --git a/domains/todo.json b/domains/todo.json new file mode 100644 index 000000000..5de89d885 --- /dev/null +++ b/domains/todo.json @@ -0,0 +1,11 @@ +{ + "description": "api for my bot", + "repo": "https://github.com/brawlie/todo", + "owner": { + "username": "brawlie", + "email": "tojoeleeofficial@gmail.com" + }, + "record": { + "CNAME": "ea156b14-963b-49f8-9d6e-f3fff240029c.repl.co" + } +} \ No newline at end of file diff --git a/domains/tolis.json b/domains/tolis.json new file mode 100644 index 000000000..420ce89c6 --- /dev/null +++ b/domains/tolis.json @@ -0,0 +1,10 @@ +{ + "description": "TolisDev Blog", + "owner": { + "username": "tolisdev", + "email": "tolis@tolis.tech" + }, + "record": { + "CNAME": "hashnode.network" + } +} diff --git a/domains/tovade.json b/domains/tovade.json new file mode 100644 index 000000000..4e9bc6206 --- /dev/null +++ b/domains/tovade.json @@ -0,0 +1,11 @@ +{ + "description": "My personal portfolio", + "repo": "https://github.com/tovade", + "owner": { + "username": "tovade", + "email": "support@tovade.ml" + }, + "record": { + "CNAME": "tovade.ml" + } +} \ No newline at end of file diff --git a/domains/tracker-brawley.json b/domains/tracker-brawley.json new file mode 100644 index 000000000..feec194ac --- /dev/null +++ b/domains/tracker-brawley.json @@ -0,0 +1,11 @@ +{ + "description": "a website for my biotapi", + "repo": "https://github.com/brawlie/todo", + "owner": { + "username": "brawlie", + "email": "tojoeleeofficial@gmail.com" + }, + "record": { + "CNAME": "aa1b3bae-e49b-4efd-8c55-28719da5f58c.repl.co" + } +} \ No newline at end of file diff --git a/domains/trauma.json b/domains/trauma.json new file mode 100644 index 000000000..1e5af56c9 --- /dev/null +++ b/domains/trauma.json @@ -0,0 +1,12 @@ +{ + "description": "Well, this is my github sub-domain for my future page", + "repo": "https://github.com/iitrauma/iitrauma.github.io", + "owner": { + "username": "iiTrauma", + "email": "ignacio@asia.com", + "twitter": "q1a67" + }, + "record": { + "CNAME": "iitrauma.github.io" + } +} \ No newline at end of file diff --git a/domains/tricked.json b/domains/tricked.json new file mode 100644 index 000000000..0514b9656 --- /dev/null +++ b/domains/tricked.json @@ -0,0 +1,11 @@ +{ + "description": "Tricked is a Dev", + "repo": "https://github.com/SkyBlockDev/skyblockdev.github.io", + "owner": { + "username": "skyblockdev", + "email": "trickedcodes@tutanota.com" + }, + "record": { + "CNAME": "skyblockdev.github.io" + } +} diff --git a/domains/unknown-user2.json b/domains/unknown-user2.json new file mode 100644 index 000000000..62c2fd70b --- /dev/null +++ b/domains/unknown-user2.json @@ -0,0 +1,11 @@ +{ + "description": "My website", + "repo": "https://github.com/Unknown-User2/Unknown-User2.github.io", + "owner": { + "username": "Unknown-User2", + "email": "unknown.us3r222@gmail.com" + }, + "record": { + "CNAME": "Unknown-User2.github.io" + } +} \ No newline at end of file diff --git a/domains/unseen.json b/domains/unseen.json new file mode 100644 index 000000000..3f5c2fa2c --- /dev/null +++ b/domains/unseen.json @@ -0,0 +1,11 @@ +{ + "description": "Unseen's Github Website", + "repo": "https://github.com/UnseenAcoustics/unseenacoustics.github.io", + "owner": { + "username": "UnseenAcoustics", + "email": "edwir122@gmail.com" + }, + "record": { + "CNAME": "unseenacoustics.github.io" + } +} \ No newline at end of file diff --git a/domains/usman.json b/domains/usman.json new file mode 100644 index 000000000..1319ad583 --- /dev/null +++ b/domains/usman.json @@ -0,0 +1,11 @@ +{ + "description": "Usman's personal developer website", + "repo": "https://github.com/umahmood21", + "owner": { + "username": "umahmood21", + "email": "umahmood214@gmail.com" + }, + "record": { + "CNAME": "umahmood.me" + } +} \ No newline at end of file diff --git a/domains/verite.json b/domains/verite.json new file mode 100644 index 000000000..048979880 --- /dev/null +++ b/domains/verite.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/makuzaverite/veritem.me", + "owner": { + "username": "makuzaverite", + "email": "mugaboverite@gmail.com", + "twitter": "makuza_mugabo_v" + }, + "record": { + "URL": "https://veritem.me" + } +} \ No newline at end of file diff --git a/domains/vishal.json b/domains/vishal.json new file mode 100644 index 000000000..91946b3e8 --- /dev/null +++ b/domains/vishal.json @@ -0,0 +1,11 @@ +{ + "description": "Welcome to Vishal Sharma's Space on Web", + "repo": "https://github.com/makeavish", + "owner": { + "username": "makeavish", + "email": "hi@vishalsharma.dev" + }, + "record": { + "URL": "https://vishalsharma.dev" + } +} diff --git a/domains/vishesh.json b/domains/vishesh.json new file mode 100644 index 000000000..91d7846d1 --- /dev/null +++ b/domains/vishesh.json @@ -0,0 +1,12 @@ +{ + "description": "My Personal Website", + "repo": "https://github.com/VisheshBansal", + "owner": { + "username": "VisheshBansal", + "email": "hi@visheshbansal.ml", + "twitter": "VisheshBansal17" + }, + "record": { + "URL": "https://visheshbansal.ml/" + } +} diff --git a/domains/vvc-bot.json b/domains/vvc-bot.json new file mode 100644 index 000000000..99ad7efec --- /dev/null +++ b/domains/vvc-bot.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website", + "repo": "https://github.com/SmallFCraft1/vvc-bot.github.io", + "owner": { + "username": "Pham Huy", + "email": "huytqd@gmail.com" + }, + "record": { + "CNAME": "vvc-bot.github.io" + } +} diff --git a/domains/wablesanket.json b/domains/wablesanket.json index f550c17e9..403d822aa 100644 --- a/domains/wablesanket.json +++ b/domains/wablesanket.json @@ -9,4 +9,4 @@ "record": { "URL": "https://wablesanket.xyz" } -} +} \ No newline at end of file diff --git a/domains/web.json b/domains/web.json new file mode 100644 index 000000000..a4aad46f2 --- /dev/null +++ b/domains/web.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LellisV2", + "email": "lellis2x@gmail.com" + }, + "record": { + "CNAME": "vmi629745.contaboserver.net" + } +} diff --git a/domains/wiicreation.json b/domains/wiicreation.json new file mode 100644 index 000000000..e0726aadb --- /dev/null +++ b/domains/wiicreation.json @@ -0,0 +1,11 @@ +{ + "description": "Wiicreation is a recreation of the Nintendo Wii made in ElectronJS.", + "repo": "https://github.com/C1200/WiicreationWebsite", + "owner": { + "username": "C1200", + "email": "coreyw.ultimatemedia@gmail.com" + }, + "record": { + "CNAME": "C1200.github.io" + } +} \ No newline at end of file diff --git a/domains/windows.json b/domains/windows.json new file mode 100644 index 000000000..2450b17a0 --- /dev/null +++ b/domains/windows.json @@ -0,0 +1,11 @@ +{ + "description": "my website uwu", + "repo": "https://github.com/windowscmd", + "owner": { + "username": "windowscmd", + "email": "me@astriddev.me" + }, + "record": { + "CNAME": "astridw.netlify.app" + } +} \ No newline at end of file diff --git a/domains/ws.json b/domains/ws.json new file mode 100644 index 000000000..008654a85 --- /dev/null +++ b/domains/ws.json @@ -0,0 +1,11 @@ +{ + "description": "an api for my discord bot", + "repo": "https://github.com/teamjoelee/me", + "owner": { + "username": "teamjoelee", + "email": "tojoeleeofficial@gmail.com" + }, + "record": { + "CNAME": "a91c9e80-8282-444e-adb1-18be6d6ffbc2.repl.co" + } +} \ No newline at end of file diff --git a/domains/wscr.json b/domains/wscr.json new file mode 100644 index 000000000..58515bbf6 --- /dev/null +++ b/domains/wscr.json @@ -0,0 +1,11 @@ +{ + "description": "a website for my discord bot", + "repo": "https://github.com/teamjoelee/me", + "owner": { + "username": "teamjoelee", + "email": "tojoeleeofficial@gmail.com" + }, + "record": { + "CNAME": "3dfb27ff-3743-463e-a0a1-83ef6f7b7468.repl.co" + } +} \ No newline at end of file diff --git a/domains/xave.json b/domains/xave.json new file mode 100644 index 000000000..548bb5485 --- /dev/null +++ b/domains/xave.json @@ -0,0 +1,11 @@ +{ + "description": "xa's site", + "repo": "https://github.com/grilledwindow/grilledwindow.github.io", + "owner": { + "username": "grilledwindow", + "email": "xaveang@gmail.com" + }, + "record": { + "CNAME": "grilledwindow.github.io" + } +} diff --git a/domains/xmdb.json b/domains/xmdb.json new file mode 100644 index 000000000..9a57bcba1 --- /dev/null +++ b/domains/xmdb.json @@ -0,0 +1,12 @@ +{ + "description": "xMdb's portfolio website", + "repo": "https://github.com/xMdb", + "owner": { + "username": "xMdb", + "email": "", + "twitter": "xmdbmatt" + }, + "record": { + "CNAME": "mgrif-portfolio.netlify.app" + } +} diff --git a/domains/xndr.json b/domains/xndr.json new file mode 100644 index 000000000..4d139ca0a --- /dev/null +++ b/domains/xndr.json @@ -0,0 +1,12 @@ +{ + "description": "Xandrrrr's CDN", + "repo": "https://github.com/Xander1233", + "owner": { + "username": "Xander1233", + "email": "", + "twitter": "https://twitter.com/XandrrrrR6" + }, + "record": { + "A": [ "173.249.30.209" ] + } +} diff --git a/domains/yajat.json b/domains/yajat.json index 72c522f22..ea09cb5ed 100644 --- a/domains/yajat.json +++ b/domains/yajat.json @@ -8,4 +8,4 @@ "record": { "URL": "https://www.iamyajat.co/" } -} +} \ No newline at end of file diff --git a/domains/yajtpg.json b/domains/yajtpg.json index b7ce2b4ce..0bf0bf90a 100644 --- a/domains/yajtpg.json +++ b/domains/yajtpg.json @@ -6,6 +6,6 @@ "email": "yajtpg@gmail.com" }, "record": { - "CNAME": "yajtpg.github.io" + "CNAME": "yajtpg.pages.dev" } } \ No newline at end of file diff --git a/domains/ycyanx.json b/domains/ycyanx.json new file mode 100644 index 000000000..e1df3ed28 --- /dev/null +++ b/domains/ycyanx.json @@ -0,0 +1,11 @@ +{ + "description": "yCyanxW's Website for Information!", + "repo": "https://github.com/yCyanxW/ycyanx.github-io", + "owner": { + "username": "yCyanxW", + "email": "ycyanxandxantham@gmail.com" + }, + "record": { + "CNAME": "59a8d912-6eac-4a09-97c0-a319d88b2b50.repl.co" + } +} \ No newline at end of file diff --git a/domains/yeetedwin.json b/domains/yeetedwin.json new file mode 100644 index 000000000..8caf214e6 --- /dev/null +++ b/domains/yeetedwin.json @@ -0,0 +1,11 @@ +{ + "description": "This website is a my personal portfolio", + "repo": "https://github.com/YEETEDWIN/YEETEDWIN.github.io", + "owner": { + "username": "YEETEDWIN", + "email": "yeetedwin@protonmail.com" + }, + "record": { + "CNAME": "yeetedwin.github.io" + } +} diff --git a/domains/yourfriend.json b/domains/yourfriend.json new file mode 100644 index 000000000..b2cd7b4be --- /dev/null +++ b/domains/yourfriend.json @@ -0,0 +1,11 @@ +{ + "description": "Yourfriend's Introduction", + "repo": "https://github.com/yourfriend", + "owner": { + "username": "yourfriend", + "email": "friend@yourfriend.lv" + }, + "record": { + "CNAME": "yourfriend.lv" + } +} \ No newline at end of file diff --git a/domains/yum.json b/domains/yum.json new file mode 100644 index 000000000..cecb91988 --- /dev/null +++ b/domains/yum.json @@ -0,0 +1,10 @@ +{ + "description": "yum's corner of the web.", + "owner": { + "username": "yum", + "email": "antriksh.timepass@gmail.com" + }, + "record": { + "CNAME": "yummyweb.vercel.app" + } +} \ No newline at end of file diff --git a/domains/yuto.json b/domains/yuto.json new file mode 100644 index 000000000..e2c5faec2 --- /dev/null +++ b/domains/yuto.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "starptr", + "email": "yuto@berkeley.edu" + }, + "description": "Personal website", + "record": { + "URL": "https://yart.me" + } +} \ No newline at end of file diff --git a/domains/zaid.json b/domains/zaid.json new file mode 100644 index 000000000..20a85bcf2 --- /dev/null +++ b/domains/zaid.json @@ -0,0 +1,12 @@ +{ + "description": "Zaid's Personal Website", + "repo": "https://github.com/zaidmukaddam/realzaidmukaddam.tech", + "owner": { + "username": "zaidmukaddam", + "email": "zaidlunatic1@gmail", + "twitter": "Zaid08079154" + }, + "record": { + "URL": "https://realzaidmukaddam.tech" + } +} diff --git a/domains/zidanify.json b/domains/zidanify.json new file mode 100644 index 000000000..0f987ed32 --- /dev/null +++ b/domains/zidanify.json @@ -0,0 +1,13 @@ +{ + "description": "zidanify's website", + "repo": "https://github.com/zidanify/zidanify.github.io", + "owner": { + "username": "zidanify", + "email": "mohzidanhirawan356@gmail.com", + "twitter": "Zidanify" + }, + "record": { + "CNAME": "zidanify.github.io" + } +} + diff --git a/domains/zplusfour.json b/domains/zplusfour.json new file mode 100644 index 000000000..2c23d5347 --- /dev/null +++ b/domains/zplusfour.json @@ -0,0 +1,11 @@ +{ + "description": "zplusfour's personal developer website", + "repo": "https://github.com/zplusfour", + "owner": { + "username": "zplusfour", + "email": "zgjoniur@gmail.com" + }, + "record": { + "CNAME": "zplusfour.repl.co" + } +} \ No newline at end of file diff --git a/domains/zuki.json b/domains/zuki.json new file mode 100644 index 000000000..1a53378e3 --- /dev/null +++ b/domains/zuki.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zukidex", + "email": "inari@tuta.io" + }, + "record": { + "CNAME": "zukidex.pages.dev" + } +} \ No newline at end of file diff --git a/domains/zyrouge.json b/domains/zyrouge.json new file mode 100644 index 000000000..a42ef5181 --- /dev/null +++ b/domains/zyrouge.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "zyrouge", + "email": "", + "twitter": "_zyrouge_" + }, + "record": { + "CNAME": "05ea616c-76a5-49f2-a7ab-448a31700949.repl.co" + } +} \ No newline at end of file diff --git a/flash.json b/flash.json new file mode 100644 index 000000000..0447378e6 --- /dev/null +++ b/flash.json @@ -0,0 +1,12 @@ +{ + "repo": "https://github.com/flashthedev", + "owner": { + "username": "Flashthedev", + "email": "flash.dev@outlook.com" + }, + "record": { + "A": [ + "89.41.169.49" + ] + } +} diff --git a/scripts/certbot.sh b/scripts/certbot.sh index 754f38d2d..f8809e4a1 100755 --- a/scripts/certbot.sh +++ b/scripts/certbot.sh @@ -74,15 +74,16 @@ upload_acme_file() { } reset_acme() { - update_record remove A 'www.is-a.dev' "68.65.123.44"; + update_record remove A 'www' "68.65.123.44"; sleep 1; - update_record add CNAME 'www.is-a.dev' "is-a-dev.github.io"; + update_record add CNAME 'www' "is-a-dev.github.io"; } case "$1" in check) echo "TXT record:: $(dig +noall +answer _acme-challenge.is-a.dev TXT | awk '{print $5}')"; ;; + config_www) update_www_record ;; acme_txt) update_acme_txt_record "$2" ;; acme_file) upload_acme_file "$2" "$3" ;; cert) generate_certificate ;; @@ -95,6 +96,7 @@ esac # Run ./scripts/certbot.sh cert # Run ./scripts/certbot.sh acme_txt "" # Run ./scripts/certbot.sh acme_file "" "" +# Run ./scripts/certbot.sh config_www # Upload cert.pem and privkey.pem contents to SSL > Manage SSL Sites # Run ./scripts/certbot.sh reset diff --git a/scripts/register-domains.js b/scripts/register-domains.js index 69435063c..1cefbda7f 100644 --- a/scripts/register-domains.js +++ b/scripts/register-domains.js @@ -3,7 +3,8 @@ const { VALID_RECORD_TYPES, TTL, ENV } = require('../utils/constants'); const { domainService: dc } = require('../utils/domain-service'); const { getDomains: gd } = require('../utils/get-domain'); -const getRecords = R.compose(R.toPairs, R.pick(VALID_RECORD_TYPES)); +// Allow TXT records while publishing (for pcl validation) +const getRecords = R.compose(R.toPairs, R.pick(VALID_RECORD_TYPES.concat(['TXT']))); const toHostList = R.chain(data => { const rs = getRecords(data.record); diff --git a/sociopath.json b/sociopath.json new file mode 100644 index 000000000..51e756989 --- /dev/null +++ b/sociopath.json @@ -0,0 +1,11 @@ +{ + "description": "Well, this is my github sub-domain for my future page", + "repo": "https://github.com/25n/25n.github.io", + "owner": { + "username": "25n", + "email": "joyvance52@gmail.com", + }, + "record": { + "CNAME": "25n.github.io" + } +} diff --git a/tests/domains.test.js b/tests/domains.test.js index 6c58d7037..44c2a5422 100644 --- a/tests/domains.test.js +++ b/tests/domains.test.js @@ -12,6 +12,7 @@ describe('Domains', () => { it('should be valid', (done) => { getDomains() + .then(R.reject(R.propEq('name', '_psl'))) .then(R.map(data => { const { errors } = validateDomainData(data); if (errors.length) { diff --git a/tests/validations.test.js b/tests/validations.test.js index 057ffc3c8..2971b82a7 100644 --- a/tests/validations.test.js +++ b/tests/validations.test.js @@ -31,6 +31,7 @@ describe('validateDomainData', () => { { ...defaultDomain, owner: { email: 'hwelo' }, }, { ...defaultDomain, record: { CNAME: 'http://foobar.com' } }, { ...defaultDomain, record: { CNAME: 'https://foobar.com' } }, + { ...defaultDomain, record: { URL: 'foobar.com' } }, ]; const validCases = [ @@ -44,6 +45,8 @@ describe('validateDomainData', () => { description: getstroflen(99), }, { ...defaultDomain, record: { CNAME: 'aa.sd', URL: '121,3213' } }, + { ...defaultDomain, record: { URL: 'https://foobar.com' } }, + { ...defaultDomain, record: { URL: 'http://foobar.com/foobar/' } }, ]; it('should return false for invalid data', () => { diff --git a/utils/validations.js b/utils/validations.js index 4d0444816..7365a2ab0 100644 --- a/utils/validations.js +++ b/utils/validations.js @@ -2,11 +2,13 @@ const R = require('ramda'); const { VALID_RECORD_TYPES } = require('./constants'); const { or, and, validate, between, testRegex, withLengthEq, withLengthGte } = require('./helpers'); +const isValidURL = testRegex(/^https?:\/\//ig); + const validateCnameRecord = key => and([ R.propSatisfies(R.is(String), key), R.compose(withLengthEq(1), R.reject(R.equals('URL')), R.keys), R.propSatisfies(withLengthGte(3), key), - R.propSatisfies(R.complement(testRegex(/^https?:\/\//ig)), key), + R.propSatisfies(R.complement(isValidURL), key), ]); const validateARecord = key => and([ @@ -46,7 +48,7 @@ const validateDomainData = validate({ R.cond([ [R.has('CNAME'), validateCnameRecord('CNAME')], [R.has('A'), validateARecord('A')], - [R.has('URL'), R.propSatisfies(R.is(String), 'URL')], + [R.has('URL'), R.propSatisfies(isValidURL, 'URL')], [R.T, R.T], ]), ]),