mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-10 15:31:02 +01:00
add fastapi
This commit is contained in:
20
blank-fastapi-vue-hassio/config.json
Executable file
20
blank-fastapi-vue-hassio/config.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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": {
|
||||
"5000/tcp": 5000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user