From e8b0171add578d190b8f1b5cf69c2e98730cade2 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Thu, 16 Feb 2023 22:05:16 +0100 Subject: Move bot domains to rory.gay, add all bots explicitly Signed-off-by: TheArcaneBrony --- host/Rory-nginx/configuration.nix | 20 +++++++++++++++++++- host/Rory-nginx/hosts/rory.gay/bots.nix | 9 +++++++++ host/Rory-nginx/hosts/thearcanebrony.net/bots.nix | 9 --------- 3 files changed, 28 insertions(+), 10 deletions(-) create mode 100755 host/Rory-nginx/hosts/rory.gay/bots.nix delete mode 100755 host/Rory-nginx/hosts/thearcanebrony.net/bots.nix diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix index 9231691..29d2eeb 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -47,7 +47,25 @@ "sugarcanemc.org" = import ./hosts/sugarcanemc.org/root.nix; #bots... - "siliconbot.bots.thearcanebrony.net" = import ./hosts/thearcanebrony.net/bots.nix; + "0bottests.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "catnipbot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "impulsyeeter.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "omnibot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "yatopiawatchdog.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "playground.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "kinobot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "siliconbotpublic.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "thearcanebot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "anonbot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "hericanbot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "siliconbot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "impulsbot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "studiobot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "carsnbots.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "binsh.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "fosscordbot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "sugarcanebot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "gradbot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; }; }; }; diff --git a/host/Rory-nginx/hosts/rory.gay/bots.nix b/host/Rory-nginx/hosts/rory.gay/bots.nix new file mode 100755 index 0000000..f18a402 --- /dev/null +++ b/host/Rory-nginx/hosts/rory.gay/bots.nix @@ -0,0 +1,9 @@ +{ + enableACME = true; + addSSL = true; + locations = { + "/" = { + proxyPass = "http://192.168.1.50:5033"; + }; + }; +} \ No newline at end of file diff --git a/host/Rory-nginx/hosts/thearcanebrony.net/bots.nix b/host/Rory-nginx/hosts/thearcanebrony.net/bots.nix deleted file mode 100755 index f18a402..0000000 --- a/host/Rory-nginx/hosts/thearcanebrony.net/bots.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ - enableACME = true; - addSSL = true; - locations = { - "/" = { - proxyPass = "http://192.168.1.50:5033"; - }; - }; -} \ No newline at end of file -- cgit 1.4.1