self-hosted-cookbook/apps/cookbook/mealie.md
Tomasz Borychowski bd1fdbc310 mealie cookbook
2021-01-25 20:10:03 +00:00

796 B

Mealie

  • Pretty good configuration options & functionality
  • Bulk entry for ingredients and preparation steps!
  • Auto-import from URLs (provided they support Recipe Microdata)
  • Excellent documentation
  • Monotonous UI in a dreadful material style (poor UX)
  • Not accessible nor keyboard friendly (poor UX)
  • There are categories but you can't filter or group recipes (no tree-like navigation)

Screenshot

docker-compose.yml

version: '3.3'
services:
  dashmachine:
    image: rmountjoy/dashmachine:latest
    container_name: dashmachine
    restart: unless-stopped
    ports:
      - 4010:5000
    volumes:
      - ./data:/dashmachine/dashmachine/user_data