app-store/apps/it-tools/config.json

18 lines
518 B
JSON
Raw Normal View History

2023-03-28 22:43:44 +00:00
{
"$schema": "../schema.json",
"name": "IT-Tools",
"port": 8171,
"available": true,
"exposable": true,
"id": "it-tools",
"tipi_version": 2,
2023-03-28 22:43:44 +00:00
"version": "latest",
2023-03-29 06:43:02 +00:00
"categories": ["development"],
2023-03-28 22:43:44 +00:00
"description": "Useful tools for developer and people working in IT. ",
"short_desc": "Collection of handy online tools for developers, with great UX.",
"author": "CorentinTh",
"source": "https://github.com/CorentinTh/it-tools",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
2023-03-28 22:43:44 +00:00
}