mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-27 16:27:36 +00:00
Some checks failed
Auto Update .app-files / update-app-files (push) Has been cancelled
Create Changelog Pull Request / update-changelog-pull-request (push) Has been cancelled
Close Discussion on PR Merge / close-discussion (push) Has been cancelled
Frontend CI/CD / build (push) Has been cancelled
Frontend CI/CD / deploy (push) Has been cancelled
Sync to Gitea / sync (push) Has been cancelled
Crawl Versions from newreleases.io / crawl-versions (push) Has been cancelled
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
36 lines
1.1 KiB
JSON
Generated
36 lines
1.1 KiB
JSON
Generated
{
|
|
"name": "Mealie",
|
|
"slug": "mealie",
|
|
"categories": [
|
|
13
|
|
],
|
|
"date_created": "2025-07-14",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"config_path": "/opt/mealie/mealie.env",
|
|
"interface_port": 3000,
|
|
"documentation": "https://mealie.io/",
|
|
"website": "https://mealie.io/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/mealie.webp",
|
|
"description": "Mealie is a self hosted recipe manager, meal planner and shopping list with a RestAPI backend and a reactive frontend 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.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/mealie.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 10,
|
|
"os": "Debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
}
|