From 2b7eb2d42be516f3d316071ac6fc701eab62b453 Mon Sep 17 00:00:00 2001 From: Haithem Turki Date: Wed, 12 Mar 2025 13:04:19 +0100 Subject: [PATCH 1/3] Create yatsuki.json --- domains/yatsuki.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/yatsuki.json diff --git a/domains/yatsuki.json b/domains/yatsuki.json new file mode 100644 index 000000000..909e70d61 --- /dev/null +++ b/domains/yatsuki.json @@ -0,0 +1,16 @@ +{ + "description": "Personal dev domain for my portfolio, testing purposes, and self-hosting via Cloudflare Tunnel.", + "repo": "https://github.com/is-a-dev/docs", + "owner": { + "username": "Turkitutu", + "email": "turkitututfm@gmail.com", + "discord": "yatsuki." + }, + "record": { + "NS": [ + "ezra.ns.cloudflare.com", + "teagan.ns.cloudflare.com" + ] + } + "proxied": true +} From 9f6cbd5346a60bbbf1f3d79586d33487ca17a7eb Mon Sep 17 00:00:00 2001 From: Haithem Turki Date: Wed, 12 Mar 2025 13:25:30 +0100 Subject: [PATCH 2/3] Remove repo field from yatsuki.js --- domains/yatsuki.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/yatsuki.json b/domains/yatsuki.json index 909e70d61..c4ef9ba7d 100644 --- a/domains/yatsuki.json +++ b/domains/yatsuki.json @@ -1,6 +1,5 @@ { "description": "Personal dev domain for my portfolio, testing purposes, and self-hosting via Cloudflare Tunnel.", - "repo": "https://github.com/is-a-dev/docs", "owner": { "username": "Turkitutu", "email": "turkitututfm@gmail.com", From 5089208d18e4c8f21c8e6fc2edc6c355fd2e7f83 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 12 Mar 2025 22:16:33 +0800 Subject: [PATCH 3/3] Update yatsuki.json --- domains/yatsuki.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/yatsuki.json b/domains/yatsuki.json index c4ef9ba7d..48ee4c2c1 100644 --- a/domains/yatsuki.json +++ b/domains/yatsuki.json @@ -11,5 +11,4 @@ "teagan.ns.cloudflare.com" ] } - "proxied": true }