doc/getting-started: mention TLS and on-disk logs
This commit is contained in:
parent
ad8192cb82
commit
3d8022d030
@ -7,6 +7,11 @@ To create an admin user and start soju, run these commands:
|
||||
sojuctl create-user <soju username> -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user