diff --git a/docs/customservices.md b/docs/customservices.md index c1f0812..d958160 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -56,6 +56,7 @@ within Homer: - [Uptime Kuma](#uptime-kuma) - [Vaultwarden](#vaultwarden) - [Wallabag](#wallabag) +- [Wg-easy](#wg-easy) - [What's Up Docker](#whats-up-docker) > [!IMPORTANT] @@ -762,6 +763,20 @@ This service displays a version string instead of a subtitle. Example configurat url: https://wallabag.example.com ``` +## Wg-easy + +This service displays a version string instead of a subtitle. +If a new version is available, it will also be shown alongside the current one. +The indicator shows if Wg-easy is online, offline. Example configuration: + +```yaml +- name: "Wireguard" + type: Wg-easy + logo: assets/tools/sample.png + url: http://wg-easy.example.com + basic_auth: "admin:password" +``` + ## 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. diff --git a/src/components/services/Wg-easy.vue b/src/components/services/Wg-easy.vue new file mode 100644 index 0000000..6ddf5b6 --- /dev/null +++ b/src/components/services/Wg-easy.vue @@ -0,0 +1,101 @@ + + + + +