Request - Mealie recipe and shopping list manager

It would be nice to add Mealie or similar, it’s a category missing in the app store.

If this helps, I can actually run it using the following yaml export from your system, but it’s greyed out in the interface and gives a strange name. It looks like it shouldn’t run, but does.
Hope this is useful

name: pleasant_thiago
services:
main_app:
cpu_shares: 90
command:
container_name: mealie
deploy:
resources:
limits:
memory: 7811M
environment:
- DB_TYPE=sqlite
- PGID=1000
- PUID=1000
- TOKEN_TIME=999999
- TZ=Europe/London
hostname: mealie
image: hkotel/mealie:latest
labels:
icon: https://getumbrel.github.io/umbrel-apps-gallery/mealie/icon.svg
ports:
- target: 9000
published: “9925”
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /media/devmon/sdb1-ata-ST2000LM007-1R81/Docker/MealieData
target: /app/data
devices:
cap_add:
network_mode: bridge
privileged: false
x-casaos:
author: self
category: self
hostname: “”
index: /
port_map: 9925
scheme: http
store_app_id: pleasant_thiago
title:
custom: Mealie

Thank you for the suggestion! This has been added to BigBearCasaOS:

Thank you very much!
So when and how do these appear in the store? Next OS update?

You can uninstall and reinstall BigBearCasaOS or wait for the cron job to update it, which I think took 10 minutes last time.

1 Like