Update-deployment (#2281)

* 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
This commit is contained in:
Pascal Vizeli
2021-11-24 11:43:54 +01:00
committed by GitHub
parent fe641dfad2
commit 69c68bfac9
96 changed files with 1190 additions and 1189 deletions

View File

@@ -1,8 +0,0 @@
{
"build_from": {
"amd64": "homeassistant/amd64-base:3.13",
"i386": "homeassistant/i386-base:3.13",
"armv7": "homeassistant/armv7-base:3.13",
"aarch64": "homeassistant/aarch64-base:3.13"
}
}

8
vlc/build.yaml Normal file
View File

@@ -0,0 +1,8 @@
build_from:
aarch64: ghcr.io/home-assistant/aarch64-base:3.13
amd64: ghcr.io/home-assistant/amd64-base:3.13
armv7: ghcr.io/home-assistant/armv7-base:3.13
i386: ghcr.io/home-assistant/i386-base:3.13
codenotary:
signer: notary@home-assistant.io
base_image: notary@home-assistant.io

View File

@@ -1,20 +0,0 @@
{
"name": "VLC",
"version": "0.1.3",
"slug": "vlc",
"description": "Turn your device into a Media Player with VLC",
"arch": ["amd64", "i386", "armv7", "aarch64"],
"url": "https://github.com/home-assistant/hassio-addons/tree/master/vlc",
"startup": "services",
"init": false,
"stage": "experimental",
"map": ["share:ro", "media:ro"],
"homeassistant": "2021.3.0.dev20210216",
"ingress": true,
"panel_icon": "mdi:vlc",
"discovery": ["vlc_telnet"],
"audio": true,
"options": {},
"schema": false,
"image": "homeassistant/{arch}-addon-vlc"
}

25
vlc/config.yaml Normal file
View File

@@ -0,0 +1,25 @@
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