modified whoogle

This commit is contained in:
rotterdam 2023-03-22 09:21:37 -03:00
parent 48d1d00a3d
commit 5a0a3beb74

View file

@ -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"