fix: use haproxy to strip PROXY protocol before sshd — nginx sends PROXY headers on all TCP
All checks were successful
Build Devpod / build (push) Successful in 3m0s
Build & Release / build (push) Successful in 17s

This commit is contained in:
Ryan Moon
2026-04-04 10:04:42 -05:00
parent cc5ab41da4
commit b318345fdf
2 changed files with 25 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ ENV PATH="/root/.bun/bin:$PATH"
RUN apt-get update && apt-get install -y --no-install-recommends \
curl wget git openssh-server ca-certificates gnupg \
build-essential unzip jq tmux zsh ripgrep \
postgresql-client redis-tools \
postgresql-client redis-tools haproxy \
&& rm -rf /var/lib/apt/lists/*
# Bun