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

15 lines
252 B

2 years ago
---
title: PhotoPrism
description: PhotoPrism Widget Configuration
---
Allowed fields: `["albums", "photos", "videos", "people"]`.
```yaml
widget:
type: photoprism
url: http://photoprism.host.or.ip:port
username: admin
password: password
2 years ago
```