mirror of
https://github.com/gethomepage/homepage.git
synced 2026-07-31 02:06:23 -04:00
16 lines
286 B
Markdown
16 lines
286 B
Markdown
---
|
|
title: Syncthing
|
|
description: Syncthing Widget Configuration
|
|
---
|
|
|
|
Learn more about [Syncthing](https://syncthing.net/).
|
|
|
|
Allowed fields: `["connected", "synced", "errors", "storage"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: syncthing
|
|
url: http://syncthing.host.or.ip
|
|
key: syncthingapikey
|
|
```
|