Favicon of Convos

Convos

Stay connected to IRC with a responsive, always-online web client. Enjoy video chat, custom themes, rich media formatting, and complete privacy control.

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:

  • Always online: Keep a complete, persistent archive of all your chat activity.
  • Video chat: Connect face-to-face with single users or multiple participants.
  • Rich formatting: Bring conversations to life with inline media displays and emojis.
  • Custom themes: Personalize your interface with built-in color schemes.
  • Complete privacy: Maintain full ownership over your settings, chat logs, and uploaded files.
  • Easy installation: Set up quickly on your home server without complex configuration files.

Directory Structure

convos
data
.env
docker-compose.yml

docker-compose.yml

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}

.env

CONVOS_SECRET=your_super_secure_random_string_here
CONVOS_INVITE_CODE=your_optional_invite_code
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Convos

Favicon

 

  
  
Favicon

 

  
  
Favicon