From 1a81308c4f94d71697aaf4d263fbf3e7a2b80fb7 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 3 Sep 2023 18:14:01 +0000 Subject: [PATCH] Update 'luasrc/model/cbi/whoogle.lua' --- luasrc/model/cbi/whoogle.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/luasrc/model/cbi/whoogle.lua b/luasrc/model/cbi/whoogle.lua index ad5ae3c..4edd549 100644 --- a/luasrc/model/cbi/whoogle.lua +++ b/luasrc/model/cbi/whoogle.lua @@ -7,7 +7,7 @@ local whoogle_model = require "luci.model.whoogle" local m, s, o m = taskd.docker_map("whoogle", "whoogle", "/usr/libexec/apps/whoogle/whoogle.sh", - translate("whoogle"), + translate("Whoogle"), translate("Whoogle is a free open-source self-hosted metasearch engine that allows you to search and get your Google results without ads, JavaScript trackers, or AMP links. It also ignores cookies, and does not perform any IP address tracking.") .. translate("Official website:") .. ' https://hub.docker.com/r/benbusby/whoogle-search/') @@ -35,8 +35,8 @@ local home = whoogle_model.home() o = s:option(Value, "config_path", translate("Config path").."*") o.rmempty = false o.datatype = "string" -o:value("/opt/docker2/compose/Config", "/opt/docker2/compose/Config") -o.default = "/opt/docker2/compose/Config" +o:value("/opt/docker2/compose/whoogle-app", "/opt/docker2/compose/whoogle-app") +o.default = "/opt/docker2/compose/whoogle-app" local paths, default_path = whoogle_model.find_paths(blocks, home, "Configs") for _, val in pairs(paths) do