You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
373 B
18 lines
373 B
---
|
|
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
|
|
```
|