From 4657c9882198a29858229c8964d74091a28fbc13 Mon Sep 17 00:00:00 2001 From: hkfires <10558748+hkfires@users.noreply.github.com> Date: Sat, 4 Oct 2025 19:55:07 +0800 Subject: [PATCH] feat: Add option to disable management control panel --- config.example.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.example.yaml b/config.example.yaml index bbe0b415..66cdf64c 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -12,6 +12,9 @@ remote-management: # Leave empty to disable the Management API entirely (404 for all /v0/management routes). secret-key: "" + # Disable the bundled management control panel asset download and HTTP route when true. + disable-control-panel: false + # Authentication directory (supports ~ for home directory) auth-dir: "~/.cli-proxy-api"