Matrix
Aplicación Docker from junkerderprovinz Repository
Visión general
Requisitos
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:8080]/element/- Red
bridge- Concha
sh- Privilegiado
- false
Configuración de plantillas
Synapse HTTP API. Expose via reverse proxy with HTTPS — never directly to the internet.
- Objetivo
- 8008
- Por defecto
- 8008
- Valor
- 8008
Serves Element Web (/element/), Synapse-Admin (/admin/) and /.well-known/matrix/* endpoints.
- Objetivo
- 8080
- Por defecto
- 8080
- Valor
- 8080
TURN/STUN over TCP for voice/video calls. Open this port in your router/firewall.
- Objetivo
- 3478
- Por defecto
- 3478
- Valor
- 3478
TURN/STUN over UDP for voice/video calls. Open this port in your router/firewall.
- Objetivo
- 3478
- Por defecto
- 3478
- Valor
- 3478
TURN over TLS (TCP). Optional — only if TLS certs are mounted.
- Objetivo
- 5349
- Por defecto
- 5349
- Valor
- 5349
TURN over TLS (UDP). Optional — only if TLS certs are mounted.
- Objetivo
- 5349
- Por defecto
- 5349
- Valor
- 5349
Prometheus metrics at /_synapse/metrics. Bind to a private network only.
- Objetivo
- 9090
- Por defecto
- 9090
- Valor
- 9090
Persistent data: homeserver.yaml, media, signing keys. Never delete — destroys keys and breaks federation.
- Objetivo
- /data
- Por defecto
- /mnt/user/appdata/matrix/
- Valor
- /mnt/user/appdata/matrix/
Optional. Mount a folder containing fullchain.pem + privkey.pem to enable TURN-TLS on 5349.
- Objetivo
- /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.
- Objetivo
- SERVER_NAME
- Valor
- matrix.yourdomain.tld
Send anonymous usage stats to Matrix.org. 'yes' or 'no'. Recommended: no.
- Objetivo
- REPORT_STATS
- Por defecto
- no
- Valor
- no
true = chat with the public Matrix network (requires /.well-known/matrix/* on your proxy, see README). false = private island.
- Objetivo
- ENABLE_FEDERATION
- Por defecto
- true
- Valor
- true
IP of your PostgreSQL server (e.g. Unraid host IP). IP+port is more reliable than container names.
- Objetivo
- POSTGRES_HOST
- Por defecto
- 192.168.x.x
- Valor
- 192.168.x.x
PostgreSQL port. Default 5432.
- Objetivo
- POSTGRES_PORT
- Por defecto
- 5432
- Valor
- 5432
Postgres user for Synapse. Must already exist (see README — Postgres setup).
- Objetivo
- POSTGRES_USER
- Por defecto
- admin
- Valor
- admin
Password for the Postgres user above.
- Objetivo
- POSTGRES_PASSWORD
Synapse database name. Must be created with ENCODING UTF8, LC_COLLATE='C', LC_CTYPE='C' — see Overview.
- Objetivo
- POSTGRES_DB
- Por defecto
- matrix
- Valor
- 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.
- Objetivo
- ADMIN_USER
Optional. Password for the admin user above. Clear after first boot.
- Objetivo
- ADMIN_PASSWORD
Container timezone (affects log timestamps).
- Objetivo
- TZ
- Por defecto
- Europe/Vienna
- Valor
- Europe/Vienna
UID Synapse runs as. Default 99 (nobody on Unraid).
- Objetivo
- PUID
- Por defecto
- 99
- Valor
- 99
GID Synapse runs as. Default 100 (users on Unraid).
- Objetivo
- PGID
- Por defecto
- 100
- Valor
- 100
Detalles
ghcr.io/junkerderprovinz/matrix:latestEjecute Matrix en Unraid.
Matrix se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.