From 3d8022d03094381cad1b290936960f152ff36946 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 26 Mar 2022 18:42:34 +0100 Subject: [PATCH] doc/getting-started: mention TLS and on-disk logs --- doc/getting-started.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/getting-started.md b/doc/getting-started.md index 3eac9be..c9c4760 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -7,6 +7,11 @@ To create an admin user and start soju, run these commands: sojuctl create-user -admin soju -listen irc+insecure://127.0.0.1:6667 +soju will listen for unencrypted IRC connections on the default port. This is +enough for local experiments, but for a proper setup you will need to configure +TLS (e.g. by setting up a reverse proxy, or by specifying the TLS certificates +in the soju configuration file). Setting up on-disk chat logs is recommended. + If you're migrating from ZNC, a tool is available to import users, networks and channels from a ZNC config file: