-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
29 lines (29 loc) · 922 Bytes
/
Copy pathconfig.yaml
File metadata and controls
29 lines (29 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: Media Proxy
version: "0.5.11"
slug: media_proxy
description: "WebSocket-controlled media proxy that outputs DDP (UDP)"
url: https://github.com/stuartparmenter/media-proxy
arch: [aarch64, amd64]
image: "ghcr.io/stuartparmenter/{arch}-media-proxy-addon"
startup: services
init: false
host_network: true # DDP over UDP to arbitrary targets = easiest with host net
homeassistant_api: true # Enable SUPERVISOR_TOKEN and API proxy for ha-template protocol
panel_icon: mdi:video-wireless
map: [addon_config, media]
environment: { PYTHONUNBUFFERED: "1" }
ports:
8788/tcp: 8788 # WebSocket control (/control)
ports_description:
8788/tcp: WebSocket control (/control)
options:
host: "0.0.0.0"
port: 8788
log_level: "INFO"
schema:
host: str
port: int
log_level: "list(DEBUG|INFO|WARNING|ERROR)"
devices:
- /dev/dri
tmpfs: true # Enable tmpfs for /tmp - faster image caching using RAM