From e98b5e22332b7c5fbd78516b4219e78b1620816e Mon Sep 17 00:00:00 2001 From: Joe Stump Date: Tue, 21 Nov 2023 11:41:56 -0800 Subject: [PATCH] Documentation: Add details to Gluetun widget docs (#2357) --------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- docs/widgets/services/gluetun.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/widgets/services/gluetun.md b/docs/widgets/services/gluetun.md index 89d0057b1..362be0c3e 100644 --- a/docs/widgets/services/gluetun.md +++ b/docs/widgets/services/gluetun.md @@ -3,12 +3,14 @@ title: Gluetun description: Gluetun Widget Configuration --- -Requires [HTTP control server options](https://github.com/qdm12/gluetun-wiki/blob/main/setup/advanced/control-server.md) to be enabled. +!!! note + + Requires [HTTP control server options](https://github.com/qdm12/gluetun-wiki/blob/main/setup/advanced/control-server.md) to be enabled. By default this runs on port `8000`. Allowed fields: `["public_ip", "region", "country"]`. ```yaml widget: type: gluetun - url: http://gluetun.host.or.ip + url: http://gluetun.host.or.ip:port ```