- Go module (github.com/elfoundation/hatch) with go 1.25 - cmd/hatch: HTTP server with GET /healthz returning 200 OK - Multi-stage Dockerfile producing static binary from scratch - docker-compose with hatch + optional Caddy reverse proxy - CI placeholder with Go test/lint stubs - .gitignore, .dockerignore, .env.example Co-Authored-By: Paperclip <noreply@paperclip.ing>
7 lines
290 B
Plaintext
7 lines
290 B
Plaintext
# Public hostname for HTTPS (Caddy will obtain a Let's Encrypt cert automatically).
|
|
# Leave unset or set to "localhost" for local dev (self-signed cert).
|
|
HATCH_HOSTNAME=hatch.example.com
|
|
|
|
# Base URL for SSE and self-referencing links within the UI.
|
|
HATCH_BASE_URL=https://hatch.example.com
|