From 5a0a3beb749bbcc1158599f2785c453e0dca6414 Mon Sep 17 00:00:00 2001 From: rotterdam Date: Wed, 22 Mar 2023 09:21:37 -0300 Subject: [PATCH] modified whoogle --- hosts/servers/alexandria/containerised.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/servers/alexandria/containerised.nix b/hosts/servers/alexandria/containerised.nix index 3d5ec63..60ceeec 100644 --- a/hosts/servers/alexandria/containerised.nix +++ b/hosts/servers/alexandria/containerised.nix @@ -43,12 +43,10 @@ image = "benbusby/whoogle-search:latest"; environment = { HTTPS_ONLY = "1"; - WHOOGLE_CONFIG_DISABLE = "1"; WHOOGLE_CONFIG_LANGUAGE = "lang_en"; WHOOGLE_CONFIG_THEME = "system"; WHOOGLE_CONFIG_VIEW_IMAGE = "1"; WHOOGLE_CONFIG_GET_ONLY = "1"; - WHOOGLE_CONFIG_STYLE = ".logo, .logo-div, footer { display:none !important }"; }; ports = [ "${config.ports.whoogle}:5000"