mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 12:18:48 +00:00
15 lines
309 B
Markdown
15 lines
309 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
|
|
```
|