Sign inSign up

ajoergensen/bitlbee

By ajoergensen

Updated over 1 year ago

Bitlbee in a container

Image
0

2.8K

ajoergensen/bitlbee repository overview

Bitlbee

Bitlbee is an IRC to other chat networks gateway

Usage

docker run --rm --name bitlbee -v ./storage:/var/lib/bitlbee ajoergensen/bitlbee

Environment
  • PUID - Changes the uid of the app user, default 911
  • PGID - Changes the gid of the app group, default 911
  • DISABLE_SYSLOG - If set to TRUE, do not run rsyslog inside the container. Default is FALSE
  • SMTP_HOST - Change the SMTP relay server used by ssmtp (sendmail)
  • SMTP_USER - Username for the SMTP relay server
  • SMTP_PASS - Password for the SMTP relay server
  • SMTP_PORT - Outgoing SMTP port, default 587
  • SMTP_SECURE - Does the SMTP server requires a secure connection, default TRUE
  • SMTP_TLS - Use STARTTLS, default TRUE (if SMTP_TLS is FALSE and SMTP_SECURE is true, SMTP over SSL will be used)
  • SMTP_MASQ - Masquerade outbound emails using this domain, default empty
Persistent data

/var/lib/bitlbee is defined as a volume and used for storing bitlbee's configuration.

Tag summary

Content type

Image

Digest

sha256:f1a8f8794

Size

26 MB

Last updated

over 1 year ago

docker pull ajoergensen/bitlbee