From 88be3b3f503d4674d764a7265edb2d4e380ae738 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Thu, 2 Jul 2026 22:58:56 +0900 Subject: Add HTTPS forward proxy service (Squid on port 8443) - proxy/: Squid container with HTTPS port, Basic auth from vpn/users.conf - caddy/Caddyfile: add proxy.yyamashita.com block (RSA cert for compat) - git/hooks: add proxy/deploy.sh to post-receive hook - CLAUDE.md: document proxy setup and client config Co-Authored-By: Claude Sonnet 4.6 --- git/hooks/hetzner-infra/post-receive | 1 + 1 file changed, 1 insertion(+) (limited to 'git') diff --git a/git/hooks/hetzner-infra/post-receive b/git/hooks/hetzner-infra/post-receive index 6eeff49..dbb450d 100755 --- a/git/hooks/hetzner-infra/post-receive +++ b/git/hooks/hetzner-infra/post-receive @@ -6,4 +6,5 @@ bash /app/infra/cgit/deploy.sh bash /app/infra/mail/deploy.sh bash /app/infra/hetzner-admin/deploy.sh bash /app/infra/vpn/deploy.sh +bash /app/infra/proxy/deploy.sh echo "Deploy complete: hetzner-infra" -- cgit v1.2.3