mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
16 lines
378 B
Markdown
16 lines
378 B
Markdown
![]() |
---
|
||
|
title: Watchtower
|
||
|
description: Watchtower Widget Configuration
|
||
|
---
|
||
|
|
||
|
To use this widget, Watchtower needs to be configured to to [enable metrics](https://containrrr.dev/watchtower/metrics/).
|
||
|
|
||
|
Allowed fields: `["containers_scanned", "containers_updated", "containers_failed"]`.
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: watchtower
|
||
|
url: http://your-ip-address:8080
|
||
|
key: demotoken
|
||
|
```
|