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/0a3d552114c34dda14a2cda33467cfe6cb353c6b/docs/widgets/services/transmission.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docs/widgets/services/transmission.md

18 lines
432 B

2 years ago
---
title: Transmission
description: Transmission Widget Configuration
---
Uses the same username and password used to login from the web.
Allowed fields: `["leech", "download", "seed", "upload"]`.
```yaml
widget:
type: transmission
url: http://transmission.host.or.ip
username: username
password: password
rpcUrl: /transmission/ # Optional. Matches the value of "rpc-url" in your Transmission's settings.json file
2 years ago
```