From eaaa1d7fca9ae84e6f89e3eb017571bd77dabe82 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 3 Sep 2023 17:42:33 +0000 Subject: [PATCH] Update 'luasrc/model/cbi/joplin.lua' --- luasrc/model/cbi/joplin.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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