Web interface for the WeeChat IRC client.

The Web interface is based on chjj/term.js, a terminal written in javascript.
A pre-built image is available on Docker Hub and can be run as follows:
docker run -t -i fstab/weechat-web
The container exposes the console on port 8080.
For more info on how to configure WeeChat, see docker-weechat-otr.
Make sure Docker is installed.
The image is based on docker-weechat-otr, so build that image first:
git clone https://github.com/fstab/docker-weechat-otr.git
cd docker-weechat-otr
docker build -t="fstab/weechat-otr" .
cd ..
Build docker-weechat-web
git clone https://github.com/fstab/docker-weechat-web.git
cd docker-weechat-web
docker build -t="fstab/weechat-web:v1" .
Run a docker container with the image
docker run -t -i fstab/weechat-web:v1
Content type
Image
Digest
sha256:a80006064…
Size
185.5 MB
Last updated
almost 11 years ago
docker pull fstab/weechat-web