From 3aefbe085db19fdc438d1dbee3e39758a98f7fea Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Fri, 16 Sep 2022 14:58:07 +0300 Subject: [PATCH] Updated Service Widgets (markdown) --- Service-Widgets.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Service-Widgets.md b/Service-Widgets.md index 996bbce..9b11b7f 100644 --- a/Service-Widgets.md +++ b/Service-Widgets.md @@ -205,6 +205,19 @@ widget: ``` +## AdGuard Home + +The username and password are the same as used to login to the web interface. + +```yaml +widget: + type: adguard + url: http://adguard.host.or.ip + username: admin + password: password +``` + + ## Portainer You'll need to make sure you have the correct environment set for the integration to work properly. From the Environments section inside of Portainer, click the one you'd like to connect to and observe the ID at the end of the URL (should be), something like `#!/endpoints/1`, here `1` is the value to set as the `env` value.