You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/docs/widgets/services/syncthing-relay-server.md

15 lines
468 B

8 months ago
---
title: Syncthing Relay Server
description: Syncthing Relay Server Widget Configuration
---
Pulls stats from the [relay server](https://docs.syncthing.net/users/strelaysrv.html). [See here](https://github.com/gethomepage/homepage/pull/230#issuecomment-1253053472) for more information on configuration.
8 months ago
Allowed fields: `["numActiveSessions", "numConnections", "bytesProxied"]`.
```yaml
widget:
type: strelaysrv
url: http://syncthing.host.or.ip:22070
```