summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
37 hoursFix claude daemon: non-root user and PTY allocationyyamashita-2/+13
root 実行時のセキュリティ制限と TTY なし問題を修正。 claude-agent ユーザーを作成し、script コマンドで疑似 TTY を確保する。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
37 hoursFix claude remote-control command flag syntaxyyamashita-1/+1
--remote-control はサブコマンドではなくオプションフラグのため修正。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
37 hoursAdd Claude Code daemon setup for remote sessions per repoyyamashita-0/+77
systemd サービス (claude-infra/tokyo/whoisband) を生成・有効化するセットアップスクリプトを追加。 claude remote-control で各リポジトリの常駐セッションを起動し、claude.ai/code から接続できる。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 daysAdd crawler bypass header to skip X-Robots-Tagyyamashita-0/+8
Requests with X-Crawler-Access header and the correct token will have the X-Robots-Tag response header removed, allowing trusted crawlers to index the site. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 daystestyyamashita-1/+5
9 daysadd-referrer-policyyyamashita-1/+1
9 daysadd-referrer-policyyyamashita-0/+2
9 daysUse whoisband.yyamashita.com as whois-band domainyyamashita-1/+1
9 daysAdd Deploy.md: infra overview and operations guideyyamashita-0/+73
9 daysFix: use external web network (matches tokyo and whois-band)yyamashita-0/+1
9 daysAdd server-setup.sh: bare repo, web network, Caddy post-receive hookyyamashita-0/+39
9 daysInitial: shared Caddy reverse proxy on web networkyyamashita-0/+34