mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Feature: Add tandoor widget (#3060)
--------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
8e9920a9d8
commit
b05b9b1420
7 changed files with 75 additions and 1 deletions
15
docs/widgets/services/tandoor.md
Normal file
15
docs/widgets/services/tandoor.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Tandoor
|
||||
description: Tandoor Widget Configuration
|
||||
---
|
||||
|
||||
Generate a user API key under `Settings > API > Generate`. For the token's scope, use `read`.
|
||||
|
||||
Allowed fields: `["users", "recipes", "keywords"]`.
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: tandoor
|
||||
url: http://tandoor-frontend.host.or.ip
|
||||
key: tandoor-api-token
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue