From 9292c6ee8162ddb4cea769f811fd42808714a5f0 Mon Sep 17 00:00:00 2001 From: Scoobis Trombone <108070070+turtletown73@users.noreply.github.com> Date: Thu, 9 May 2024 12:14:24 -0400 Subject: [PATCH] scoobis.is-a.dev Currently I only have the website setup for http, not https. --- domains/scoobis.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/scoobis.json diff --git a/domains/scoobis.json b/domains/scoobis.json new file mode 100644 index 000000000..dd34062b0 --- /dev/null +++ b/domains/scoobis.json @@ -0,0 +1,11 @@ +{ + "description": "scoobis website", + "repo": "https://github.com/turtletown73/http-server", + "owner": { + "username": "turtletown73", + "email": "wetturtle45@gmail.com" + }, + "record": { + "CNAME": "174.182.75.57" + } +}