summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
authoryyamashita <yyamashita@hetzner.yyamashita.com>2026-06-19 14:03:22 +0900
committeryyamashita <yyamashita@hetzner.yyamashita.com>2026-06-19 14:03:22 +0900
commit6af7cd1d8c32b138a77f9c835df4a3d4624cf69a (patch)
treecb8640f272780a2197cc0c4c03ed36bdb428489f /CLAUDE.md
parent50e887cb22ca375e66f7948033e05f596c9f43f5 (diff)
Rename hetzner-admin domain and use CNAME for web subdomains
- caddy/Caddyfile: admin.yyamashita.com → hetzner-admin.yyamashita.com - mail/dns/setup-route53.py: add A record for primary, CNAME records for all web service subdomains pointing to hetzner.yyamashita.com - CLAUDE.md: update access URL Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 8e43573..60b2fdc 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -84,5 +84,5 @@ SSH_USER=root
EOF
bash /app/infra/hetzner-admin/install.sh
# → SSH鍵生成 + authorized_keys登録(command= 制限付き)+ コンテナ起動
-# → admin.yyamashita.com でアクセス可能
+# → hetzner-admin.yyamashita.com でアクセス可能
```