mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-01-22 19:38:30 +00:00
mealie cookbook
This commit is contained in:
parent
f654356231
commit
bd1fdbc310
@ -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
30
apps/cookbook/mealie.md
Normal 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
BIN
apps/cookbook/mealie.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 446 KiB |
Loading…
Reference in New Issue
Block a user