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

18 lines
349 B

---
title: Plant-it
description: Plant-it Widget Configuration
---
Learn more about [Plantit](https://github.com/MDeLuise/plant-it).
API key can be created from the REST API.
Allowed fields: `["events", "plants", "photos", "species"]`.
```yaml
widget:
type: plantit
url: http://plant-it.host.or.ip:port # api port
key: plantit-api-key
```