Refactor CLIProxyAPI: remove msg wrapper, remove creds file, update JSON notes

This commit is contained in:
CanbiZ (MickLesk)
2026-03-27 14:03:38 +01:00
parent b4f7bfae1d
commit eb36cb3133
3 changed files with 1 additions and 10 deletions

View File

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