1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwiirc_ynh.git synced 2024-09-03 19:35:59 +02:00
kiwiirc_ynh/conf/client.json

32 lines
1.3 KiB
JSON
Raw Normal View History

2020-10-11 15:21:19 +02:00
{
2022-02-03 21:45:10 +01:00
"windowTitle": "Web IRC",
2020-10-11 16:19:53 +02:00
"startupScreen": "welcome",
2022-02-03 20:07:15 +01:00
"kiwiServer": "/webirc/kiwiirc/",
2022-02-03 21:45:10 +01:00
"restricted": true,
2020-10-11 16:19:53 +02:00
"theme": "Default",
2020-10-11 15:21:19 +02:00
"themes": [
2020-10-11 16:19:53 +02:00
{ "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" }
2020-10-11 15:21:19 +02:00
],
"startupOptions" : {
2024-02-05 13:11:42 +01:00
"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>"
"infoBackground": "",
"greetingText": "Libera Chat",
2020-10-11 16:19:53 +02:00
"channel": "#yunohost",
2022-02-03 21:45:10 +01:00
"nick": "web?",
2024-02-05 13:11:42 +01:00
},
"embedly": {
"key": ""
},
"plugins": [
{ "name": "customise", "url": "static/plugins/customise.html" }
]
2020-10-11 16:19:53 +02:00
}