Matrix
Docker-Anwendung from junkerderprovinz Repository
Übersicht
Anforderungen
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:8080]/element/- Netzwerk
bridge- Shell
sh- Privilegiert
- false
Konfiguration der Vorlage
Synapse HTTP API. Expose via reverse proxy with HTTPS — never directly to the internet.
- Ziel
- 8008
- Standard
- 8008
- Wert
- 8008
Serves Element Web (/element/), Synapse-Admin (/admin/) and /.well-known/matrix/* endpoints.
- Ziel
- 8080
- Standard
- 8080
- Wert
- 8080
TURN/STUN over TCP for voice/video calls. Open this port in your router/firewall.
- Ziel
- 3478
- Standard
- 3478
- Wert
- 3478
TURN/STUN over UDP for voice/video calls. Open this port in your router/firewall.
- Ziel
- 3478
- Standard
- 3478
- Wert
- 3478
TURN over TLS (TCP). Optional — only if TLS certs are mounted.
- Ziel
- 5349
- Standard
- 5349
- Wert
- 5349
TURN over TLS (UDP). Optional — only if TLS certs are mounted.
- Ziel
- 5349
- Standard
- 5349
- Wert
- 5349
Prometheus metrics at /_synapse/metrics. Bind to a private network only.
- Ziel
- 9090
- Standard
- 9090
- Wert
- 9090
Persistent data: homeserver.yaml, media, signing keys. Never delete — destroys keys and breaks federation.
- Ziel
- /data
- Standard
- /mnt/user/appdata/matrix/
- Wert
- /mnt/user/appdata/matrix/
Optional. Mount a folder containing fullchain.pem + privkey.pem to enable TURN-TLS on 5349.
- Ziel
- /data/certs
Your Matrix domain, e.g. matrix.yourdomain.tld. Used in Matrix IDs (@user:matrix.yourdomain.tld). Cannot be changed later without wiping the DB.
- Ziel
- SERVER_NAME
- Wert
- matrix.yourdomain.tld
Send anonymous usage stats to Matrix.org. 'yes' or 'no'. Recommended: no.
- Ziel
- REPORT_STATS
- Standard
- no
- Wert
- no
true = chat with the public Matrix network (requires /.well-known/matrix/* on your proxy, see README). false = private island.
- Ziel
- ENABLE_FEDERATION
- Standard
- true
- Wert
- true
IP of your PostgreSQL server (e.g. Unraid host IP). IP+port is more reliable than container names.
- Ziel
- POSTGRES_HOST
- Standard
- 192.168.x.x
- Wert
- 192.168.x.x
PostgreSQL port. Default 5432.
- Ziel
- POSTGRES_PORT
- Standard
- 5432
- Wert
- 5432
Postgres user for Synapse. Must already exist (see README — Postgres setup).
- Ziel
- POSTGRES_USER
- Standard
- admin
- Wert
- admin
Password for the Postgres user above.
- Ziel
- POSTGRES_PASSWORD
Synapse database name. Must be created with ENCODING UTF8, LC_COLLATE='C', LC_CTYPE='C' — see Overview.
- Ziel
- POSTGRES_DB
- Standard
- matrix
- Wert
- matrix
Optional. Localpart of the admin user to auto-create on first boot (e.g. 'admin' → @admin:SERVER_NAME). Logs into Element Web + Synapse-Admin. Clear after creation.
- Ziel
- ADMIN_USER
Optional. Password for the admin user above. Clear after first boot.
- Ziel
- ADMIN_PASSWORD
Container timezone (affects log timestamps).
- Ziel
- TZ
- Standard
- Europe/Vienna
- Wert
- Europe/Vienna
UID Synapse runs as. Default 99 (nobody on Unraid).
- Ziel
- PUID
- Standard
- 99
- Wert
- 99
GID Synapse runs as. Default 100 (users on Unraid).
- Ziel
- PGID
- Standard
- 100
- Wert
- 100
Einzelheiten
ghcr.io/junkerderprovinz/matrix:latestFühren Sie Matrix auf Unraid aus.
Matrix ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.