mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-06 15:32:10 +08:00
add mkdocs
This commit is contained in:
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
|
||||
```
|
||||
Reference in New Issue
Block a user