mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
15 lines
296 B
Markdown
15 lines
296 B
Markdown
---
|
|
title: Caddy
|
|
description: Caddy Widget Configuration
|
|
---
|
|
|
|
Learn more about [Caddy](https://github.com/caddyserver/caddy).
|
|
|
|
Allowed fields: `["upstreams", "requests", "requests_failed"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: caddy
|
|
url: http://caddy.host.or.ip:adminport # default admin port is 2019
|
|
```
|