IRC Update for KiwiIRC 1.7
This commit is contained in:
35
roles/IRC/templates/kiwiirc/client.json.j2
Normal file
35
roles/IRC/templates/kiwiirc/client.json.j2
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"windowTitle": "{{ external_domain }}/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": "<h3>{{ external_domain }}/IRC</h3>Log in with your AniNIX account.",
|
||||
"channel": "#lobby",
|
||||
"nick": "kiwi-n?",
|
||||
"server": "irc.{{ external_domain }}",
|
||||
"port": 7778,
|
||||
"direct": true,
|
||||
"tls": true
|
||||
},
|
||||
"embedly": {
|
||||
"key": ""
|
||||
},
|
||||
"plugins": [
|
||||
{ "name": "customise", "url": "static/plugins/customise.html" }
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user