mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Feature: Add Homebox widget (#3095)
--------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
b5258c5200
commit
2d5f93668a
8 changed files with 203 additions and 0 deletions
23
docs/widgets/services/homebox.md
Normal file
23
docs/widgets/services/homebox.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
title: Homebox
|
||||
description: Homebox Widget Configuration
|
||||
---
|
||||
|
||||
Learn more about [Homebox](https://github.com/hay-kot/homebox).
|
||||
|
||||
Uses the same username and password used to login from the web.
|
||||
|
||||
The `totalValue` field will attempt to format using the currency you have configured in Homebox.
|
||||
|
||||
Allowed fields: `["items", "totalWithWarranty", "locations", "labels", "users", "totalValue"]`.
|
||||
|
||||
If more than 4 fields are provided, only the first 4 are displayed.
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: homebox
|
||||
url: http://homebox.host.or.ip:port
|
||||
username: username
|
||||
password: password
|
||||
fields: ["items", "locations", "totalValue"] # optional - default fields shown
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue