summaryrefslogtreecommitdiff
path: root/Deploy.md
AgeCommit message (Collapse)AuthorLines
9 hoursAdd server/ dir, CLAUDE.md, and SSH key management via install.shyyamashita-74/+19
- server/authorized_keys: root SSH keys managed in repo - server/requirements.md: list of required tools/packages - git/install.sh: now also applies authorized_keys on install - CLAUDE.md: repo overview for Claude Code - Deploy.md: simplified Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 hoursUpdate Deploy.md for new directory structureyyamashita-84/+61
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 hoursMove tokyo-livehouse-events work tree from /app to /app/tokyo-livehouse-eventsyyamashita-1/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 hoursCentralize repo and hook management: add repos.txt and install.shyyamashita-16/+17
All bare repo creation is now driven by repos.txt in this repo. install.sh replaces install-hooks.sh and handles both repo creation and hook deployment. Other repos' server-setup.sh no longer manage bare repos or hooks. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 hoursManage all server-side git hooks in this repositoryyyamashita-3/+20
Add server-hooks/<repo>/post-receive for all repos and scripts/install-hooks.sh to deploy them manually on the server. Hooks are not auto-installed on git push for security. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 hoursAdd Claude Code session management via post-receive hookyyamashita-16/+24
Root's post-receive hook now calls scripts/sync-claude-services.sh to manage yyamashita's systemd user services on git push. Sessions are configured in claude-code-sessions.txt (user:repo format). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
37 hoursAdd Claude Code daemon setup for remote sessions per repoyyamashita-0/+25
systemd サービス (claude-infra/tokyo/whoisband) を生成・有効化するセットアップスクリプトを追加。 claude remote-control で各リポジトリの常駐セッションを起動し、claude.ai/code から接続できる。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 daysAdd Deploy.md: infra overview and operations guideyyamashita-0/+73