Update service-widgets.md

This commit is contained in:
shamoon 2024-11-27 02:07:42 -08:00
parent ec383d60bb
commit 9dad64985d
No known key found for this signature in database

View File

@ -24,9 +24,7 @@ Using Emby as an example, this is how you would attach the Emby service widget.
## Multiple Widgets ## Multiple Widgets
Each service can have multiple widgets attached to it. Each widget needs a unique name. Each service can have multiple widgets attached to it, for example:
Using Emby as an example, here is how you would attack the Emby service widget alongside an uptime widget.
```yaml ```yaml
- Emby: - Emby:
@ -34,14 +32,12 @@ Using Emby as an example, here is how you would attack the Emby service widget a
href: http://emby.host.or.ip/ href: http://emby.host.or.ip/
description: Movies & TV Shows description: Movies & TV Shows
widgets: widgets:
- Emby: - type: emby
type: emby url: http://emby.host.or.ip
url: http://emby.host.or.ip key: apikeyapikeyapikeyapikeyapikey
key: apikeyapikeyapikeyapikeyapikey - type: uptimekuma
- Uptime: url: http://uptimekuma.host.or.ip:port
type: uptimekuma slug: statuspageslug
url: http://uptimekuma.host.or.ip:port
slug: statuspageslug
``` ```
## Field Visibility ## Field Visibility