mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-17 10:19:49 +00:00
add mkdocs
This commit is contained in:
parent
b215843b26
commit
47765ee05e
144 changed files with 4219 additions and 3 deletions
17
docs/widgets/services/traefik.md
Normal file
17
docs/widgets/services/traefik.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue