app-store/apps/hello-world/config.json
2023-04-23 17:18:30 +02:00

19 lines
442 B
JSON

{
"$schema": "../schema.json",
"name": "Hello World",
"available": true,
"exposable": true,
"port": 8000,
"id": "hello-world",
"tipi_version": 1,
"version": "1.0.0",
"categories": [
"utilities"
],
"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": []
}