Merge pull request #2293 from Xvvln/fix/management-asset-security

fix(security): harden management panel asset updater
This commit is contained in:
Luis Pater
2026-03-25 10:22:49 +08:00
committed by GitHub
3 changed files with 21 additions and 2 deletions

View File

@@ -25,6 +25,10 @@ remote-management:
# Disable the bundled management control panel asset download and HTTP route when true.
disable-control-panel: false
# Enable automatic periodic background updates of the management panel from GitHub (default: false).
# When disabled, the panel is only downloaded on first access if missing, and never auto-updated afterward.
# auto-update-panel: false
# GitHub repository for the management control panel. Accepts a repository URL or releases API URL.
panel-github-repository: "https://github.com/router-for-me/Cli-Proxy-API-Management-Center"