Files
pi-hosted/template/apps/mealie.json
CJ 7ab73703de Updated Mealie Port (#194)
* Update mealie.json

* Build App list and docs

* Build App list and docs

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Robert Middleswarth <72569+rmiddle@users.noreply.github.com>
2024-02-11 16:43:07 -05:00

86 lines
1.9 KiB
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "A self-hosted recipe manager and meal planner",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
},
{
"default": "America/New_York",
"label": "TZ",
"name": "TZ"
},
{
"default": "2",
"label": "WEB_CONCURRENCY",
"name": "WEB_CONCURRENCY"
},
{
"default": "8",
"label": "MAX_WORKERS",
"name": "MAX_WORKERS"
},
{
"default": "true",
"label": "RECIPE_PUBLIC",
"name": "RECIPE_PUBLIC"
},
{
"default": "true",
"label": "RECIPE_SHOW_NUTRITION",
"name": "RECIPE_SHOW_NUTRITION"
},
{
"default": "true",
"label": "RECIPE_SHOW_ASSETS",
"name": "RECIPE_SHOW_ASSETS"
},
{
"default": "true",
"label": "RECIPE_LANDSCAPE_VIEW",
"name": "RECIPE_LANDSCAPE_VIEW"
},
{
"default": "false",
"label": "RECIPE_DISABLE_COMMENTS",
"name": "RECIPE_DISABLE_COMMENTS"
},
{
"default": "false",
"label": "RECIPE_DISABLE_AMOUNT",
"name": "RECIPE_DISABLE_AMOUNT"
}
],
"image_arm32": "hkotel/mealie:v0.4.3",
"image_arm64": "hkotel/mealie:latest",
"image_amd64": "hkotel/mealie:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/mealie.png",
"name": "mealie",
"note": "Default Credentials: Username: changeme@email.com Password: MyPassword. Documentation is Available <a href='https://hay-kot.github.io/mealie/documentation/getting-started/install/'>here</a>.",
"officialDoc": "https://hay-kot.github.io/mealie/documentation/getting-started/install/",
"platform": "linux",
"ports": [
"9925:9000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Mealie",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/mealie",
"container": "/app/data"
}
],
"webpage": "https://hay-kot.github.io/mealie/"
}