summaryrefslogtreecommitdiff
path: root/docs/DEPLOY.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/DEPLOY.md')
-rw-r--r--docs/DEPLOY.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/DEPLOY.md b/docs/DEPLOY.md
index 99b7661..008093f 100644
--- a/docs/DEPLOY.md
+++ b/docs/DEPLOY.md
@@ -276,6 +276,10 @@ browser ──443──▶ host Caddy (TLS) ──▶ 127.0.0.1:8790 bokf-web c
Port 443 is already forwarded for the other sites. The container
publishes 8790 on the host's loopback only, so it is unreachable until
that block exists.
+- **UTF-8**: the cross-built binaries are static glibc, which needs its own
+ locale data; the image ships Debian's `C.utf8` in `/usr/lib/locale` and
+ the build runs `bokfweb --check-locale`, so an image whose TUI could not
+ show åäö fails to build instead of shipping.
- `BOKF_WEB_MAX_SESSIONS` (default 20) caps concurrent terminals.
`docker compose logs web` shows logins, logouts and failed attempts
(never passwords).