Update service-widgets.md
This commit is contained in:
parent
ec383d60bb
commit
9dad64985d
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user