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

19 lines
429 B

1 year ago
---
title: Kopia
description: Kopia Widget Configuration
---
Allowed fields: `["status", "size", "lastrun", "nextrun"]`.
You may optionally pass values for `snapshotHost` and / or `snapshotPath` to select a specific backup source for the widget.
```yaml
widget:
type: kopia
url: http://kopia.host.or.ip:port
username: username
password: password
snapshotHost: hostname # optional
snapshotPath: path # optional
1 year ago
```