Giter Club home page Giter Club logo

docker-bitlbee's Introduction

Features

Usage

  1. Clone the project:

    % git clone https://www.github.com/mbologna/docker-bitlbee
    
  2. (Optional) Customize bitlbee configuration file in etc/bitlbee/bitlbee.conf

  3. Start bitlbee either via:

    • Docker Compose (recommended):

      % docker-compose up
      
    • Docker:

      % docker volume create bitlbee_data
      % docker run -d --name bitlbee \
                      --restart=always \
                      -p 16667:6667 \
                      -v $PWD/etc/bitlbee:/usr/local/etc/bitlbee \
                      mbologna/docker-bitlbee
      % docker run -d --name bitlbee-stunnel \
                      --restart=always \
                      --link bitlbee:bitlbee
                      -e STUNNEL_SERVICE=bitlbee-stunnel \
                      -e STUNNEL_ACCEPT=6697 \
                      -e STUNNEL_CONNECT=bitlbee:6667 \
                      -p 16697:6697 \
                      dweomer/stunnel
      
  4. Connect your IRC client either to:

    • localhost:16697 (TLS terminated) (recommended)
    • localhost:16667 (non-TLS, plain connection)

Building

You can build a bitlbee image from Dockerfile: docker build -t="mbologna/docker-bitlbee" github.com/mbologna/docker-bitlbee

docker-bitlbee's People

Contributors

aposcic avatar egoexpress avatar fuzzy76 avatar krydos avatar mbologna avatar raidancampbell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

docker-bitlbee's Issues

Jabber?

Hello, you have a nice Docker setup here! Is there any way to add a Jabber? Thanks!

Cannot connect to rocket chat

I'm getting eionrobb-rocketchat - Login error: No username/server supplied on ac 1 on. I tried various combinations of username/server_path but can't seem to get it running. Do you use that? Any ideas?

Btw, thank you for providing this, it was really easy for me to get skypeweb running this way :-)

SSL support

Seems there is no support for connecting to bitlbee over an stunnel.

autogen.sh: Permission denied

When trying to docker build,

...
mkdir -p `pkg-config --variable=plugindir purple`
install -p libhangouts.so `pkg-config --variable=plugindir purple`
/bin/sh: 1: ./autogen.sh: Permission denied

SSL routines::wrong version

Hello, I'm struggling to bypass this error. I've tried every configuration, but the connection on the secure port from mIRC doesn't work.

bitlbee-stunnel  | 2024.02.27 16:38:32 LOG6[0]: Peer certificate not required
bitlbee-stunnel  | 2024.02.27 16:38:32 LOG7[0]: TLS state (accept): before SSL initialization
bitlbee-stunnel  | 2024.02.27 16:38:33 LOG3[0]: SSL_accept: ssl/record/ssl3_record.c:354: error:0A00010B:SSL routines::wrong version number
bitlbee-stunnel  | 2024.02.27 16:38:33 LOG5[0]: Connection reset: 0 byte(s) sent to TLS, 0 byte(s) sent to socket
bitlbee-stunnel  | 2024.02.27 16:38:33 LOG7[0]: local_rfd/local_wfd reset (FD=3)
bitlbee-stunnel  | 2024.02.27 16:38:33 LOG7[0]: Local descriptor (FD=3) closed
bitlbee-stunnel  | 2024.02.27 16:38:33 LOG7[0]: Service [bitlbee-stunnel] finished (0 left)
bitlbee-stunnel  | 2024.02.27 16:39:02 LOG7[ui]: Found 1 ready file descriptor(s)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.