app-store/apps/hello-world/config.json

20 lines
483 B
JSON
Raw Normal View History

2023-04-23 15:14:36 +00:00
{
"$schema": "../schema.json",
"name": "Hello World",
"available": true,
"exposable": true,
"port": 8000,
"id": "hello-world",
"tipi_version": 2,
"version": "latest",
"categories": [
"utilities"
],
2023-04-23 15:14:36 +00:00
"description": "Hello World web server in under 2 MB",
"short_desc": "Hello World web server in under 2 MB",
"author": "crccheck",
"source": "https://github.com/crccheck/docker-hello-world",
"form_fields": [],
"supported_architectures": ["amd64"]
2023-04-23 15:14:36 +00:00
}