add fastapi

This commit is contained in:
2025-03-19 13:54:31 +01:00
parent d0828d53a4
commit 03f01ca5a0
17 changed files with 1018 additions and 1 deletions

View 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
}
}