mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
add service vaultwarden, view status and version
This commit is contained in:
parent
2a290004b7
commit
e5bd328d21
2 changed files with 104 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ within Homer:
|
|||
- [Tdarr](#tdarr)
|
||||
- [Traefik](#traefik)
|
||||
- [Uptime Kuma](#uptime-kuma)
|
||||
- [Vaultwarden](#vaultwarden)
|
||||
- [Wallabag](#wallabag)
|
||||
- [What's Up Docker](#whats-up-docker)
|
||||
|
||||
|
|
@ -670,6 +671,17 @@ The following configuration is available for the UptimeKuma service. Needs v1.13
|
|||
slug: "myCustomDashboard" # Defaults to "default" if not provided.
|
||||
type: "UptimeKuma"
|
||||
```
|
||||
## Vaultwarden
|
||||
|
||||
This service displays a version string instead of a subtitle. The indicator
|
||||
shows if Vaultwarden is online, offline
|
||||
|
||||
```yaml
|
||||
- name: "Vaultwarden - Server"
|
||||
type: "Vaultwarden"
|
||||
logo: "assets/tools/sample.png"
|
||||
url: "http://vaultwarden.example.com"
|
||||
```
|
||||
|
||||
## Wallabag
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue