diff --git a/ct/cliproxyapi.sh b/ct/cliproxyapi.sh index b645f7f5..b23bd31e 100644 --- a/ct/cliproxyapi.sh +++ b/ct/cliproxyapi.sh @@ -35,9 +35,7 @@ function update_script() { systemctl stop cliproxyapi msg_ok "Stopped CLIProxyAPI" - msg_info "Updating CLIProxyAPI" CLEAN_INSTALL=1 fetch_and_deploy_gh_release "cliproxyapi" "router-for-me/CLIProxyAPI" "prebuild" "latest" "/opt/cliproxyapi" "CLIProxyAPI_*_linux_amd64.tar.gz" - msg_ok "Updated CLIProxyAPI" msg_info "Starting CLIProxyAPI" systemctl start cliproxyapi diff --git a/install/cliproxyapi-install.sh b/install/cliproxyapi-install.sh index 793e79ff..0dc277dd 100644 --- a/install/cliproxyapi-install.sh +++ b/install/cliproxyapi-install.sh @@ -40,13 +40,6 @@ routing: strategy: "round-robin" EOF -{ - echo "CLIProxyAPI Credentials" - echo "=======================" - echo "API Key: ${API_KEY}" - echo "Management Password: ${MANAGEMENT_PASSWORD}" -} >~/cliproxyapi.creds -chmod 600 ~/cliproxyapi.creds msg_ok "Configured CLIProxyAPI" msg_info "Creating Service" diff --git a/json/cliproxyapi.json b/json/cliproxyapi.json index 6912d5e9..bd9370fa 100644 --- a/json/cliproxyapi.json +++ b/json/cliproxyapi.json @@ -33,7 +33,7 @@ }, "notes": [ { - "text": "Generated credentials (API Key, Management Password) are saved to `/root/cliproxyapi.creds` inside the LXC.", + "text": "Generated credentials (API Key, Management Password) are stored in `/opt/cliproxyapi/config.yaml` inside the LXC.", "type": "info" }, {