mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-26 14:01:16 -07:00
Feature: Duplicati service widget (#6864)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
co-authored by
shamoon
parent
9b1726be9c
commit
2a6bb264ee
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user