From e7981c71006bca46dd74598e8a4be9ee13e7dc8d Mon Sep 17 00:00:00 2001 From: Emil Shanaty <65846814+emil28092005@users.noreply.github.com> Date: Wed, 4 Feb 2026 00:02:26 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ccb7cc8..c3160bf 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ This is primarily a **DevOps-focused pet project**: the app itself is intentiona > Public repo note: I intentionally do not publish any real server URLs, IP addresses, credentials, or registry endpoints here. +## Documentation +Detailed setup guides are kept in separate README files to avoid duplication: +- Jenkins CI infrastructure (controller + inbound Docker agent): `infra/jenkins/README.md` +- Nginx TLS certificates for dev/demo (self-signed): `deploy/shagram/nginx/certs/README.md` + ## What it does - Multi-room chat via WebSockets (`/ws/:room`) with message broadcast. - Message history persisted in SQLite and available through an HTTP API.