From 83b6324790c2bb0f788f5aea0d8c0df671aac1f9 Mon Sep 17 00:00:00 2001 From: teffalump <90264+teffalump@users.noreply.github.com> Date: Sun, 3 Mar 2024 13:00:31 -0800 Subject: [PATCH] Add documentation --- docs/widgets/services/tandoor.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/widgets/services/tandoor.md diff --git a/docs/widgets/services/tandoor.md b/docs/widgets/services/tandoor.md new file mode 100644 index 000000000..134bc8fd7 --- /dev/null +++ b/docs/widgets/services/tandoor.md @@ -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 +```