Home Catalogus 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 (Geen Lock-in)
RAM Profiel: Gemiddeld
Standaard Poort: Port 8080

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

Onderstaand compose-fragment is direct te gebruiken in elke Docker- of Podman-omgeving:

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 de service direct via de commandline: docker compose up -d

Configuratie & Omgevingsvariabelen

Belangrijkste configuratieparameters en standaardwaarden uit de NjordDeploy component-sjabloon:

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.

Ecosysteem & Bedrijfsintegratie

Eenvoudig beheren via NjordDeploy

Installeer, bewaak en update deze service met 1 klik op uw eigen Raspberry Pi of Proxmox server via de NjordDeploy Configurator.