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.
18 lines
421 B
18 lines
421 B
1 year ago
|
---
|
||
|
title: Traefik
|
||
|
description: Traefik Widget Configuration
|
||
|
---
|
||
|
|
||
|
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:
|
||
|
type: traefik
|
||
|
url: http://traefik.host.or.ip
|
||
|
username: username # optional
|
||
|
password: password # optional
|
||
|
```
|