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/_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/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/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/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/eternal.json b/domains/eternal.json new file mode 100644 index 000000000..95ef7cc3c --- /dev/null +++ b/domains/eternal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thatmarcboi", + "email": "marcacolwell@gmail.com" + }, + "record": { + "URL": "https://github.com/thatmarcboi" + } +} 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/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/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/technofusiontech.json b/domains/technofusiontech.json deleted file mode 100644 index ddeb063aa..000000000 --- a/domains/technofusiontech.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "TechnoFusionTech", - "email": "technofusiontech@techie.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/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/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/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 +}