diff --git a/css/glowingbear.css b/css/glowingbear.css index 7bd488e..a59bcce 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -148,3 +148,4 @@ input#sendMessage { li.notification { color: green; } + diff --git a/index.html b/index.html index b446f64..47a9658 100644 --- a/index.html +++ b/index.html @@ -28,30 +28,10 @@ WeeChat web frontend -
To start using, please enable relay in your WeeChat client: -
-/set relay.network.password yourpassword
-/relay add weechat 9001
- Note: The communication goes directly between your browser and your weechat in clear text. - Connection settings are saved between sessions, including password, in your own browser. -

Encryption

- If you want to use encrypted session you first have to set up the relay using SSL -
-$ mkdir -p ~/.weechat/ssl
-$ cd ~/.weechat/ssl
-$ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out relay.pem
-
- If WeeChat is already running, you can reload the certificate and private key with command: -
-/relay sslcertkey
-/relay add ssl.weechat 8000
-
-
-

Connection settings

-
-
- Oh no! We cannot connect! -
+
+ Oh no! We cannot connect! +
+
@@ -78,8 +58,29 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel

Enter number of lines to sync from WeeChat on connect

-
- + + +

Instructions

+
To start using, please enable relay in your WeeChat client: +
+/set relay.network.password yourpassword
+/relay add weechat 9001
+ Note: The communication goes directly between your browser and your weechat in clear text. + Connection settings are saved between sessions, including password, in your own browser. +

Encryption

+ If you want to use encrypted session you first have to set up the relay using SSL +
+$ mkdir -p ~/.weechat/ssl
+$ cd ~/.weechat/ssl
+$ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out relay.pem
+
+ If WeeChat is already running, you can reload the certificate and private key with command: +
+/relay sslcertkey
+/relay add ssl.weechat 8000
+
+
+