app-store/apps/hammond/config.json

25 lines
687 B
JSON
Raw Normal View History

2023-04-17 21:41:51 +00:00
{
"$schema": "../schema.json",
"name": "Hammond",
"port": 8185,
"available": true,
"exposable": true,
"id": "hammond",
"tipi_version": 3,
"version": "0.0.21",
2023-04-17 21:41:51 +00:00
"categories": ["utilities"],
"description": "Self hosted vehicle and expense management system. Like Clarkson, but better",
"short_desc": "Self hosted vehicle and expense management system. Like Clarkson, but better",
"author": "Akhilrex, alfhou",
"source": "https://github.com/alfhou/hammond",
"form_fields": [
{
"type": "text",
"label": "TimeZone",
"placeholder": "Europe/Paris",
"env_variable": "HAMMOND_TZ"
}
],
"supported_architectures": ["arm64", "amd64"]
2023-04-17 21:41:51 +00:00
}