Sign inSign up

fstab/weechat-web

By fstab

•Updated almost 11 years ago

Image
1

1.2K

fstab/weechat-web repository overview

⁠docker-weechat-web

Web interface for the WeeChat⁠ IRC client.

WeeChat Web interface

The Web interface is based on chjj/term.js⁠, a terminal written in javascript.

⁠Run from Docker Hub

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⁠.

⁠Build from Source

  1. Make sure Docker⁠ is installed.

  2. 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 ..
    
  3. 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" .
    
  4. Run a docker container with the image

    docker run -t -i fstab/weechat-web:v1
    

Tag summary

Content type

Image

Digest

sha256:a80006064…

Size

185.5 MB

Last updated

almost 11 years ago

docker pull fstab/weechat-web