mirror of https://github.com/bastienwirtz/homer
Update docs with 'display version'
parent
c9c55f7732
commit
50b8199474
|
@ -536,14 +536,13 @@ See <https://docs.portainer.io/api/access#creating-an-access-token>
|
||||||
|
|
||||||
## Prometheus
|
## Prometheus
|
||||||
|
|
||||||
For Prometheus you need to set the type to Prometheus and provide a url.
|
For Prometheus you need to set the type to Prometheus and provide a url. This will display the version on desktops.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: "Prometheus"
|
- name: "Prometheus"
|
||||||
type: Prometheus
|
type: "Prometheus"
|
||||||
logo: "assets/tools/sample.png"
|
logo: "assets/tools/sample.png"
|
||||||
url: "http://192.168.0.151/"
|
url: "http://192.168.0.151/"
|
||||||
# subtitle: "Monitor data server"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Proxmox
|
## Proxmox
|
||||||
|
|
Loading…
Reference in New Issue