mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-09 07:04:20 +01:00
* Update deployment * fix workflow * Fix order * restruct v1 * Fix style v2 * Cleanup style v3 * fix style v4 * Last style fix * Address comments * Update builder to 2021.11.3 * Fix let's encrypt * fix lint * Use ghcr.io * fix * Update versions * fix readme
26 lines
463 B
YAML
26 lines
463 B
YAML
version: 0.1.3
|
|
slug: vlc
|
|
name: VLC
|
|
description: Turn your device into a Media Player with VLC
|
|
url: https://github.com/home-assistant/hassio-addons/tree/master/vlc
|
|
arch:
|
|
- amd64
|
|
- i386
|
|
- armv7
|
|
- aarch64
|
|
audio: true
|
|
discovery:
|
|
- vlc_telnet
|
|
homeassistant: 2021.3.0.dev20210216
|
|
image: homeassistant/{arch}-addon-vlc
|
|
ingress: true
|
|
init: false
|
|
map:
|
|
- share:ro
|
|
- media:ro
|
|
options: {}
|
|
panel_icon: mdi:vlc
|
|
schema: false
|
|
stage: experimental
|
|
startup: services
|