forked from Github/frigate
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
34fb1c2ef5 | ||
|
|
bf23a21486 |
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
||||
default_target: local
|
||||
|
||||
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
|
||||
GITHUB_REF_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
|
||||
CURRENT_UID := $(shell id -u)
|
||||
|
||||
@@ -10,6 +10,8 @@ events {
|
||||
}
|
||||
|
||||
http {
|
||||
map_hash_bucket_size 256;
|
||||
|
||||
include mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ record:
|
||||
enabled: True
|
||||
retain:
|
||||
days: 3
|
||||
mode: all
|
||||
mode: motion
|
||||
events:
|
||||
retain:
|
||||
default: 30
|
||||
|
||||
Reference in New Issue
Block a user