Chat Vault

Automatically back up WhatsApp chats from email or local files. Browse, search, and view your archived conversations in a familiar, chat-like interface.

Securely store and manage your WhatsApp conversation history with this self-hosted backup application. It provides a reliable way to archive your important messages and media, ensuring you never lose access to them. The tool is designed to collect backups from various sources and present them in a single, accessible location.

This application offers several powerful features for backing up your chats:

  • Directory Importing: Simply place your exported WhatsApp chat files into a designated directory, and the application will automatically process and import them into your archive.
  • Automated Email Backup: Configure a dedicated email address within the app. When you export chats from WhatsApp and send them as attachments to this email, the tool automatically detects, downloads, and archives the messages and media.
  • Intuitive Frontend: Access your archived conversations through a user-friendly, chat-like interface that mimics the look and feel of a messaging app. This makes it simple to navigate, search for specific messages, and view attachments.

Directory Structure

chat-vault
chatvault
data
imports
.env
docker-compose.yml

docker-compose.yml

services:
  chatvault:
    image: ghcr.io/vitormarcal/chatvault:latest
    container_name: chatvault
    restart: unless-stopped
    ports:
      - "3000:3000"
    volumes:
      - ./data:/app/data
      - ./imports:/app/imports
    environment:
      - TZ=UTC
      - ADMIN_USERNAME=${ADMIN_USERNAME}
      - ADMIN_PASSWORD=${ADMIN_PASSWORD}

.env

ADMIN_USERNAME=admin
ADMIN_PASSWORD=your_super_secret_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Chat Vault

Favicon

 

  
  
Favicon

 

  
  
Favicon