Home Catalogus Conduit (Matrix Server)
general

Conduit (Matrix Server)

A high-performance, lightweight Matrix chat homeserver written in Rust, specifically optimized for low-resource environments like the Raspberry Pi.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Geen Lock-in)
RAM Profiel: Gemiddeld
Standaard Poort: Port 6167

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

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

services:
  matrix-conduit:
    container_name: njorddeploy-conduit
    image: matrixconduit/matrix-conduit:latest
    restart: unless-stopped
    ports:
      - "6167:6167"
    volumes:
      - "./data/conduit:/var/lib/matrix-conduit"
    environment:
      - "CONDUIT_CONFIG="
      - "CONDUIT_DATABASE_PATH=/var/lib/matrix-conduit"
      - "CONDUIT_SERVER_NAME=conduit.local"
      - "CONDUIT_DATABASE_BACKEND=rocksdb"
      - "CONDUIT_PORT=6167"
      - "CONDUIT_ALLOW_REGISTRATION=true"
      - "CONDUIT_ALLOW_FEDERATION=true"
      - "CONDUIT_MAX_REQUEST_SIZE=20000000"
      - "CONDUIT_TRUSTED_SERVERS=[\"matrix.org\"]"
      - "PUID=1000"
      - "PGID=1000"
      - "TZ=Europe/Amsterdam"
    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
6167 The port to access the Conduit Matrix homeserver.
conduit.local The server name/domain name for the Matrix homeserver (e.g. yourdomain.com).

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.