mirror of
https://github.com/koush/scrypted.git
synced 2026-02-12 18:12:04 +00:00
49 lines
1.0 KiB
YAML
Executable File
49 lines
1.0 KiB
YAML
Executable File
# Home Assistant Addon Configuration
|
|
name: Scrypted
|
|
version: "v0.120.0-jammy-full"
|
|
slug: scrypted
|
|
description: Scrypted is a high performance home video integration and automation platform
|
|
url: "https://github.com/koush/scrypted"
|
|
arch:
|
|
- amd64
|
|
- aarch64
|
|
init: false
|
|
ingress: true
|
|
ingress_port: 11080
|
|
panel_icon: mdi:memory
|
|
hassio_api: true
|
|
homeassistant_api: true
|
|
ingress_stream: true
|
|
host_network: true
|
|
gpio: true
|
|
usb: true
|
|
uart: true
|
|
video: true
|
|
image: "ghcr.io/koush/scrypted"
|
|
environment:
|
|
SCRYPTED_INSTALL_PLUGIN: "@scrypted/homeassistant"
|
|
SCRYPTED_VOLUME: "/data/scrypted_data"
|
|
SCRYPTED_NVR_VOLUME: "/data/scrypted_nvr"
|
|
SCRYPTED_ADMIN_ADDRESS: "172.30.32.2"
|
|
SCRYPTED_ADMIN_USERNAME: "homeassistant"
|
|
SCRYPTED_INSTALL_ENVIRONMENT: "ha"
|
|
backup_exclude:
|
|
- '*/server/**'
|
|
- '*/scrypted_nvr/**'
|
|
- '*/scrypted_data/plugins/**'
|
|
map:
|
|
- config:rw
|
|
- media:rw
|
|
- share:rw
|
|
devices:
|
|
- /dev/mem
|
|
- /dev/dri/renderD128
|
|
- /dev/apex_0
|
|
- /dev/apex_1
|
|
- /dev/apex_2
|
|
- /dev/apex_3
|
|
- /dev/dri/card0
|
|
- /dev/vchiq
|
|
- /dev/video10
|
|
- /dev/video0
|