Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 694 Bytes

README.md

File metadata and controls

44 lines (33 loc) · 694 Bytes

caddy-admin-ui

Add a caddy http directive to serve a web ui for admin api.

How to use

Build caddy with this package

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