Files
hassio-addons-avm/hello_flask/config.json
2021-08-24 14:35:11 +03:00

20 lines
314 B
JSON
Executable File

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