37 lines
1.4 KiB
Django/Jinja
37 lines
1.4 KiB
Django/Jinja
{
|
|
"windowTitle": "{{ organization['displayname'] }}/IRC | Web IRC client",
|
|
"startupScreen": "welcome",
|
|
"kiwiServer": "https://irc.{{ external_domain }}/webirc/websocket/",
|
|
"restricted": true,
|
|
"hideSettings": false,
|
|
"hideAdvancedSettings": true,
|
|
"theme": "Dark",
|
|
"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" : {
|
|
"infoContent": "<img src='https://{{ external_domain }}/assets/img/AniNIX.png' style='width:100%;height:auto;' /><h3>{{ organization['displayname'] }}/IRC</h3>Log in with your AniNIX account.",
|
|
"channel": "#lobby",
|
|
"nick": "Guest?",
|
|
"server": "irc.{{ external_domain }}",
|
|
"direct_path": "/websocket/",
|
|
"port": 443,
|
|
"direct": true,
|
|
"tls": true
|
|
},
|
|
"embedly": {
|
|
"key": ""
|
|
},
|
|
"plugins": [
|
|
{ "name": "customise", "url": "static/plugins/customise.html" }
|
|
]
|
|
}
|