|
|
@ -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>')
|
|
|
|
|
|
|
|
|
|
|
|