Skip to content

Commit 0ad0616

Browse files
committed
Add docker info for multiple widgets
1 parent 9dad649 commit 0ad0616

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/configs/docker.md

+12
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,18 @@ labels:
153153
- homepage.widget.fields=["field1","field2"] # optional
154154
```
155155

156+
Multiple widgets can be specified by incrementing the index, e.g.
157+
158+
```yaml
159+
labels: ...
160+
- homepage.widget[0].type=emby
161+
- homepage.widget[0].url=http://emby.home
162+
- homepage.widget[0].key=yourembyapikeyhere
163+
- homepage.widget[1].type=uptimekuma
164+
- homepage.widget[1].url=http://uptimekuma.home
165+
- homepage.widget[1].slug=youreventslughere
166+
```
167+
156168
You can add specify fields for e.g. the [CustomAPI](../widgets/services/customapi.md) widget by using array-style dot notation:
157169

158170
```yaml

0 commit comments

Comments
 (0)