From 6e41cc1b7a6769608cacb456bae21aa0d7704f59 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Fri, 19 Jun 2026 15:19:00 +0900 Subject: Add microblog service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Caddy: route blog.yyamashita.com → microblog-app:3000 - git: add microblog post-receive hook and update work tree path to /app/microblog - DNS: add blog subdomain to Route 53 WEB_SUBDOMAINS Co-Authored-By: Claude Sonnet 4.6 --- mail/dns/setup-route53.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mail') diff --git a/mail/dns/setup-route53.py b/mail/dns/setup-route53.py index c508235..2a6aee9 100755 --- a/mail/dns/setup-route53.py +++ b/mail/dns/setup-route53.py @@ -36,6 +36,7 @@ WEB_SUBDOMAINS = [ "code", "git", "hetzner-admin", + "blog", ] -- cgit v1.2.3