mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-15 00:25:51 -07:00
b6b00aab86
Crowdin Action / Crowdin Sync (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Docs / Test Build Docs (push) Has been cancelled
Docs / Build & Deploy Docs (push) Has been cancelled
Lint / Linting Checks (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
Repository Maintenance / Stale (push) Has been cancelled
Repository Maintenance / Lock Old Threads (push) Has been cancelled
Repository Maintenance / Close Answered Discussions (push) Has been cancelled
Repository Maintenance / Close Outdated Discussions (push) Has been cancelled
Repository Maintenance / Close Unsupported Feature Requests (push) Has been cancelled
18 lines
472 B
Markdown
18 lines
472 B
Markdown
---
|
|
title: Watchtower
|
|
description: Watchtower Widget Configuration
|
|
---
|
|
|
|
Learn more about [Watchtower](https://github.com/nicholas-fedor/watchtower).
|
|
|
|
To use this widget, Watchtower needs to be configured to [enable metrics](https://watchtower.nickfedor.com/dev/advanced-features/metrics-api/).
|
|
|
|
Allowed fields: `["containers_scanned", "containers_updated", "containers_failed"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: watchtower
|
|
url: http://your-ip-address:8080
|
|
key: demotoken
|
|
```
|