2023-09-29 21:01:11 +03:00
|
|
|
---
|
|
|
|
title: Watchtower
|
|
|
|
description: Watchtower Widget Configuration
|
|
|
|
---
|
|
|
|
|
2024-01-24 14:27:47 -08:00
|
|
|
Learn more about [Watchtower](https://github.com/containrrr/watchtower).
|
2024-01-22 13:26:15 -05:00
|
|
|
|
2024-09-10 00:33:07 +02:00
|
|
|
To use this widget, Watchtower needs to be configured to [enable metrics](https://containrrr.dev/watchtower/metrics/).
|
2023-09-29 21:01:11 +03:00
|
|
|
|
|
|
|
Allowed fields: `["containers_scanned", "containers_updated", "containers_failed"]`.
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
widget:
|
2023-10-17 23:26:55 -07:00
|
|
|
type: watchtower
|
|
|
|
url: http://your-ip-address:8080
|
|
|
|
key: demotoken
|
2023-09-29 21:01:11 +03:00
|
|
|
```
|