49e9316685
* feat(jackett): change config to support local domain * feat(matrix-conduit): change config to support local domain * feat(mealie): change config to support local domain * feat(memos): change config to support local domain * feat(mind): change config to support local domain * feat(minecraft-server): change config to support local domain * feat(mixpost): change config to support local domain * feat(mixpost-pro): change config to support local domain * feat(moneroblock): change config to support local domain * feat(monerod): change config to support local domain * feat(monica): change config to support local domain * feat(movary): change config to support local domain * feat(mstream): change config to support local domain * feat(mylar3): change config to support local domain * feat(n8n): change config to support local domain * feat(navidrome): change config to support local domain * feat(nitter): change config to support local domain * feat(nocodb): change config to support local domain * feat(nodered): change config to support local domain * feat(onedev): change config to support local domain * feat(openbooks): change config to support local domain * feat(overseerr): change config to support local domain * feat(owncloud): change config to support local domain
18 lines
907 B
JSON
18 lines
907 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Mealie",
|
|
"port": 8114,
|
|
"available": true,
|
|
"exposable": true,
|
|
"id": "mealie",
|
|
"tipi_version": 3,
|
|
"supported_architectures": ["arm64", "amd64"],
|
|
"version": "v0.5.6",
|
|
"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": []
|
|
}
|