Home Catalog FluffyChat Web
Messaging

FluffyChat Web

A modern, cute, and cross-platform Matrix client web interface, packaged as a NjordDeploy component.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Zero Lock-in)
RAM Profile: Medium
Default Port: Port 8080

Why this Configuration?

Quick Start (Standalone Docker Compose)

The snippet below is immediately ready to run in any standard Docker or Podman environment:

services:
  fluffychat-web:
    container_name: njorddeploy-fluffychat-web
    image: ghcr.io/krille-chan/fluffychat:latest
    ports:
      - "8080:80"
    environment:
      - "CHAT_MODE=your-own-domain"
      - "HOMESERVER_DOMAIN=matrix.org"
    restart: unless-stopped
    networks:
      - njorddeploy_net

networks:
  njorddeploy_net:

Start the service directly via the command line: docker compose up -d

Configuration & Environment Variables

Key configuration parameters and defaults derived from the NjordDeploy component template:

Variable Default Value Description
FLUFFYCHAT_WEB_PORT 8080 The external port for the FluffyChat web interface.
DATA_ROOT /var/lib/njorddeploy The base directory for all persistent data. This component does not directly use it for volumes but it is a standard variable.
component_version latest The version tag for the FluffyChat Web Docker image.

Ecosystem & Enterprise Integration

Effortless Management with NjordDeploy

Deploy, monitor, and update this service with a single click on your own hardware via the NjordDeploy Configurator.