'Hello_world/config.yaml' updaten
This commit is contained in:
parent
8f6490c700
commit
bb97fbcb37
1 changed files with 7 additions and 23 deletions
|
@ -1,27 +1,11 @@
|
|||
name: "Hello world test addon"
|
||||
name: "Hello world"
|
||||
description: "My first real add-on!"
|
||||
version: "0.0.2"
|
||||
slug: "hello_world!!"
|
||||
version: "0.0.3"
|
||||
slug: "hello_world"
|
||||
init: false
|
||||
arch:
|
||||
# - aarch64
|
||||
- aarch64
|
||||
- amd64
|
||||
# - armhf
|
||||
# - armv7
|
||||
# - i386
|
||||
startup: before
|
||||
ports:
|
||||
8000/tcp: 8000
|
||||
|
||||
options:
|
||||
beer: true
|
||||
wine: true
|
||||
liquor: false
|
||||
name: "world"
|
||||
year: 2017
|
||||
schema:
|
||||
beer: bool
|
||||
wine: bool
|
||||
liquor: bool
|
||||
name: str
|
||||
year: int
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
Loading…
Reference in a new issue