Update the Gluetun widget docs to have more details
This commit is contained in:
parent
0931f5c5a6
commit
887a22d4ac
@ -3,12 +3,16 @@ title: Gluetun
|
|||||||
description: Gluetun Widget Configuration
|
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"]`.
|
Allowed fields: `["public_ip", "region", "country"]`.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
widget:
|
widget:
|
||||||
type: gluetun
|
type: gluetun
|
||||||
url: http://gluetun.host.or.ip
|
# Default port for HTTP control server. If you have changed
|
||||||
|
# Gluetun's HTTP control server port, you will need to change
|
||||||
|
# the port here to match.
|
||||||
|
url: http://gluetun.host.or.ip:8000
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user