From 40082f798d3987da3a7241825df0be626f12e5d3 Mon Sep 17 00:00:00 2001 From: Andy George Date: Wed, 23 Sep 2026 17:39:41 -0500 Subject: [PATCH] Documentation: Arcane widget documentation formatting (#7171) Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- docs/widgets/services/arcane.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/widgets/services/arcane.md b/docs/widgets/services/arcane.md index 6c59b9ee3..0e1acb9a9 100644 --- a/docs/widgets/services/arcane.md +++ b/docs/widgets/services/arcane.md @@ -6,6 +6,7 @@ description: Arcane Widget Configuration Learn more about [Arcane](https://github.com/getarcaneapp/arcane). **Allowed fields** (max 4): `running`, `stopped`, `total`, `images`, `images_used`, `images_unused`, `image_updates`. + **Default fields**: `running`, `stopped`, `total`, `image_updates`. ```yaml @@ -17,4 +18,4 @@ widget: fields: ["running", "stopped", "total", "image_updates"] # optional ``` -Using an api key for the widget requires permissions for: `containers:list` `images:list and `image-updates:read` +Using an API key for the widget requires permissions for: `containers:list`, `images:list`, and `image-updates:read`.