mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 20:38:28 +08:00
67 lines
1.3 KiB
YAML
67 lines
1.3 KiB
YAML
name: frigate-rknpu
|
|
version: rknn1.6-13.2-3
|
|
slug: 'frigate-rknpu'
|
|
codenotary: 'wghaos@163.com'
|
|
description: NVR with realtime local object detection for IP cameras
|
|
url: "https://gitcode.com/waxgourd/addons"
|
|
image: r.hassbus.com/wghaos/frigate
|
|
init: false
|
|
startup: application
|
|
boot: manual
|
|
arch:
|
|
- aarch64
|
|
map:
|
|
- "media:rw"
|
|
- "config:rw"
|
|
webui: "http://[HOST]:[PORT:5000]/"
|
|
watchdog: "http://[HOST]:[PORT:5000]/"
|
|
ingress: true
|
|
ingress_port: 5000
|
|
ingress_entry: /
|
|
panel_icon: "mdi:cctv"
|
|
panel_title: Frigate
|
|
panel_admin: false
|
|
homeassistant_api: true
|
|
hassio_api: true
|
|
hassio_role: manager
|
|
ports:
|
|
8555/tcp: 8555
|
|
8555/udp: 8555
|
|
8554/tcp: null
|
|
5000/tcp: null
|
|
1984/tcp: null
|
|
1935/tcp: null
|
|
ports_description:
|
|
8555/tcp: WebRTC over tcp
|
|
8555/udp: WebRTC over udp
|
|
8554/tcp: RTSP Restream
|
|
5000/tcp: Web interface (Not required for Hass.io Ingress)
|
|
1984/tcp: go2rtc API
|
|
1935/tcp: RTMP streams
|
|
host_network: false
|
|
video: true
|
|
tmpfs: true
|
|
host_ipc: true
|
|
apparmor: true
|
|
full_access: true
|
|
privileged:
|
|
- BPF
|
|
- DAC_READ_SEARCH
|
|
- IPC_LOCK
|
|
- NET_ADMIN
|
|
- NET_RAW
|
|
- PERFMON
|
|
- SYS_ADMIN
|
|
- SYS_MODULE
|
|
- SYS_NICE
|
|
- SYS_PTRACE
|
|
- SYS_RAWIO
|
|
- SYS_RESOURCE
|
|
- SYS_TIME
|
|
environment:
|
|
CONFIG_FILE: /config/frigate.yaml
|
|
schema:
|
|
plus_api_key: password?
|
|
services:
|
|
- "mqtt:want"
|