diff --git a/conf/client.json.example b/conf/client.json.example index 67b365a..a875a34 100644 --- a/conf/client.json.example +++ b/conf/client.json.example @@ -1,8 +1,8 @@ { - "windowTitle": "Kiwi IRC", + "windowTitle": "Web IRC", "startupScreen": "welcome", "kiwiServer": "/webirc/kiwiirc/", - "restricted": false, + "restricted": true, "theme": "Default", "themes": [ { "name": "Default", "url": "static/themes/default" }, @@ -16,11 +16,10 @@ { "name": "Elite", "url": "static/themes/elite" } ], "startupOptions" : { - "server": "irc.libera.chat", - "port": 6697, - "tls": true, "channel": "#yunohost", - "nick": "web?" + "nick": "web?", + "greetingText": "Libera Chat", + "infoBackground": "", "infoContent": "
Now to configure it.
You can modify this page via the /etc/kiwiirc/client.json file.
Add your IRC network details to /etc/kiwiirc/config.conf
Have a quick read through the config file - there are plenty of comments explaining each feature.
" } } diff --git a/conf/config.conf.example b/conf/config.conf.example index 2ebcfb4..f3bf5f8 100644 --- a/conf/config.conf.example +++ b/conf/config.conf.example @@ -62,7 +62,7 @@ bind_mode = 0777 # Optional, but handy for serving the Kiwi IRC client if no other webserver is available [fileserving] enabled = true -webroot = www/ +webroot = /usr/share/kiwiirc/ [transports] websocket @@ -89,8 +89,8 @@ kiwiirc # Connections will be sent to a random upstream [upstream.1] hostname = "irc.libera.chat" -port = 6697 -tls = true +port = 6667 +tls = false # Connection timeout in seconds timeout = 5 # Throttle the lines being written by X per second