forked from Github/frigate
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
34fb1c2ef5 | ||
|
|
bf23a21486 |
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
|||||||
default_target: local
|
default_target: local
|
||||||
|
|
||||||
COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1)
|
COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1)
|
||||||
VERSION = 0.13.0
|
VERSION = 0.13.1
|
||||||
IMAGE_REPO ?= ghcr.io/blakeblackshear/frigate
|
IMAGE_REPO ?= ghcr.io/blakeblackshear/frigate
|
||||||
GITHUB_REF_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
|
GITHUB_REF_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
|
||||||
CURRENT_UID := $(shell id -u)
|
CURRENT_UID := $(shell id -u)
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ events {
|
|||||||
}
|
}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
map_hash_bucket_size 256;
|
||||||
|
|
||||||
include mime.types;
|
include mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ record:
|
|||||||
enabled: True
|
enabled: True
|
||||||
retain:
|
retain:
|
||||||
days: 3
|
days: 3
|
||||||
mode: all
|
mode: motion
|
||||||
events:
|
events:
|
||||||
retain:
|
retain:
|
||||||
default: 30
|
default: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user