https://github.com/imgk/caddy-yacd
https://github.com/imgk/caddy-yacd
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imgk/caddy-yacd
- Owner: imgk
- License: gpl-3.0
- Created: 2021-06-09T06:02:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T05:39:53.000Z (about 1 year ago)
- Last Synced: 2025-01-18T07:31:00.266Z (5 months ago)
- Language: Go
- Size: 914 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Caddy-PProf
## Build with [xcaddy](https://github.com/caddyserver/xcaddy)
```
$ xcaddy build \
--with github.com/imgk/caddy-yacd
```## Config
```
{
"apps": {
"http": {
"servers": {
"": {
"routes": [
{
"handle": [
{
"handler": "yacd"
}
]
}
]
}
}
}
}
}```