Bring the classic IRC experience into the modern era with a browser-based client designed for continuous connectivity. By utilizing a persistent server-side bouncer, you remain active in your channels even after closing your browser window. The fully responsive design ensures a smooth chatting experience across all your devices.
Enjoy a feature-rich environment that goes beyond traditional text chat:
services:
convos:
image: ghcr.io/convos-chat/convos:stable
container_name: convos
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./data:/data
environment:
- CONVOS_HOME=/data
- CONVOS_SECRET=${CONVOS_SECRET}
- CONVOS_INVITE_CODE=${CONVOS_INVITE_CODE}CONVOS_SECRET=your_super_secure_random_string_here
CONVOS_INVITE_CODE=your_optional_invite_codeAuto-fetched about 1 hour ago
Auto-fetched about 1 hour ago