2023-09-29 21:01:11 +03:00
|
|
|
---
|
|
|
|
title: Traefik
|
|
|
|
description: Traefik Widget Configuration
|
|
|
|
---
|
|
|
|
|
2024-01-24 14:27:47 -08:00
|
|
|
Learn more about [Traefik](https://github.com/traefik/traefik).
|
2024-01-22 13:26:15 -05:00
|
|
|
|
2023-09-29 21:01:11 +03:00
|
|
|
No extra configuration is required.
|
|
|
|
If your traefik install requires authentication, include the username and password used to login to the web interface.
|
|
|
|
|
|
|
|
Allowed fields: `["routers", "services", "middleware"]`.
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
widget:
|
2023-10-17 23:26:55 -07:00
|
|
|
type: traefik
|
|
|
|
url: http://traefik.host.or.ip
|
|
|
|
username: username # optional
|
|
|
|
password: password # optional
|
2023-09-29 21:01:11 +03:00
|
|
|
```
|