mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-09 13:48:37 -07:00
c7153c99dc
Release Drafter / Auto Label PR (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Lint / Linting Checks (push) Has been cancelled
Release Drafter / Update Release Draft (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
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
|
|
```
|