This commit is contained in:
team3
2026-06-03 22:22:33 +02:00
parent 3ce313932d
commit c73d07be52
4 changed files with 9 additions and 2 deletions

View File

@@ -4,9 +4,10 @@ COMPOSE = docker compose
auth:
@mkdir -p .claude-data storage projects
@cp -aT /root/.claude .claude-data
@chown -R 1000:1000 .claude-data storage projects
@echo "Claude-Auth nach .claude-data synct, storage/projects chowned auf uid 1000."
@grep -q "^CLAUDE_CODE_OAUTH_TOKEN=.\+" .env 2>/dev/null \
|| echo "WARNUNG: CLAUDE_CODE_OAUTH_TOKEN fehlt in .env. Lokal 'claude setup-token' ausführen und Token eintragen."
@echo "Verzeichnisse angelegt und auf uid 1000 chowned."
install:
sudo apt install -y poppler-utils libpango-1.0-0 libcairo2 libgdk-pixbuf-2.0-0 libffi-dev