From 225c08dca89e8eb3c9ac358af8bb1f3084458f83 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 20 Jul 2024 08:40:42 +0800 Subject: [PATCH 1/3] Create owl.json --- domains/owl.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/owl.json diff --git a/domains/owl.json b/domains/owl.json new file mode 100644 index 000000000..93c971558 --- /dev/null +++ b/domains/owl.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "" + }. + "records": { + "CNAME": "coolify.wdh.gg" + } +} From 8664ee409622f74d7497d43269b5d82de39c7a51 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 20 Jul 2024 08:41:46 +0800 Subject: [PATCH 2/3] Update owl.json --- domains/owl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/owl.json b/domains/owl.json index 93c971558..7a1b96e67 100644 --- a/domains/owl.json +++ b/domains/owl.json @@ -2,7 +2,7 @@ "owner": { "username": "is-a-dev", "email": "" - }. + }, "records": { "CNAME": "coolify.wdh.gg" } From 8241fcb9d73a29884e34b071186723f13d9bb236 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 20 Jul 2024 08:42:29 +0800 Subject: [PATCH 3/3] Update owl.json --- domains/owl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/owl.json b/domains/owl.json index 7a1b96e67..4c315ab46 100644 --- a/domains/owl.json +++ b/domains/owl.json @@ -3,7 +3,7 @@ "username": "is-a-dev", "email": "" }, - "records": { + "record": { "CNAME": "coolify.wdh.gg" } }