Update 'luasrc/model/cbi/frigate.lua'

pull/2/head
ben 1 year ago
parent f2c8be2ecc
commit 00e6d76e9f

@ -6,8 +6,8 @@ local taskd = require "luci.model.tasks"
local frigate_model = require "luci.model.frigate" local frigate_model = require "luci.model.frigate"
local m, s, o local m, s, o
m = taskd.docker_map("frigate", "Frigate NVR", "/usr/libexec/apps/frigate/frigate.sh", m = taskd.docker_map("frigate", "frigate", "/usr/libexec/apps/frigate/frigate.sh",
translate("Frigate"), translate("Frigate NVR"),
translate("Frigate is an open-source NVR built around real-time AI object detection. All processing is performed locally on your own hardware.") translate("Frigate is an open-source NVR built around real-time AI object detection. All processing is performed locally on your own hardware.")
.. "<br/>".. translate("Official website:") .. ' <a href=\"https://frigate.video/\" target=\"_blank\">https://frigate.video/</a>') .. "<br/>".. translate("Official website:") .. ' <a href=\"https://frigate.video/\" target=\"_blank\">https://frigate.video/</a>')

Loading…
Cancel
Save