mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 14:38:47 +00:00
17 lines
373 B
Markdown
17 lines
373 B
Markdown
---
|
|
title: Mealie
|
|
description: Mealie Widget Configuration
|
|
---
|
|
|
|
Learn more about [Mealie](https://github.com/mealie-recipes/mealie).
|
|
|
|
Generate a user API key under `Profile > Manage Your API Tokens > Generate`.
|
|
|
|
Allowed fields: `["recipes", "users", "categories", "tags"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: mealie
|
|
url: http://mealie-frontend.host.or.ip
|
|
key: mealieapitoken
|
|
```
|