2022-07-27 20:38:25 +02:00
|
|
|
name: "Hello world test addon"
|
2022-07-27 14:55:41 +02:00
|
|
|
description: "My first real add-on!"
|
2022-07-27 20:36:55 +02:00
|
|
|
version: "0.0.3"
|
2022-07-27 20:41:33 +02:00
|
|
|
slug: "hello_world!!"
|
|
|
|
init: false
|
2022-07-27 14:55:41 +02:00
|
|
|
arch:
|
2022-07-27 20:36:55 +02:00
|
|
|
- aarch64
|
2022-07-27 14:55:41 +02:00
|
|
|
- amd64
|
2022-07-27 20:36:55 +02:00
|
|
|
- armhf
|
|
|
|
- armv7
|
2022-07-27 20:41:33 +02:00
|
|
|
- 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
|