Waarom deze configuratie?
- Echte data-soevereiniteit: 100% AVG/GDPR compliant. Lokale gegevens en configuratie blijven op eigen hardware zonder cloud-afhankelijkheid.
- Hardware agnostisch: Geoptimaliseerd voor Raspberry Pi 5 (ARM64) en Proxmox VE hypervisors (x86_64 LXC & VM).
- Engine vrijheid: Getest en gevalideerd voor Docker CE en rootless Podman zonder root-privileges.
- Platform verificatie: Tested on Proxmox LXC: docker (latest, 2026-09-14), podman (latest, 2026-09-14); Proxmox VM: docker (latest, 2026-09-14), podman (latest, 2026-09-14).
Snelle Start (Standalone Docker Compose)
Onderstaand compose-fragment is direct te gebruiken in elke Docker- of Podman-omgeving:
services:
prosody:
image: prosody/prosody:latest
container_name: prosody
restart: unless-stopped
networks:
- njorddeploy_net
ports:
- "5222:5222"
- "5269:5269"
volumes:
- prosody_config:/etc/prosody
- prosody_data:/var/lib/prosody
environment:
- DOMAIN=localhost
- ADMIN_USER=admin
- ADMIN_PASS="ChangeMeSecurePassword123!"
- MUC_PREFIX=conference
- UPLOAD_PREFIX=upload
volumes:
prosody_config:
name: njorddeploy-prosody-config
prosody_data:
name: njorddeploy-prosody-data
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 |
|---|---|---|
XMPP_DOMAIN |
*None* |
The main domain name for your Prosody server (e.g., example.com) |
XMPP_ADMIN_USER |
admin |
The JID for the Admin User. |
XMPP_ADMIN_PASSWORD |
*None* |
The password for the administrator account. This will be securely stored in the configuration. |
XMPP_MUC_PREFIX |
conference |
The subdomain used for group chats. This value needs to be added as an A or CNAME record for your domain. |
XMPP_UPLOAD_PREFIX |
upload |
The subdomain used for file sharing. This value needs to be added as an A or CNAME record for your domain. |
Ecosysteem & Bedrijfsintegratie
- Reverse Proxy Klaar: Direct te koppelen met Caddy, Traefik of Nginx Proxy Manager inclusief automatische Let's Encrypt TLS.
- Veilige Remote Toegang: Naadloos te combineren met WireGuard of Tailscale/Headscale voor veilige toegang buiten het lokale netwerk.
- Transactieve Back-ups: Geschikt voor point-in-time database dumps en container-safe volume snapshotting via NjordDeploy.
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.