Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/blame/commit/9484a9ff56095da414edf53c02c9f7f5eb5e035e/docs/widgets/services/tandoor.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docs/widgets/services/tandoor.md

16 lines
318 B

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