Files
hassio-addons-avm/blank-fastapi-vue-hassio/config.json

20 lines
320 B
JSON
Executable File

{
"name": "Hello FastAPI",
"version": "0.23",
"slug": "hello_fastapi",
"description": "Hello world FastAPI add-on!",
"arch": [
"armhf",
"armv7",
"aarch64",
"amd64",
"i386"
],
"startup": "before",
"boot": "auto",
"options": {},
"schema": {},
"ports": {
"8000/tcp": 8000
}
}