feat: Add option to disable management control panel

This commit is contained in:
hkfires
2025-10-04 19:55:07 +08:00
parent dd1e0da155
commit 4657c98821

View File

@@ -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"