app-store/apps/mealie/config.json

19 lines
936 B
JSON
Raw Permalink Normal View History

2022-07-28 17:46:12 +00:00
{
"$schema": "../schema.json",
2024-01-18 07:39:46 +00:00
"name": "Mealie v0.5.6",
2022-07-28 17:46:12 +00:00
"port": 8114,
"available": true,
2022-11-11 19:33:58 +00:00
"exposable": true,
"deprecated": true,
2022-07-28 17:46:12 +00:00
"id": "mealie",
2024-01-18 07:39:46 +00:00
"tipi_version": 4,
"version": "v0.5.6",
2022-07-28 17:46:12 +00:00
"description": "Mealie is a self-hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and Mealie will automatically import the relevant data or add a family recipe with the UI editor. Mealie also provides an API for interactions from 3rd party applications. Default username / password is changeme@email.com / MyPassword",
"short_desc": "Mealie is a self-hosted recipe manager and meal planner.",
"author": "hay-kot",
"categories": [],
"source": "https://github.com/hay-kot/mealie",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
2022-07-28 17:46:12 +00:00
}