homepage/docs/widgets/services/syncthing-relay-server.md

17 lines
548 B
Markdown
Raw Permalink Normal View History

2023-09-29 21:01:11 +03:00
---
title: Syncthing Relay Server
description: Syncthing Relay Server Widget Configuration
---
2024-01-24 14:27:47 -08:00
Learn more about [Syncthing Relay Server](https://github.com/syncthing/syncthing).
2023-10-04 23:15:59 -07:00
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.
2023-09-29 21:01:11 +03:00
Allowed fields: `["numActiveSessions", "numConnections", "bytesProxied"]`.
```yaml
widget:
type: strelaysrv
url: http://syncthing.host.or.ip:22070
2023-09-29 21:01:11 +03:00
```