From e59bd95b9c6e9a31187ca5d1c37e77a81e6a2a80 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 12 May 2026 12:40:09 +0200 Subject: [PATCH] Update CLIProxyAPI installation script Generate random management password and API key for CLIProxyAPI configuration. --- install/cliproxyapi-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/cliproxyapi-install.sh b/install/cliproxyapi-install.sh index e120264b4..9bfc7b636 100644 --- a/install/cliproxyapi-install.sh +++ b/install/cliproxyapi-install.sh @@ -22,7 +22,6 @@ fetch_and_deploy_gh_release "cliproxyapi" "router-for-me/CLIProxyAPI" "prebuild" msg_info "Configuring CLIProxyAPI" MANAGEMENT_PASSWORD=$(openssl rand -hex 32) API_KEY="sk-$(openssl rand -hex 16)" - cat </opt/cliproxyapi/config.yaml host: "" port: 8317 @@ -39,7 +38,6 @@ quota-exceeded: routing: strategy: "round-robin" EOF - msg_ok "Configured CLIProxyAPI" msg_info "Creating Service"