username
Setting a custom path
- To connect to the weechat relay service we connect using a URL. A typical URL consists of 4 parts. {scheme}://{host}:{port}/{path}
. The path can be changed by enterying the relay's full URL (except the scheme).
+ The hostname field can be used to set a custom path. Or a URL parameter can be used see section 'URL Parameters'.
+
+
+ To connect to the weechat relay service we connect using a URL. A typical URL consists of 4 parts. {scheme}://{host}:{port}/{path}
. The path can be changed by entering the relay's full URL (except the scheme).
- scheme: The scheme must never be input. The scheme is "ws" if TLS isn't used and it is "wss" if TLS is used.
@@ -263,6 +266,27 @@ chown -R username:username ~username
- 2001:db8:85a3::8a2e:370:7334 (must wrap IPv6 address in square brackets)
- 2001:db8:85a3::8a2e:370:7334:8000 (must wrap IPv6 address in square brackets)
+ URL Parameters
+
+ Parameters can be passed in the URL to prefill the fields. This can be useful when you have multiple relays and want to use bookmarks to manage them.
+ We do not recommend passing the password in this way as it will be visible in plain text and stored in history/bookmarks but it is possible. Special characters should be URL encoded.
+
+
+ If we want just the path for example: https://glowing-bear.org/#path=weechat2
+
+
+ An example: https://glowing-bear.org/#host=my.domain.com&port=8000&password=hunter2&autoconnect=true
+
+
+ Available parameters:
+
+ - host
+ - port
+ - path
+ - password
+ - autoconnect
+
+