https://github.com/gsmlg-dev/caddy-admin-ui
Caddy Admin UI written by next.js
https://github.com/gsmlg-dev/caddy-admin-ui
caddy-plugin
Last synced: over 1 year ago
JSON representation
Caddy Admin UI written by next.js
- Host: GitHub
- URL: https://github.com/gsmlg-dev/caddy-admin-ui
- Owner: gsmlg-dev
- Created: 2022-07-04T06:46:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T14:32:11.000Z (over 3 years ago)
- Last Synced: 2025-01-11T11:22:06.568Z (over 1 year ago)
- Topics: caddy-plugin
- Language: HTML
- Homepage:
- Size: 1.36 MB
- Stars: 39
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# caddy-admin-ui
Add a caddy http directive to serve a web ui for admin api.
## How to use
Build caddy with this package
```bash
xcaddy build --with github.com/gsmlg-dev/caddy-admin-ui@main
```
Add a http config
```
{
admin localhost:2021
}
:2022 {
route {
caddy_admin_ui
reverse_proxy localhost:2021 {
header_up Host localhost:2021
}
}
}
```
## Feature
- Show Server Config
- Show Upstream
- Show PKI
- Load Server Config and Save Config to Server
- View Metrics from "/metrics"
## Screenshots




