mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 06:38:46 +00:00
18 lines
446 B
Markdown
18 lines
446 B
Markdown
---
|
|
title: Gluetun
|
|
description: Gluetun Widget Configuration
|
|
---
|
|
|
|
Learn more about [Gluetun](https://github.com/qdm12/gluetun).
|
|
|
|
!!! 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:port
|
|
```
|