# Changelog — Easy Gate Cloudron Package ## 1.0.0 (2026-09-01) Initial Cloudron package for Easy Gate 2.0.3. - Multi-stage build: Go 1.23 builder (`CGO_ENABLED=0`, upstream Makefile flags) producing a static binary on `cloudron/base:3.2.0`. - `start.sh` seeds `/app/data/easy-gate.json` on first run with `behind_proxy: true` (Cloudron nginx passes the real client IP via `X-Forwarded-For` for group subnet matching), then execs the binary. - `httpAuth.type = proxy`: Easy Gate has no user model, so Cloudron's authentication proxy gates access. - Addons: `localstorage` only (config persistence; no database). - Logo converted from upstream `assets/logo.svg` to a 256px PNG.