Changeset 0.22.6 (#148)

This commit is contained in:
2026-03-03 13:12:13 +00:00
parent 45fe965c32
commit d8e0664fa3
24 changed files with 983 additions and 2473 deletions

View File

@@ -1,15 +1,20 @@
# ==========================================
# Chat Switchboard - Frontend Dockerfile
# ==========================================
# Static SPA served by nginx. No API proxy —
# in k8s, the Ingress routes /api/ and /ws to
# the backend service directly.
# Static SPA served by nginx. In k8s, the
# Ingress routes /api/ and /ws to the backend
# service directly.
#
# Supports path-based deployment via BASE_PATH
# env var (e.g. /dev, /test, or empty for root).
# The entrypoint generates the nginx config and
# injects BASE_PATH into index.html at startup.
#
# v0.22.6+: Set BACKEND_URL to proxy page routes
# (/, /login, /admin, /editor, /notes, /settings)
# to the Go backend for server-rendered templates.
# When unset, page routes fall through to SPA.
#
# Build context: repo root
# ==========================================