We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dad649 commit 0ad0616Copy full SHA for 0ad0616
docs/configs/docker.md
@@ -153,6 +153,18 @@ labels:
153
- homepage.widget.fields=["field1","field2"] # optional
154
```
155
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
168
You can add specify fields for e.g. the [CustomAPI](../widgets/services/customapi.md) widget by using array-style dot notation:
169
170
```yaml
0 commit comments