diff --git a/luasrc/model/cbi/joplin.lua b/luasrc/model/cbi/joplin.lua index 89f6115..8f985bc 100644 --- a/luasrc/model/cbi/joplin.lua +++ b/luasrc/model/cbi/joplin.lua @@ -7,7 +7,7 @@ local joplin_model = require "luci.model.joplin" local m, s, o m = taskd.docker_map("joplin", "joplin", "/usr/libexec/apps/joplin/joplin.sh", - translate("joplin"), + translate("Joplin"), translate("Joplin Server can run in a Docker container on your server or anywhere you want to run it with Docker. Joplin Server will allow you to sync notes from the desktop application and mobile phone applications so you can view, edit or add notes anywhere on the go.") .. translate("Official website:") .. ' https://hub.docker.com/r/florider89/joplin-server/') @@ -35,8 +35,8 @@ local home = joplin_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/joplin", "/opt/docker2/compose/joplin") +o.default = "/opt/docker2/compose/joplin" local paths, default_path = joplin_model.find_paths(blocks, home, "Configs") for _, val in pairs(paths) do