mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
16 lines
303 B
Markdown
16 lines
303 B
Markdown
---
|
|
title: Mealie
|
|
description: Mealie Widget Configuration
|
|
---
|
|
|
|
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
|
|
```
|