diff options
| author | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-07-02 23:08:58 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-07-02 23:08:58 +0900 |
| commit | 1a7b5adf8484ec0f2b6feb350b578142e186ab26 (patch) | |
| tree | e8c670ac5554d2b17b491ee96e9717f4432d64a9 /proxy/install.sh | |
| parent | 88be3b3f503d4674d764a7265edb2d4e380ae738 (diff) | |
Move forward proxy from Squid to Caddy (port 80/443)
Replace standalone Squid container with caddy-forwardproxy plugin so the
proxy shares Caddy's existing ports and TLS. HTTP on :80 and HTTPS on :443.
Auth is read from the same vpn/users.conf at Caddy startup via entrypoint.sh.
DNS: add proxy to setup-route53.py WEB_SUBDOMAINS.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'proxy/install.sh')
| -rw-r--r-- | proxy/install.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/proxy/install.sh b/proxy/install.sh deleted file mode 100644 index 58a8e53..0000000 --- a/proxy/install.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env bash -set -euo pipefail -cd "$(dirname "$0")" - -echo "=== Proxy Install: proxy.yyamashita.com ===" -bash "$(pwd)/renew-cert.sh" - -echo "" -echo "=== Proxy 起動完了 ===" -echo " アドレス: https://proxy.yyamashita.com:8443" -echo " 認証: VPN と同じユーザー名/パスワード (Basic 認証)" -echo " 証明書の更新: bash /app/infra/proxy/renew-cert.sh" |
