From 6ab4858a30bed8e2e6e28266db9d8fe293248abd Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 8 Sep 2023 06:26:00 +0000 Subject: [PATCH] Update 'luasrc/model/cbi/seafile.lua' --- luasrc/model/cbi/seafile.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/luasrc/model/cbi/seafile.lua b/luasrc/model/cbi/seafile.lua index 8cc8c94..4abed9f 100644 --- a/luasrc/model/cbi/seafile.lua +++ b/luasrc/model/cbi/seafile.lua @@ -7,7 +7,7 @@ local seafile_model = require "luci.model.seafile" local m, s, o m = taskd.docker_map("seafile", "seafile", "/usr/libexec/apps/seafile/seafile.sh", - translate("seafile"), + translate("Seafile"), translate("Seafile is an open-source, cross-platform file-hosting software system. Files are stored on a central server and can be synchronized with personal computers and mobile devices through apps.") .. translate("Official website:") .. ' https://www.seafile.com/en/home/') @@ -35,8 +35,8 @@ local home = seafile_model.home() o = s:option(Value, "config_path", translate("Config path").."*") o.rmempty = false o.datatype = "string" -o:value("/opt/docker2/compose/Config/Seafile", "/opt/docker2/compose/Config/Seafile") -o.default = "/opt/docker2/compose/Config/Seafile" +o:value("/opt/docker2/compose/seafile-app/config", "/opt/docker2/compose/seafile-app/config") +o.default = "//opt/docker2/compose/seafile-app/config" local paths, default_path = seafile_model.find_paths(blocks, home, "Configs") for _, val in pairs(paths) do