Glowing Bear is a web front-end for WeeChat, an CLI chat client. It provides a modern and user-friendly interface for WeeChat users. In this tutorial, we will go through the steps to install Glowing Bear on OpenBSD.
# pkg_add -v py3-setuptools py3-cffi py3-numpy py-numpy,python%3.9 git
$ git clone https://github.com/glowing-bear/glowing-bear
$ cd glowing-bear
# python3 setup.py install
$ cp config.py.example config.py
$ vi config.py
Set the following variables in the file:
SERVER = '127.0.0.1'
WEB_PATH = '/weechat/'
WEB_PORT = 9001
WEB_SSL = False
$ wee -d ~/.weechat/plugins -r relay add ssl.weechat 9001 password
$ wee -d ~/.weechat/plugins -r relay on
$ gb
http://localhost:8080/weechat/
.Congratulations! You have successfully installed Glowing Bear on OpenBSD.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!