mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-22 20:26:33 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: Checks
|
||||
on: [pull_request]
|
||||
on: [pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
validation:
|
||||
@@ -9,15 +9,8 @@ jobs:
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
fetch-depth: 0
|
||||
- name: Setup node v16
|
||||
uses: actions/setup-node@v1
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
node-version: '16'
|
||||
- name: Install dependencies
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: install --ignore-engines --frozen-lockfile
|
||||
- name: Run tests
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: test
|
||||
bun-version: 1.0.3
|
||||
- run: bun install
|
||||
- run: bun test
|
||||
|
||||
@@ -12,16 +12,15 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: borales/actions-yarn@v2.0.0
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
cmd: install --ignore-engines
|
||||
- name: Running tests
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: test
|
||||
bun-version: 1.0.3
|
||||
- run: bun install
|
||||
- run: bun test
|
||||
- name: Publishing records
|
||||
env:
|
||||
CI: 1
|
||||
NODE_ENV: production
|
||||
ENV: production
|
||||
DOMAIN_USER: ${{ secrets.DOMAIN_USER }}
|
||||
DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }}
|
||||
@@ -29,6 +28,4 @@ jobs:
|
||||
DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }}
|
||||
DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }}
|
||||
DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }}
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: publish-records
|
||||
run: bun run publish-records
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
name: URL Validation
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * 1' # At 00:00 on Monday
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
validation:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
fetch-depth: 0
|
||||
- name: Setup Up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- run: pip install requests
|
||||
- run: python tests/url-validation.py
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: URL Validiation Result
|
||||
path: url-validation-result.json
|
||||
retention-days: 7
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
node_modules/
|
||||
*.env.*
|
||||
*.env.production
|
||||
*.log
|
||||
is-a-dev-cert/
|
||||
|
||||
@@ -53,10 +53,7 @@ is-a-dev register
|
||||
```
|
||||
|
||||
## Status
|
||||
You can check the uptime of our services on our [status dashboard](https://stats.uptimerobot.com/zY4XKIRVzw).
|
||||
|
||||
[](https://stats.uptimerobot.com/zY4XKIRVzw/787472645)
|
||||
[](https://stats.uptimerobot.com/zY4XKIRVzw/787472617)
|
||||
You can check the uptime of our services on our [status dashboard](https://status.is-a.dev).
|
||||
|
||||
### Similar Services
|
||||
If you want to find services similar to is-a.dev, take a look on [free-for.life](https://free-for.life/#/?id=domains).
|
||||
|
||||
+1
-2
@@ -3,11 +3,10 @@ let
|
||||
inherit (nixpkgs) pkgs;
|
||||
|
||||
nixPackages = with pkgs; [
|
||||
nodejs-18_x
|
||||
yarn
|
||||
docker-compose
|
||||
dnsutils
|
||||
#certbot
|
||||
bun
|
||||
];
|
||||
in
|
||||
pkgs.stdenv.mkDerivation {
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "cy920820",
|
||||
"email": "cuiyang673308817@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"description": "redirects to my website",
|
||||
"repo": "https://github.com/18o4/18o4.github.io",
|
||||
"owner": {
|
||||
"username": "18o4",
|
||||
"email": "",
|
||||
"discord": "18O4#4350",
|
||||
"discordUserID": "279894305630453760"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://18o4.tk"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "1NO26",
|
||||
"email": "ali2626albayrak@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://whub.pro"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "21Z",
|
||||
"email": "hamdankalliyil@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "3kh0",
|
||||
"email": "echo-the-coder@tuta.io"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "4cxa",
|
||||
"email": "kurdiabood123@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "9fc746bd-8245-4dda-be35-8c34a71a6ff9.id.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Personal profile",
|
||||
"repo": "https://github.com/4d62/4d62.github.io",
|
||||
"owner": {
|
||||
"username": "4d62",
|
||||
"email": "4d62@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "4d62.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "62radio.is-a.dev",
|
||||
"repo": "https://github.com/radio-indonesia/radio-indonesia.github.io",
|
||||
"owner": {
|
||||
"username": "lrmn7",
|
||||
"email": "lrmn.dev@gmail.com",
|
||||
"discord": "romanromannya#0"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "radio-indonesia.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "70A5",
|
||||
"email": "joas.van.der.eerden@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "GoodBoyNeon",
|
||||
"discord": "neonthedeveloper",
|
||||
"twitter": "NeonTheNerd",
|
||||
"email": "goodboyneon03@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=9179ff512ac0562aeebd4d418a565cd7208cdfb2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "sahmed011",
|
||||
"email": "sufyanmishal@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=7e7e671a8b44d02fde9ab6f6df7baf94086c96fd"
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,6 @@
|
||||
"discord": "oxmc7769"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "protoshock-utils.000webhostapp.com"
|
||||
"TXT": "dh=6493e80ff0645ec8c706643ae6e357066becb660"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Diordnas",
|
||||
"email": "cassthepurple@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "756d917b8c992b5032094d6765915b"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "roadblockeddev",
|
||||
"email": "roadblockeddevcontact@skiff.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "f255fd01482003b03f51e13141c132"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "aaaminee",
|
||||
"email": "amineoumellouk@yahoo.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://aaaminee.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "FIRSTB0SS",
|
||||
"email": "abhiwa6@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "abhinavcool42",
|
||||
"email": "abhinavcool42@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "goesbyabhi",
|
||||
"email": "abxisxekpanda@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "waitwhatActo",
|
||||
"email": "acton.clever@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "cppqtdev",
|
||||
"email": "akshworkmail@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AdityaBhattacharya1",
|
||||
"email": "ec6isyf0@anonaddy.me"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "adityabhattacharya1.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AdityaBhattacharya1",
|
||||
"email": "utoprocess@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
+4
-2
@@ -4,6 +4,8 @@
|
||||
"email": "squaresmp@asia.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "8e7e5199-15ef-4f4d-8350-68c025df6616.id.repl.co"
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -6,6 +6,7 @@
|
||||
"email": "phenax5@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://phenax.github.io"
|
||||
"URL": "https://ediblemonad.dev",
|
||||
"TXT": [ "Hello there!", "It's me, Akshay" ]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "akshy3",
|
||||
"email": "akshayashok209@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "aliazhar0",
|
||||
"email": "aliazhar1906@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "allancoding",
|
||||
"email": "allancoding.dev@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Aloo Bun Website",
|
||||
"repo": "https://github.com/AshC1ty/ashc1ty.github.io",
|
||||
"owner": {
|
||||
"username": "AshC1ty",
|
||||
"email": "ashcity07734@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ashc1ty.github.io"
|
||||
}
|
||||
}
|
||||
+4
-2
@@ -4,6 +4,8 @@
|
||||
"email": "sweepalf@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "http://youfoundalpha.vercel.app"
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Y-AmilaNirmal",
|
||||
"email": "yamilanirmal@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "y-amilanirmal.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "CalegariAndrei",
|
||||
"email": "ekingproject@gmail.com",
|
||||
"discord": "419584364410699786"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "calegariandrei.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "b5i",
|
||||
"email": "bollengier.antoine@icloud.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "b5i",
|
||||
"email": "bollengier.antoine@icloud.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Anwar's personal website",
|
||||
"repo": "https://github.com/getanwar",
|
||||
"owner": {
|
||||
"username": "getanwar",
|
||||
"email": "say@anwar.im"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://anwar.im"
|
||||
}
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Stef-00012",
|
||||
"email": "stefano.delprete.08@gmail.com",
|
||||
"discord": "694986201739952229"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "api-stefdp.onrender.com"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Develop website",
|
||||
"owner": {
|
||||
"username": "apollyon9",
|
||||
"email": "blzzardst0rm@gmail.com",
|
||||
"twitter": "sakurai072"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://eris9.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Sibu07",
|
||||
"email": "sarbes60@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ARGHOZALI",
|
||||
"email": "arghozalichannel@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["47.88.91.10"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AsminGiri",
|
||||
"email": "asmingiriofficial@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Asthriona",
|
||||
"email": "im@asthriona.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "asthriona.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Atharvjha7",
|
||||
"email": "jha.atharv27@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"repo": "https://github.com/atharvalt/atharvalt.github.io",
|
||||
"repo": "https://github.com/atharvaupadhyay/atharvaupadhyay.github.io",
|
||||
"owner": {
|
||||
"username": "atharvalt",
|
||||
"username": "atharvaupadhyay",
|
||||
"email": "atharva.upadhyay1099@gmail.com",
|
||||
"discord": "シAtharva#5374"
|
||||
"discord": "atharvaupadhyay"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "atharvalt.github.io"
|
||||
"CNAME": "atharvaupadhyay.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "atharvaupadhyay",
|
||||
"email": "atharva.upadhyay1099@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "atharvaupadhyay.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "auuub",
|
||||
"email": "gonzales.gabrielbaral+github@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Ax's Portfolio",
|
||||
"repo": "https://github.com/ax-a-dev",
|
||||
"owner": {
|
||||
"username": "ax-a-dev",
|
||||
"email": "ax_a_dev#3122"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://axdev.vercel.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "dexjr",
|
||||
"email": "dexjrdexjr@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "NotAymo",
|
||||
"email": "ninecraftoff@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"description": "To Host my personal website :)",
|
||||
"repo": "https://github.com/AyushmanSarkar/ayushman-sarkar.github.io",
|
||||
"owner": {
|
||||
"username": "AyushmanSarkar",
|
||||
"email": "aayushmans2008@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
"CNAME": "ayushmansarkar.github.io"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "b5i",
|
||||
"email": "bollengier.antoine@icloud.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "balaganesh102004",
|
||||
"email": "balaganesh10.2004@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://balaganesh.com"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "bampenes",
|
||||
"email": "rafinhabampa@hotmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "bashoudev",
|
||||
"email": "bashou@luduma.ga",
|
||||
"twitter": "bashouuu"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://bashoudev.ga"
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,6 @@
|
||||
},
|
||||
|
||||
"record": {
|
||||
"URL": "https://baumistlustig.eu"
|
||||
"CNAME": "hoellwerth.eu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "istrueuser",
|
||||
"email": "thisistrueemail@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "b34f0c07-3581-4a0e-b0be-81eec794837c.id.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "2618Zahid",
|
||||
"email": "zahidhassankalaroa104@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
+5
-6
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"description": "Personal site for b1uedev, a.k.a Blue.",
|
||||
"repo": "https://github.com/B1ue-Dev/b1ue-dev.github.io",
|
||||
"owner": {
|
||||
"username": "B1ue-Dev",
|
||||
"email": "ngolong1396@hotmail.com",
|
||||
"twitter": "b1uedev"
|
||||
"email": "ngolong1396@hotmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "b1ue-dev.github.io"
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "MrBogdanYT",
|
||||
"email": "hysbskyblockgod@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "boggy539",
|
||||
"email": "ethanbogdan@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "alephdfilms",
|
||||
"email": "alephdiallo@mail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"185.199.108.153",
|
||||
"185.199.109.153",
|
||||
"185.199.110.153",
|
||||
"185.199.111.153"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Bruhxz54",
|
||||
"email": "pollyx73@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Bruhxz54",
|
||||
"email": "pollyx73@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "f2b3938b-4d54-4d87-b941-49461b9d3541.id.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Bumbleboss",
|
||||
"email": "me@bumbleboss.xyz"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"description": "My personal site.",
|
||||
"repo": "https://github.com/cxllm/website",
|
||||
"owner": {
|
||||
"username": "cxllm",
|
||||
"email": "hello@cxllm.xyz",
|
||||
"twitter": "CX11M"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://cxllm.xyz"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "canarddu38",
|
||||
"email": "julescanardcoin@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
+3
-3
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"description": "Personal website",
|
||||
"repo": "https://github.com/diordnas/diordnas.github.io",
|
||||
"owner": {
|
||||
"username": "Diordnas",
|
||||
"email": "alessandroeliot@gmail.com"
|
||||
"email": "cassthepurple@gmail.com"
|
||||
},
|
||||
"description": "Personal site, as well as hosting a few tools",
|
||||
"repo": "https://github.com/diordnas/diordnas.github.io",
|
||||
"record": {
|
||||
"CNAME": "diordnas.github.io"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Stef-00012",
|
||||
"email": "stefano.delprete.08@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "cl-gl94ec41ff.gcdn.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Luongzz",
|
||||
"email": "buivanluong0204@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "cha0ticcoder",
|
||||
"email": "chaoticplayern1@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Peter-0097",
|
||||
"email": "chaayagames@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "qing762",
|
||||
"email": "threatedblade@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://qing762.is-a.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "chandrabosep",
|
||||
"email": "chandrabosep3112@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,13 +1,11 @@
|
||||
{
|
||||
"description": "Patrick Chen's develop site",
|
||||
"repo": "https://github.com/ChpShy/ChpShy.github.io.git",
|
||||
"repo": "https://github.com/PatrickChen928/patrickchen928.github.io",
|
||||
"owner": {
|
||||
"username": "chenpeng",
|
||||
"email": "cp786156072@gmail.com",
|
||||
"twitter": "chepy2019",
|
||||
"discord": "Patrick Chen#9900"
|
||||
"username": "PatrickChen928",
|
||||
"email": "cp786156072@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://chpshy.github.io"
|
||||
"URL": "https://patrickchen928.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "chiragnahata",
|
||||
"email": "chiragnahata05@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"A": ["129.213.151.29"]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Chouhict",
|
||||
"email": "chouhi@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://chouhi.ml"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,9 @@
|
||||
{
|
||||
"description": "testing",
|
||||
"owner": {
|
||||
"username": "Chris8889",
|
||||
"email": "chris88892@protonmail.com",
|
||||
"twitter": "Chris8889"
|
||||
"email": "chris88892@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "5d931f3a-d63d-4ccf-b14c-5b566fd0c5f0.id.repl.co"
|
||||
"CNAME": "hosts.is-a.dev"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "DenDanskeMine",
|
||||
"email": "christianhrose@outlook.dk"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "CihatKsm",
|
||||
"email": "cihatksm@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "NotAymo",
|
||||
"email": "ninecraftoff@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "chiragnahata",
|
||||
"email": "chiragnahata05@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"A": ["129.213.151.29"]
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "iscosmos",
|
||||
"email": "iscosmos@outlook.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"URL": "https://iscosmos.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Redirecting to my socials website.",
|
||||
"repo": "https://github.com/CRACKz-cyber",
|
||||
"owner": {
|
||||
"username": "CRACKz-cyber",
|
||||
"email": "thomasknekibus@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "http://lassewiedemann.de"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "CihatKsm",
|
||||
"email": "cihatksm@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "CycloneAddons",
|
||||
"email": "cycloneaddon@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["34.132.134.162"],
|
||||
"TXT": "replit-verify=4aa75152-01c8-46af-b007-80d24ba1a8fa"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "dailycat.is-a.dev",
|
||||
"repo": "https://github.com/dailycats/dailycats.github.io",
|
||||
"owner": {
|
||||
"username": "lrmn7",
|
||||
"email": "lrmn.dev@gmail.com",
|
||||
"discord": "romanromannya#0"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "dailycats.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "lrmn7",
|
||||
"email": "lrmn.dev@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Daniel Clarke's website",
|
||||
"repo": "https://github.com/DanielWilliamClarke/Cujo",
|
||||
"owner": {
|
||||
"username": "DanielWilliamClarke",
|
||||
"email": "clarkit@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://danielclarke.tech"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Thedogecraft",
|
||||
"email": "dantaealt@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "nativegames.net"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "justDarian",
|
||||
"email": "Darian.mohaseb@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
+5
-5
@@ -2,8 +2,8 @@
|
||||
"owner": {
|
||||
"username": "BruhDark",
|
||||
"email": "darkpxint@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "bruhdarkgithubio-production.up.railway.app"
|
||||
}
|
||||
}
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "website-93d6f.web.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ceodavee",
|
||||
"email": "ceodavee@icloud.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["217.174.245.249"],
|
||||
"MX": ["hosts.is-a.dev"],
|
||||
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user