WeeChat is a fast, lightweight, and completely free terminal-based chat client designed for users who demand high performance and deep customization. It comes packed with a full-featured IRC plugin that supports multiple servers, IPv6, SASL authentication, and proxy connections.
Key features include:
Backed by comprehensive documentation and active community support, it offers a highly adaptable environment for all your text-based communication needs.
services:
weechat:
image: weechat/weechat:latest
container_name: weechat
stdin_open: true
tty: true
environment:
- TERM=xterm-256color
- TZ=UTC
volumes:
- ./data:/home/weechat/.weechat
ports:
- 9001:9001
restart: unless-stopped# No sensitive environment variables are required for the default configuration.
# WeeChat stores its configuration and secrets internally in the persistent volume.Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago