mirror of
https://github.com/YunoHost-Apps/kiwiirc_ynh.git
synced 2024-09-03 19:35:59 +02:00
31 lines
1 KiB
Text
31 lines
1 KiB
Text
{
|
|
"windowTitle": "Kiwi IRC",
|
|
"startupScreen": "welcome",
|
|
"kiwiServer": "https://__DOMAIN__/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.freenode.net",
|
|
"port": 6697,
|
|
"tls": true,
|
|
"channel": "#yunohost",
|
|
"nick": ""
|
|
},
|
|
"embedly": {
|
|
"key": ""
|
|
},
|
|
"plugins": [
|
|
{ "name": "customise", "url": "static/plugins/customise.html" }
|
|
]
|
|
}
|