mirror of
https://github.com/YunoHost-Apps/kiwiirc_ynh.git
synced 2024-09-03 19:35:59 +02:00
26 lines
1.2 KiB
Text
26 lines
1.2 KiB
Text
{
|
|
"windowTitle": "Kiwi IRC",
|
|
"startupScreen": "welcome",
|
|
"kiwiServer": "/webirc/kiwiirc/",
|
|
"restricted": false,
|
|
"theme": "Default",
|
|
"themes": [
|
|
{ "name": "Default", "url": "static/themes/default" },
|
|
{ "name": "Dark", "url": "static/themes/dark" },
|
|
{ "name": "Coffee", "url": "static/themes/coffee" },
|
|
{ "name": "GrayFox", "url": "static/themes/grayfox" },
|
|
{ "name": "Nightswatch", "url": "static/themes/nightswatch" },
|
|
{ "name": "Osprey", "url": "static/themes/osprey" },
|
|
{ "name": "Radioactive", "url": "static/themes/radioactive" },
|
|
{ "name": "Sky", "url": "static/themes/sky" },
|
|
{ "name": "Elite", "url": "static/themes/elite" }
|
|
],
|
|
"startupOptions" : {
|
|
"server": "irc.libera.chat",
|
|
"port": 6697,
|
|
"tls": true,
|
|
"channel": "#yunohost",
|
|
"nick": "web?"
|
|
"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>"
|
|
}
|
|
}
|