Skip to content

Commit

Permalink
Update service-widgets.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed Nov 27, 2024
1 parent ec383d6 commit 9dad649
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions docs/configs/service-widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,20 @@ Using Emby as an example, this is how you would attach the Emby service widget.
## Multiple Widgets
Each service can have multiple widgets attached to it. Each widget needs a unique name.
Using Emby as an example, here is how you would attack the Emby service widget alongside an uptime widget.
Each service can have multiple widgets attached to it, for example:
```yaml
- Emby:
icon: emby.png
href: http://emby.host.or.ip/
description: Movies & TV Shows
widgets:
- Emby:
type: emby
url: http://emby.host.or.ip
key: apikeyapikeyapikeyapikeyapikey
- Uptime:
type: uptimekuma
url: http://uptimekuma.host.or.ip:port
slug: statuspageslug
- type: emby
url: http://emby.host.or.ip
key: apikeyapikeyapikeyapikeyapikey
- type: uptimekuma
url: http://uptimekuma.host.or.ip:port
slug: statuspageslug
```
## Field Visibility
Expand Down

0 comments on commit 9dad649

Please sign in to comment.