From 323c49ee627f518e415003f438f3e51e937c125c Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 7 Sep 2023 02:01:14 +0000 Subject: [PATCH] Update 'luasrc/model/cbi/gotify.lua' --- luasrc/model/cbi/gotify.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/luasrc/model/cbi/gotify.lua b/luasrc/model/cbi/gotify.lua index fc4ced2..3bbf1fc 100644 --- a/luasrc/model/cbi/gotify.lua +++ b/luasrc/model/cbi/gotify.lua @@ -7,8 +7,8 @@ local gotify_model = require "luci.model.gotify" local m, s, o m = taskd.docker_map("gotify", "gotify", "/usr/libexec/apps/gotify/gotify.sh", - translate("gotify"), - translate("a simple server for sending and receiving messages.") + translate("Gotify"), + translate("A simple server for sending and receiving messages.") .. translate("Official website:") .. ' https://gotify.net/') s = m:section(SimpleSection, translate("Service Status"), translate("gotify status:")) @@ -35,8 +35,8 @@ local home = gotify_model.home() o = s:option(Value, "config_path", translate("Config path").."*") o.rmempty = false o.datatype = "string" -o:value("/opt/docker2/compose/Config/gotify", "/opt/docker2/compose/Config/gotify") -o.default = "/opt/docker2/compose/Config/gotify" +o:value("/opt/docker2/compose/gotify-app", "/opt/docker2/compose/gotify-app") +o.default = "/opt/docker2/compose/gotify-app" local paths, default_path = gotify_model.find_paths(blocks, home, "Configs") for _, val in pairs(paths) do