Feature: Add tandoor widget (#3060)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
teffalump 2024-03-03 15:27:40 -08:00 committed by shamoon
parent 8e9920a9d8
commit b05b9b1420
7 changed files with 75 additions and 1 deletions

View 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
```