mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
parent
d141a69a7d
commit
c9a6495186
2 changed files with 108 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ within Homer:
|
|||
- [rTorrent](#rtorrent)
|
||||
- [qBittorrent](#qbittorrent)
|
||||
- [CopyToClipboard](#copy-to-clipboard)
|
||||
- [Speedtest Tracker](#SpeedtestTracker)
|
||||
- [What's Up Docker](#whats-up-docker)
|
||||
|
||||
If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page.
|
||||
|
||||
|
|
@ -344,3 +346,17 @@ Configuration example:
|
|||
## SpeedtestTracker
|
||||
|
||||
For the SpeedtestTracker service you just need to define a entry with type `SpeedtestTracker`.
|
||||
|
||||
## What's up Docker
|
||||
|
||||
What's up Docker allow to display info about the number of container running and the number for which an update is available on your Homer dashboard.
|
||||
|
||||
The following configuration is available for the WUD service.
|
||||
|
||||
```yaml
|
||||
- name: "What's Up Docker"
|
||||
logo: "assets/tools/sample.png"
|
||||
subtitle: "Docker image update notifier"
|
||||
url: "http://192.168.1.12:3001"
|
||||
type: "WUD"
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue