From 1837dd868e2d693c61d68b6b5082a4152215be5e Mon Sep 17 00:00:00 2001 From: riley Date: Wed, 20 Sep 2023 16:51:03 -0400 Subject: [PATCH] updated default port due to Whoogle conflict --- luasrc/model/cbi/frigate.lua | 2 +- root/etc/config/frigate | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/luasrc/model/cbi/frigate.lua b/luasrc/model/cbi/frigate.lua index 631abc5..6a86144 100644 --- a/luasrc/model/cbi/frigate.lua +++ b/luasrc/model/cbi/frigate.lua @@ -20,7 +20,7 @@ s.addremove = false s.anonymous = true o = s:option(Value, "port", "Port") -o.default = "5000" +o.default = "5100" o = s:option(Value, "image", "Image") o.default = "ghcr.io/blakeblackshear/frigate:stable" diff --git a/root/etc/config/frigate b/root/etc/config/frigate index 34a1254..163f1ee 100644 --- a/root/etc/config/frigate +++ b/root/etc/config/frigate @@ -1,5 +1,5 @@ config frigate_config 'docker' - option port '5000' + option port '5100' option image 'ghcr.io/blakeblackshear/frigate:stable' option usbcoral '/dev/bus/usb' option hwaccel '/dev/crypto'