https://github.com/zimbatm/bitlbee-docker
BitlBee docker container
https://github.com/zimbatm/bitlbee-docker
Last synced: about 1 year ago
JSON representation
BitlBee docker container
- Host: GitHub
- URL: https://github.com/zimbatm/bitlbee-docker
- Owner: zimbatm
- Created: 2014-02-09T13:29:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:55:08.000Z (over 2 years ago)
- Last Synced: 2025-02-07T15:15:27.581Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BitlBee docker image
====================
[BitlBee](http://www.bitlbee.org/) is a IRC bouncer and bridge for various
chat networks. This project packages it inside a [docker](http://docker.io)
container to simplify it's distribution and usage.
Usage
-----
```
docker run -v /data --name bitlbee-data busybox true || true
docker run -t -i --rm --name bitlbee --volumes-from bitlbee-data zimbatm/bitlbee
```
Build
-----
clone this repo and go to it's root directory.
`docker build .`
TODO
----
* SSL. this is necessary.
* discover and document onboarding process.
* do we need to change the /etc/bitlbee config ?
* do we want the package to be built from source ?
See also
--------
https://github.com/sprsquish/dockerfiles/tree/master/bitlbee is probably
better