fbb5c28e1c
* Add Flightlog * Fix version error * Update apps/flightlog/metadata/description.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update apps/flightlog/metadata/description.md * Update apps/flightlog/metadata/description.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor(flightlog): remove the website option from the config --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Stavros <steveiliop56@gmail.com>
24 lines
547 B
JSON
24 lines
547 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Flightlog",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 8934,
|
|
"id": "flightlog",
|
|
"tipi_version": 1,
|
|
"version": "2.0.1",
|
|
"categories": [
|
|
"utilities",
|
|
"data"
|
|
],
|
|
"description": "Easily keep track of your flight history",
|
|
"short_desc": "Flightlog, a web application that keeps track of your personal flight history",
|
|
"author": "perdian",
|
|
"source": "https://github.com/perdian/flightlog/",
|
|
"form_fields": [],
|
|
"supported_architectures": [
|
|
"arm64",
|
|
"amd64"
|
|
]
|
|
}
|