app-store/apps/hammond/config.json
JigSaw 3f3d471fec
fix(store): update hammond with fork/healthcheck/Tz (#976)
Co-authored-by: Nicolas Meienberger <47644445+meienberger@users.noreply.github.com>
2023-08-10 00:21:28 +02:00

24 lines
638 B
JSON

{
"$schema": "../schema.json",
"name": "Hammond",
"port": 8185,
"available": true,
"exposable": true,
"id": "hammond",
"tipi_version": 3,
"version": "0.0.21",
"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"
}
]
}