fix indents

This commit is contained in:
Ben Harris 2019-06-27 09:39:45 -04:00
parent 96dcd24231
commit eed32252b2
1 changed files with 19 additions and 19 deletions

View File

@ -36,28 +36,28 @@ in version 2.5 which is a much easier way to offer per-user relay access.
<user>.ttm.sh/weechat is configured to proxy to the default unix relay socket
location (`~/.weechat/relay_socket`). to get started using it, follow these steps.
in weechat:
* `/relay add unix.weechat %h/relay_socket`
* `/set relay.network.password mysupersecretpassword` - don't use this password
of course. note that you might already have this set.
1. in weechat:
* `/relay add unix.weechat %h/relay_socket`
* `/set relay.network.password mysupersecretpassword` - don't use this password
of course. note that you might already have this set.
at your shell:
* `chmod o+rw ~/.weechat/relay_socket` - note that other members of the team group
are not included in the granted permissions. this allows nginx to connect
to your socket on your behalf
1. at your shell:
* `chmod o+rw ~/.weechat/relay_socket` - note that other members of the team group
are not included in the granted permissions. this allows nginx to connect
to your socket on your behalf
in your relay client:
* glowing-bear:
- <user>.ttm.sh
- port 443
- your relay password
1. in your relay client:
* glowing-bear:
- <user>.ttm.sh
- port 443
- your relay password
* weechat-android:
- connection type: websocket (ssl)
- websocket path: weechat
- relay host: <user>.ttm.sh
- relay port: 443
- your relay password
* weechat-android:
- connection type: websocket (ssl)
- websocket path: weechat
- relay host: <user>.ttm.sh
- relay port: 443
- your relay password
---