mealie cookbook

This commit is contained in:
Tomasz Borychowski 2021-01-25 20:10:03 +00:00
parent f654356231
commit bd1fdbc310
3 changed files with 31 additions and 0 deletions

View File

@ -76,6 +76,7 @@ So, without further ado, here's the current list:
# Cookbook
- [NextCloud Cookbook](https://apps.nextcloud.com/apps/cookbook) 🔗 - quite good. Can import from URL (some pages), but manually editing longer recipes is a bit of a pain (you need to add and paste every single ingredient & preparation step one-by-one).
- [Mealie](apps/cookbook/mealie.md)
- [recipes](https://github.com/vabene1111/recipes) 🔗 - a bit complex, but feature rich food processing manager for your home (from shopping to the table). Importing doesn't seem to work as good as in the NextCloud's Cookbook (for some pages at least).

30
apps/cookbook/mealie.md Normal file
View File

@ -0,0 +1,30 @@
# 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)
<br>
- [Github repo](https://github.com/hay-kot/mealie/)
- [Homepage](https://hay-kot.github.io/mealie/)
![Screenshot](mealie.png)
## docker-compose.yml
```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
```

BIN
apps/cookbook/mealie.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 KiB