mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-12-19 18:48:21 +00:00
mealie cookbook
This commit is contained in:
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/)
|
||||
|
||||

|
||||
|
||||
|
||||
## 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 |
Reference in New Issue
Block a user