mirror of
https://github.com/YunoHost-Apps/kiwiirc_ynh.git
synced 2024-09-03 19:35:59 +02:00
Fix
This commit is contained in:
parent
b94197b3a4
commit
3723011a2d
2 changed files with 8 additions and 9 deletions
|
@ -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": "<h3>Welcome to your Kiwi IRC page!</h3><p>Now to configure it.</p><p>You can modify this page via the /etc/kiwiirc/client.json file.<br />Add your IRC network details to /etc/kiwiirc/config.conf</p><p>Have a quick read through the config file - there are plenty of comments explaining each feature.</p>"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue