mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Use SSL when connecting to the chat via embedded kiwiirc
This commit is contained in:
parent
c832c60563
commit
dd5613ebd6
3 changed files with 3 additions and 5 deletions
2
help.md
2
help.md
|
@ -10,7 +10,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<iframe src="https://kiwiirc.com/client/irc.freenode.org/?nick=foobar|?&theme=mini#yunohost" style="border:0; width:100%; height:450px;"></iframe>
|
||||
<iframe src="https://kiwiirc.com/client/irc.freenode.org:+6697/?nick=foobar|?&theme=mini#yunohost" style="border:0; width:100%; height:450px;"></iframe>
|
||||
|
||||
</br>
|
||||
</br>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<div dir="rtl"><strong>الإسم المستعار</strong> : <input id="nickname" value="foobar__" type="text">
|
||||
</div>
|
||||
|
||||
<iframe src="https://kiwiirc.com/client/irc.freenode.org/?nick=foobar|?&theme=mini#yunohost" style="border:0; width:100%; height:450px;"></iframe>
|
||||
<iframe src="https://kiwiirc.com/client/irc.freenode.org:+6697/?nick=foobar|?&theme=mini#yunohost" style="border:0; width:100%; height:450px;"></iframe>
|
||||
|
||||
</br>
|
||||
</br>
|
||||
|
|
|
@ -10,9 +10,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<iframe
|
||||
src="https://kiwiirc.com/client/irc.freenode.org/?nick=foobar|?&theme=mini#yunohost"
|
||||
style="border:0; width:100%; height:450px;"></iframe>
|
||||
<iframe src="https://kiwiirc.com/client/irc.freenode.org:+6697/?nick=foobar|?&theme=mini#yunohost" style="border:0; width:100%; height:450px;"></iframe>
|
||||
|
||||
</br>
|
||||
</br>
|
||||
|
|
Loading…
Add table
Reference in a new issue