From 3b68bee6ff46d2013a4947923dad30741e024547 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sun, 20 Mar 2022 13:37:20 +0700 Subject: [PATCH 1/3] Create api.zeppelin.maskduck.json --- domains/api.zeppelin.maskduck.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 domains/api.zeppelin.maskduck.json diff --git a/domains/api.zeppelin.maskduck.json b/domains/api.zeppelin.maskduck.json new file mode 100644 index 000000000..3c0f17f84 --- /dev/null +++ b/domains/api.zeppelin.maskduck.json @@ -0,0 +1,15 @@ +{ + "description": "Zeppelin selfhost API", + "repo": "https://github.com/maskducks/maskducks.github.io", + "owner": { + "username": "MaskDuck", + "email": "", + "discord": "MaskDuck#1337", + "twitter": "MaskDuck1", + "reddit": "u/maskduck", + "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586." + }, + "record": { + "CNAME": "zeppelin-maskduck-api.up.railway.app" + } +} From b2eb834e2d0f3e0f18bc58d8092abea684756b4f Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sun, 20 Mar 2022 13:38:33 +0700 Subject: [PATCH 2/3] Create dashboard.zeppelin.maskduck.json --- domains/dashboard.zeppelin.maskduck.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 domains/dashboard.zeppelin.maskduck.json diff --git a/domains/dashboard.zeppelin.maskduck.json b/domains/dashboard.zeppelin.maskduck.json new file mode 100644 index 000000000..bc90b7c35 --- /dev/null +++ b/domains/dashboard.zeppelin.maskduck.json @@ -0,0 +1,15 @@ +{ + "description": "MaskDuck's personal website!", + "repo": "https://github.com/maskducks/maskducks.github.io", + "owner": { + "username": "MaskDuck", + "email": "", + "discord": "MaskDuck#1337", + "twitter": "MaskDuck1", + "reddit": "u/maskduck", + "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586." + }, + "record": { + "CNAME": "zeppelin-railway-dashboard.up.railway.app" + } +} From b8e76758dd3ea669e81f80fd5fccf2b67e35a539 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sun, 20 Mar 2022 21:14:59 +0700 Subject: [PATCH 3/3] Update api.zeppelin.maskduck.json --- domains/api.zeppelin.maskduck.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/api.zeppelin.maskduck.json b/domains/api.zeppelin.maskduck.json index 3c0f17f84..4ffcd8ccf 100644 --- a/domains/api.zeppelin.maskduck.json +++ b/domains/api.zeppelin.maskduck.json @@ -10,6 +10,6 @@ "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586." }, "record": { - "CNAME": "zeppelin-maskduck-api.up.railway.app" + "CNAME": "zeppelin-railway-api.up.railway.app" } }