mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-15 09:20:32 +00:00
add mkdocs
This commit is contained in:
parent
b215843b26
commit
47765ee05e
144 changed files with 4219 additions and 3 deletions
14
docs/widgets/services/syncthing-relay-server.md
Normal file
14
docs/widgets/services/syncthing-relay-server.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
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/benphelps/homepage/pull/230#issuecomment-1253053472) for more information on configuration.
|
||||
|
||||
Allowed fields: `["numActiveSessions", "numConnections", "bytesProxied"]`.
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: strelaysrv
|
||||
url: http://syncthing.host.or.ip:22070
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue