mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-15 08:35:49 -07:00
2a6bb264ee
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
19 lines
470 B
Markdown
19 lines
470 B
Markdown
---
|
|
title: Duplicati
|
|
description: Duplicati Widget Configuration
|
|
---
|
|
|
|
Learn more about [Duplicati](https://www.duplicati.com/).
|
|
|
|
Allowed fields: `["jobs", "stored", "lastBackup", "nextRun", "running", "warnings", "errors"]`
|
|
|
|
Default fields: `["jobs", "errors", "lastBackup", "nextRun"]`
|
|
|
|
```yaml
|
|
widget:
|
|
type: duplicati
|
|
url: http://duplicati.host.or.ip:8200
|
|
password: your_duplicati_ui_password
|
|
fields: ["jobs", "errors", "lastBackup", "nextRun"] # optional
|
|
```
|