mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-11 06:38:40 -07:00
8beac702ea
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
21 lines
647 B
Markdown
21 lines
647 B
Markdown
---
|
|
title: Arcane
|
|
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
|
|
widget:
|
|
type: arcane
|
|
url: http://localhost:3552
|
|
env: 0 # required, 0 is Arcane default local environment
|
|
key: your-api-key
|
|
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`
|