mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update frigate to version v0.15.0 (#2193)
This commit is contained in:
parent
59b152af5d
commit
f3ebd867ca
@ -10,7 +10,7 @@ services:
|
||||
web:
|
||||
privileged: true # this may not be necessary for all setups
|
||||
restart: unless-stopped
|
||||
image: ghcr.io/blakeblackshear/frigate:0.14.1@sha256:22e3d0b486df52c3d669682254c2b1bf4205fa6ad8bd8f8c9f7fe76b1517005d
|
||||
image: ghcr.io/blakeblackshear/frigate:0.15.0@sha256:dc77295ccc5a7258510ab6b1d9d5b7a339027305e2d29224338534febc4d1e89
|
||||
shm_size: "128mb" # update for your cameras based on calculation above
|
||||
devices:
|
||||
- /dev:/dev
|
||||
@ -18,13 +18,13 @@ services:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${APP_DATA_DIR}/data/config:/config
|
||||
- ${APP_DATA_DIR}/data/storage:/media/frigate
|
||||
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
|
||||
target: /tmp/cache
|
||||
tmpfs:
|
||||
size: 1000000000
|
||||
# - type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
|
||||
# target: /tmp/cache
|
||||
# tmpfs:
|
||||
# size: 1000000000
|
||||
ports:
|
||||
- "8554:8554" # RTSP feeds
|
||||
- "8555:8555/tcp" # WebRTC over tcp
|
||||
- "8555:8555/udp" # WebRTC over udp
|
||||
environment:
|
||||
FRIGATE_RTSP_PASSWORD: ${APP_PASSWORD}
|
||||
FRIGATE_RTSP_PASSWORD: ${APP_PASSWORD}
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: frigate
|
||||
category: automation
|
||||
name: Frigate
|
||||
version: "0.14.1"
|
||||
version: "0.15.0"
|
||||
tagline: A complete and local NVR
|
||||
description: >-
|
||||
A complete and local NVR designed for Home Assistant with AI object detection.
|
||||
@ -17,18 +17,17 @@ description: >-
|
||||
|
||||
- Your RTSP password (if needed) is the "default app password" that is displayed on Frigate's page in the app store (shown after install).
|
||||
releaseNotes: >-
|
||||
This is a maintenance release for Frigate 0.14 that includes bugfixes as well as performance and stability improvements.
|
||||
⚠️ As usual, Frigate will attempt to update its configuration automatically. It is still recommended to back up your current config and database before upgrading.
|
||||
|
||||
|
||||
Key highlights:
|
||||
- Fixed authentication when serving Frigate at a subpath
|
||||
- Improved iOS export functionality
|
||||
- Enhanced review camera sorting
|
||||
- Added confirmation dialog before deleting review items
|
||||
- Improved pan/pinch/zoom capability on Frigate+ view snapshots
|
||||
- Fixed issues with recordings view and live player
|
||||
- Added shortcut key "r" to mark items as reviewed in Review pane
|
||||
- Various UI and performance enhancements
|
||||
Key changes include:
|
||||
- Rewritten shared memory (SHM) system for improved stability
|
||||
- New recording configuration for better control of alerts and detections retention
|
||||
- New Explore feature for searching and exploring tracked objects
|
||||
- Native notifications support via WebPush protocol
|
||||
- Improved tools for debugging with Review Item Details and Object Lifecycle panes
|
||||
- New object detectors including ONNX, AMD MiGraphX, and Hailo-8 support
|
||||
- Enhanced UI with improved storage metrics, camera stream info, and keyboard shortcuts
|
||||
|
||||
|
||||
Full release notes are available at https://github.com/blakeblackshear/frigate/releases
|
||||
@ -46,4 +45,4 @@ defaultUsername: ""
|
||||
deterministicPassword: true
|
||||
dependencies: []
|
||||
submitter: ~dibref-labter
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/843
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/843
|
||||
|
Loading…
Reference in New Issue
Block a user