Guide
How to self-host live chat on Linux with Docker
If you run Linux, hosting your own live chat is a standard container deployment: the ASP.NET Core app in Docker, SQL Server as the database, and a reverse proxy for HTTPS. This guide walks the five steps from a fresh host to a working chat widget, with every conversation stored in your own database. Prefer Windows? See the IIS setup guide.