mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
首次推出frigate、wghaosssh
This commit is contained in:
81
frigate/config.yaml
Normal file
81
frigate/config.yaml
Normal file
@@ -0,0 +1,81 @@
|
||||
name: frigate-rknpu
|
||||
version: rknn1.6-13.2-preview
|
||||
slug: 'frigate-rknpu'
|
||||
codenotary: 'wghaos@163.com'
|
||||
description: NVR with realtime local object detection for IP cameras
|
||||
url: "https://gitcode.com/waxgourd/addons"
|
||||
image: wghaos/frigate
|
||||
init: false
|
||||
startup: application
|
||||
boot: manual
|
||||
arch:
|
||||
- amd64
|
||||
- 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
|
||||
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
|
||||
devices:
|
||||
- /dev/dri/renderD128
|
||||
- /dev/dri/renderD129
|
||||
- /dev/dri/renderD130
|
||||
- /dev/apex_0
|
||||
- /dev/apex_1
|
||||
- /dev/apex_2
|
||||
- /dev/apex_3
|
||||
- /dev/dri/card0
|
||||
- /dev/dri/card1
|
||||
- /dev/dri/card2
|
||||
- /dev/vchiq
|
||||
- /dev/video10
|
||||
- /dev/video0
|
||||
usb: true
|
||||
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"
|
||||
Reference in New Issue
Block a user