change claude proxy name and added ws support in adroid app

This commit is contained in:
2026-03-11 22:35:26 +01:00
parent e951fc712f
commit dd12a49aaf
116 changed files with 485 additions and 247 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ services:
proxy:
image: node:22-alpine
container_name: aria-proxy
command: sh -c "npm install -g claude-max-api-proxy && claude-max-api-proxy"
command: sh -c "npm install -g claude-max-api-proxy && claude-max-api"
volumes:
- ~/.config/claude:/root/.config/claude:ro # Claude CLI Auth
restart: unless-stopped