diff --git a/.github/workflows/wildcard.yml b/.github/workflows/wildcard.yml index a6a5e4b16..b7622fc2d 100644 --- a/.github/workflows/wildcard.yml +++ b/.github/workflows/wildcard.yml @@ -30,12 +30,15 @@ jobs: - name: test run: cat domains/_acme-challenge.json - - name: Install Yarn dependencies - run: yarn install --ignore-engines + - uses: oven-sh/setup-bun@v1 + with: + bun-version: 1.0.3 + - run: bun install - name: Publishing records env: CI: 1 + NODE_ENV: production ENV: production DOMAIN_USER: ${{ secrets.DOMAIN_USER }} DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }} @@ -43,7 +46,7 @@ jobs: DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }} DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }} DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }} - run: yarn publish-records + run: bun run publish-records - name: Sleep run: sleep 10m shell: bash @@ -55,6 +58,7 @@ jobs: - name: removing records env: CI: 1 + NODE_ENV: production ENV: production DOMAIN_USER: ${{ secrets.DOMAIN_USER }} DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }} @@ -62,4 +66,4 @@ jobs: DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }} DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }} DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }} - run: yarn publish-records + run: bun run publish-records diff --git a/domains/_discord.kleb.json b/domains/_discord.kleb.json new file mode 100644 index 000000000..620d054d6 --- /dev/null +++ b/domains/_discord.kleb.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "KrazyKleb", + "email": "krazykleb@outlook.com" + }, + "record": { + "TXT": "dh=3e455eb128d3f2996cd8226c6666872d617d7bdf" + } +} diff --git a/domains/_github-pages-challenge-mackrz.mackrz.json b/domains/_github-pages-challenge-mackrz.mackrz.json new file mode 100644 index 000000000..00a1678b7 --- /dev/null +++ b/domains/_github-pages-challenge-mackrz.mackrz.json @@ -0,0 +1,10 @@ +{ + "description": "GitHub Pages verification for mackrz.is-a.dev", + "owner": { + "username": "mackrz", + "email": "macio181@gmail.com" + }, + "record": { + "TXT": "5a7205dd21c68bf953f930899845d9" + } +} diff --git a/domains/_github-pages-challenge-p3nguin-kun.p3nguin.json b/domains/_github-pages-challenge-p3nguin-kun.p3nguin.json new file mode 100644 index 000000000..5e30a445b --- /dev/null +++ b/domains/_github-pages-challenge-p3nguin-kun.p3nguin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "p3nguin-kun", + "email": "p3nguinkun@proton.me" + }, + "record": { + "TXT": "5c46702c7db5dc72a476dec9da3d34" + } +} diff --git a/domains/_github-pages-challenge-stef-00012.stefdp.json b/domains/_github-pages-challenge-stef-00012.stefdp.json index 2d58c7dd3..c621262de 100644 --- a/domains/_github-pages-challenge-stef-00012.stefdp.json +++ b/domains/_github-pages-challenge-stef-00012.stefdp.json @@ -1,7 +1,8 @@ { "owner": { "username": "Stef-00012", - "email": "stefano.delprete.08@gmail.com" + "email": "admin@stefdp.is-a.dev", + "discord": "694986201739952229" }, "record": { "TXT": "27c2dc9cd3e8a0a37947e82ab6f637" diff --git a/domains/api.stefdp.json b/domains/api.stefdp.json index 8925f5839..562922313 100644 --- a/domains/api.stefdp.json +++ b/domains/api.stefdp.json @@ -1,10 +1,9 @@ { "owner": { - "username": "Stef-00012", - "email": "stefano.delprete.08@gmail.com", - "discord": "694986201739952229" + "username": "Stef-00012", + "email": "admin@stefdp.is-a.dev", + "discord": "694986201739952229" }, - "record": { "CNAME": "api-stefdp.onrender.com" } diff --git a/domains/asriel.json b/domains/asriel.json index 1016b1dfc..e3eae9fbc 100644 --- a/domains/asriel.json +++ b/domains/asriel.json @@ -7,6 +7,6 @@ "discord": "AsrieltheGoat#9753" }, "record": { - "CNAME": "asrielthegoat.github.io" + "A": ["146.56.191.239"] } } diff --git a/domains/cumcord.json b/domains/cumcord.json index b4ada6215..eeaa4c360 100644 --- a/domains/cumcord.json +++ b/domains/cumcord.json @@ -4,6 +4,8 @@ "email": "iididhejejdj@gmail.com" }, "record": { - "A": ["217.174.245.249"] + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} +} \ No newline at end of file diff --git a/domains/dashboard.gattinhosbot.json b/domains/dashboard.gattinhosbot.json new file mode 100644 index 000000000..ac75435d3 --- /dev/null +++ b/domains/dashboard.gattinhosbot.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Stef-00012", + "email": "admin@stefdp.is-a.dev", + "discord": "694986201739952229" + }, + "record": { + "A": [ + "84.46.245.191" + ] + } +} diff --git a/domains/deadcode.json b/domains/deadcode.json new file mode 100644 index 000000000..c783a3e09 --- /dev/null +++ b/domains/deadcode.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RichardKanshen", + "email": "richard@kanshen.click" + }, + "record": { + "CNAME": "deadcodegames.github.io" + } +} diff --git a/domains/devmail.json b/domains/devmail.json new file mode 100644 index 000000000..035eb634b --- /dev/null +++ b/domains/devmail.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "is-a-dev@win11react.com", + "discord": "1094272477137481810" + }, + + "record": { + "A": ["217.174.245.249"] + } + } + diff --git a/domains/docs.stefdp.json b/domains/docs.stefdp.json index a8efd7f67..d024e4e66 100644 --- a/domains/docs.stefdp.json +++ b/domains/docs.stefdp.json @@ -1,7 +1,8 @@ { "owner": { "username": "Stef-00012", - "email": "stefano.delprete.08@gmail.com" + "email": "admin@stefdp.is-a.dev", + "discord": "694986201739952229" }, "record": { "CNAME": "c2d298f98c-hosting.gitbook.io" diff --git a/domains/drv123323.json b/domains/drv123323.json new file mode 100644 index 000000000..c90e8ec9f --- /dev/null +++ b/domains/drv123323.json @@ -0,0 +1,11 @@ +{ + "description": "My personal developer portfolio.", + "repo": "https://github.com/dizzy123323/dizzy123323.github.io", + "owner": { + "username": "dizzy123323", + "email": "Dhruvksuru@gmail.com" + }, + "record": { + "CNAME": "dizzy123323.github.io" + } +} diff --git a/domains/ehmad.json b/domains/ehmad.json new file mode 100644 index 000000000..4790085ac --- /dev/null +++ b/domains/ehmad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mrxehmad", + "email": "mrxehmad@naver.com" + }, + "record": { + "CNAME": "mrxehmad.github.io" + } +} diff --git a/domains/endxrmxn.json b/domains/endxrmxn.json new file mode 100644 index 000000000..8ac205386 --- /dev/null +++ b/domains/endxrmxn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "endxrmxn", + "email": "endxrmxn@yahoo.com" + }, + "record": { + "CNAME": "endxrmxn.pages.dev" + } +} diff --git a/domains/technofusiontech.json b/domains/eternal.json similarity index 66% rename from domains/technofusiontech.json rename to domains/eternal.json index ddeb063aa..c9de9ac55 100644 --- a/domains/technofusiontech.json +++ b/domains/eternal.json @@ -1,7 +1,7 @@ { "owner": { - "username": "TechnoFusionTech", - "email": "technofusiontech@techie.com" + "username": "thatmarcboi", + "email": "marcacolwell@gmail.com" }, "record": { "A": ["217.174.245.249"], diff --git a/domains/gattinhosbot.json b/domains/gattinhosbot.json index c9e00619f..724d362f9 100644 --- a/domains/gattinhosbot.json +++ b/domains/gattinhosbot.json @@ -1,10 +1,13 @@ { "owner": { "username": "Stef-00012", - "email": "stefano.delprete.08@gmail.com" + "email": "admin@stefdp.is-a.dev", + "discord": "694986201739952229" }, "record": { - "A": ["217.174.245.249"], + "A": [ + "217.174.245.249" + ], "MX": [ "mx1.forwardemail.net", "mx2.forwardemail.net" diff --git a/domains/groznyogor.json b/domains/groznyogor.json new file mode 100644 index 000000000..082f36a6c --- /dev/null +++ b/domains/groznyogor.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ogorfolio", + "email": "swiatpaczek@gmail.com" + }, + "record": { + "CNAME": "groznyogor.github.io.opts-https.redirect.center" + } +} diff --git a/domains/h4rl.json b/domains/h4rl.json new file mode 100644 index 000000000..5d1c36eb9 --- /dev/null +++ b/domains/h4rl.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "h4rldev", + "email": "h4rldev@proton.me" + }, + "record": { + "CNAME": "h4rldev-github-io.pages.dev" + } +} diff --git a/domains/hieu.json b/domains/hieu.json new file mode 100644 index 000000000..3b872d1cb --- /dev/null +++ b/domains/hieu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "huzely", + "email": "hieu65175@gmail.com" + }, + "record": { + "A": ["161.97.168.211"] + } +} diff --git a/domains/interstellaros.json b/domains/interstellaros.json new file mode 100644 index 000000000..99241dce9 --- /dev/null +++ b/domains/interstellaros.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jacksoncraft859", + "email": "pollardjackson@outlook.com" + }, + "record": { + "TXT": "replit-verify=ac38945f-f53b-4b1b-980d-e2a1d64175c6" + } +} diff --git a/domains/krazy.json b/domains/krazy.json index 0b322c817..157b62b8c 100644 --- a/domains/krazy.json +++ b/domains/krazy.json @@ -1,11 +1,11 @@ { "owner": { "username": "KrazyKleb", - "email": "krazyklebyt@gmail.com" + "email": "krazykleb@outlook.com" }, "record": { "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} \ No newline at end of file +} diff --git a/domains/mail.stefdp.json b/domains/mail.stefdp.json index 2f7201d79..ccc349163 100644 --- a/domains/mail.stefdp.json +++ b/domains/mail.stefdp.json @@ -1,8 +1,8 @@ { "owner": { "username": "Stef-00012", - "email": "stefano.delprete.08@gmail.com", - "twitter": "Stef_Del_Prete" + "email": "admin@stefdp.is-a.dev", + "discord": "694986201739952229" }, "record": { "MX": [ diff --git a/domains/markvayson.json b/domains/markvayson.json new file mode 100644 index 000000000..c2a015a42 --- /dev/null +++ b/domains/markvayson.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "markvayson", + "email": "markvayson@gmail.com" + }, + "record": { + "CNAME": "58p02o7x.up.railway.app" + } +} diff --git a/domains/miku.json b/domains/miku.json new file mode 100644 index 000000000..b62050c12 --- /dev/null +++ b/domains/miku.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sercwn", + "email": "artidoxd@gmail.com" + }, + "record": { + "URL": "https://playmiku.blogspot.com/2023/08/miku_98.html" + } +} diff --git a/domains/nyx.json b/domains/nyx.json new file mode 100644 index 000000000..77f7eb6c9 --- /dev/null +++ b/domains/nyx.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nyxical420", + "email": "xaveegacha7@gmail.com" + }, + "record": { + "A": ["76.223.55.44"] + } +} diff --git a/domains/ogor.json b/domains/ogor.json new file mode 100644 index 000000000..ca999f2ed --- /dev/null +++ b/domains/ogor.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ProfKrzys", + "email": "krzysztof2011@hotmail.com" + }, + "record": { + "CNAME": "xomc.pl.opts-https.redirect.center" + } +} diff --git a/domains/receiptify.json b/domains/receiptify.json index 8b3fe072d..167dad256 100644 --- a/domains/receiptify.json +++ b/domains/receiptify.json @@ -1,11 +1,19 @@ { "owner": { "username": "Stef-00012", - "email": "stefano.delprete.08@gmail.com" + "email": "admin@stefdp.is-a.dev", + "discord": "694986201739952229" }, "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "A": [ + "217.174.245.249" + ], + "MX": [ + "mx1.forwardemail.net", + "mx2.forwardemail.net" + ], + "TXT": [ + "forward-email=receiptify@mail.stefdp.is-a.dev" + ] } -} \ No newline at end of file +} diff --git a/domains/rilecraft.json b/domains/rilecraft.json new file mode 100644 index 000000000..f3a0f0a57 --- /dev/null +++ b/domains/rilecraft.json @@ -0,0 +1,11 @@ +{ + "description": "Subdomain for my github pages site.", + "repo": "https://github.com/rilecraft/rilecraft.github.io", + "owner": { + "username": "rilecraft", + "email": "rilecraft@gmail.com" + }, + "record": { + "CNAME": "rilecraft.github.io" + } +} diff --git a/domains/shep.json b/domains/shep.json index c5581e0a5..16bb0fc75 100644 --- a/domains/shep.json +++ b/domains/shep.json @@ -1,12 +1,12 @@ { - "description": "Callum's personal developer website", + "description": "TamShep's personal developer website", "owner": { - "username": "CallumCat", + "username": "TamShep", "email": "rocco@caseymediallc.com", - "twitter": "CallumK_Cat", - "discord": "Callum#0003" + "twitter": "Tammy_GShepherd", + "discord": "sol_999" }, "record": { - "A": ["85.209.223.240"] + "A": ["192.254.73.156"] } } diff --git a/domains/sowmiksudo.json b/domains/sowmiksudo.json new file mode 100644 index 000000000..2072afa9c --- /dev/null +++ b/domains/sowmiksudo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sowmiksudo", + "email": "Xowmik@gmail.com" + }, + "record": { + "CNAME": "sowmiksudo.github.io" + } +} diff --git a/domains/stefdp.json b/domains/stefdp.json index eb96a847a..62b2bcf6e 100644 --- a/domains/stefdp.json +++ b/domains/stefdp.json @@ -1,11 +1,13 @@ { "owner": { "username": "Stef-00012", - "email": "stefano.delprete.08@gmail.com", - "twitter": "Stef_Del_Prete" + "email": "admin@stefdp.is-a.dev", + "discord": "694986201739952229" }, - "record": { - "A": ["217.174.245.249"], + "record": { + "A": [ + "217.174.245.249" + ], "MX": [ "mx1.forwardemail.net", "mx2.forwardemail.net" diff --git a/domains/tariqul.json b/domains/tariqul.json new file mode 100644 index 000000000..862f71aa6 --- /dev/null +++ b/domains/tariqul.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tariqultais", + "email": "2201081175@UTTARAUNIVERSITY.EDU.BD" + }, + "record": { + "URL": "https://sites.google.com/view/tariqultais/home" + } +} diff --git a/domains/tharindudarshana.json b/domains/tharindudarshana.json index 2483c2ff5..d5f51b3d5 100644 --- a/domains/tharindudarshana.json +++ b/domains/tharindudarshana.json @@ -4,6 +4,6 @@ "email": "dehipitiya055@gmail.com" }, "record": { - "CNAME": "tharindudarshana.live" + "CNAME": "1234tharindu.github.io" } } diff --git a/domains/thebestdeveloper.json b/domains/thebestdeveloper.json new file mode 100644 index 000000000..532e99f20 --- /dev/null +++ b/domains/thebestdeveloper.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "notthebestdev", + "email": "thebestdeveloper@outlook.fr" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file diff --git a/domains/thedt.json b/domains/thedt.json new file mode 100644 index 000000000..b60cdeccf --- /dev/null +++ b/domains/thedt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thedtvn", + "email": "duongtuan30306@gmail.com" + }, + "record": { + "URL": "https://many.link/dt" + } +} diff --git a/domains/toasty.json b/domains/toasty.json new file mode 100644 index 000000000..b1550309f --- /dev/null +++ b/domains/toasty.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "toastyyyxd", + "email": "asaeasaeasae.x10@gmail.com", + "discord": "577480703302959104" + }, + + "record": { + "CNAME": "toasty.pages.dev" + } +} diff --git a/domains/valeron.json b/domains/valeron.json new file mode 100644 index 000000000..8bbdb802c --- /dev/null +++ b/domains/valeron.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Valeron-T", + "email": "valeron.toscano@xaviers.edu.in" + }, + "record": { + "URL": "https://valwebsitedata.z29.web.core.windows.net/" + } +} diff --git a/domains/vbc6.json b/domains/vbc6.json new file mode 100644 index 000000000..c611e589e --- /dev/null +++ b/domains/vbc6.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "tsb3-a2", + "email": "tsb3.a2@proton.me" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} \ No newline at end of file diff --git a/domains/xos.json b/domains/xos.json new file mode 100644 index 000000000..47647b918 --- /dev/null +++ b/domains/xos.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jacksoncraft859", + "email": "pollardjackson@outlook.com" + }, + "record": { + "CNAME": "xos.is-cool.dev" + } +} diff --git a/domains/xosjs.json b/domains/xosjs.json new file mode 100644 index 000000000..3502d726c --- /dev/null +++ b/domains/xosjs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jacksoncraft859", + "email": "pollardjackson@outlook.com" + }, + "record": { + "CNAME": "acc468f2-4bc9-4dfa-8059-bc9edf2eb513.id.repl.co" + } +} diff --git a/domains/yug.json b/domains/yug.json index 87fbf0a96..bde9266e0 100644 --- a/domains/yug.json +++ b/domains/yug.json @@ -1,11 +1,12 @@ { + "description": "My website", + "repo": "https://github.com/YUG38/YUG38.github.io", "owner": { "username": "YUG38", - "email": "4yugpatel123@gmail.com" + "email": "4yugpatel123@gmail.com", + "discord": "name_yug" }, "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "YUG38.github.io" } -} \ No newline at end of file +}