mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-05 21:47:48 +01:00
Feature: Add tandoor widget (#3060)
--------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
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
|
||||
```
|
||||
Reference in New Issue
Block a user