You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
316 B
15 lines
316 B
1 year ago
|
---
|
||
|
title: Gluetun
|
||
|
description: Gluetun Widget Configuration
|
||
|
---
|
||
|
|
||
|
Requires [HTTP control server options](https://github.com/qdm12/gluetun/wiki/HTTP-control-server-options) to be enabled.
|
||
|
|
||
|
Allowed fields: `["public_ip", "region", "country"]`.
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: gluetun
|
||
|
url: http://gluetun.host.or.ip
|
||
|
```
|