From a799aa284b4e1097922b9943ad97fee05c473859 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 2 Jan 2025 21:06:02 -0800 Subject: [PATCH] Update gluetun.md --- docs/widgets/services/gluetun.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/widgets/services/gluetun.md b/docs/widgets/services/gluetun.md index a25f8d6b..1cc68c9a 100644 --- a/docs/widgets/services/gluetun.md +++ b/docs/widgets/services/gluetun.md @@ -11,7 +11,7 @@ Learn more about [Gluetun](https://github.com/qdm12/gluetun). Allowed fields: `["public_ip", "region", "country"]`. -To setup authentication, follow [the official Gluetun documentation](https://github.com/qdm12/gluetun-wiki/blob/main/setup/advanced/control-server.md#authentication). +To setup authentication, follow [the official Gluetun documentation](https://github.com/qdm12/gluetun-wiki/blob/main/setup/advanced/control-server.md#authentication). Note that to use the api key method, you must add the route `GET /v1/publicip/ip` to the `routes` array in your Gluetun config.toml. ```yaml widget: @@ -19,5 +19,3 @@ widget: url: http://gluetun.host.or.ip:port key: gluetunkey # Not required if /v1/publicip/ip endpoint is configured with `auth = none` ``` - -If using the `auth = apikey` method, add the route `GET /v1/publicip/ip` to the `routes` array in order for Homepage to be able to fetch stats.