From 4c753b9f55803ae327cd085ae7d53542640700ed Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 15 Mar 2020 17:18:17 +0800 Subject: [PATCH] removed seafile --- configs/sputnik/nginx.nix | 52 ----------------------------- configs/workhorse/configuration.nix | 1 - 2 files changed, 53 deletions(-) diff --git a/configs/sputnik/nginx.nix b/configs/sputnik/nginx.nix index 2c8929f..00545a8 100644 --- a/configs/sputnik/nginx.nix +++ b/configs/sputnik/nginx.nix @@ -196,58 +196,6 @@ }; }; - #"nextcloud.gaykraft.com" = { - # listen = [ - # { - # addr = "0.0.0.0"; - # port = 4443; - # ssl = true; - # } - # { - # addr = "0.0.0.0"; - # port = 80; - # ssl = false; - # } - # ]; - # forceSSL = true; - # enableACME = true; - # locations."/" = { - # proxyPass = "http://nextcloud.workhorse.private"; - # extraConfig = '' - # sub_filter "http://nextcloud.gaykraft.com" "https://nextcloud.gaykraft.com"; - # sub_filter "nextcloud.workhorse.private" "nextcloud.gaykraft.com"; - # # used for view/edit office file via Office Online Server - # client_max_body_size 0; - # ''; - # }; - #}; - - "seafile.gaykraft.com" = { - listen = [ - { - addr = "0.0.0.0"; - port = 4443; - ssl = true; - } - { - addr = "0.0.0.0"; - port = 80; - ssl = false; - } - ]; - forceSSL = true; - enableACME = true; - locations."/" = { - proxyPass = "http://workhorse.private:3030"; - extraConfig = '' - sub_filter "http://seafile.gaykraft.com" "https://seafile.gaykraft.com"; - - # used for view/edit office file via Office Online Server - client_max_body_size 0; - ''; - }; - }; - "gaykraft.com" = { listen = [ { diff --git a/configs/workhorse/configuration.nix b/configs/workhorse/configuration.nix index ec227f3..a2c96da 100644 --- a/configs/workhorse/configuration.nix +++ b/configs/workhorse/configuration.nix @@ -17,7 +17,6 @@ ./packages.nix ./prometheus.nix ./restic.nix - ./seafile.nix ./syncthing.nix ./taskserver.nix ./tinc.nix