Docker Image: ghcr.io/msrd0/element
This docker image contains Element, a matrix client, served by a custom
server written in Rust that creates a config based on environment variables, and allows the docker image to be created
from scratch
instead of a distribution's image.
-
DEFAULT_HS_URL
: The default homeserver url. This should be the full url to your matrix server, which might be different from the domain part of your username. Defaults tohttps://matrix.org
if not present. -
DEFAULT_IS_URL
: The default integration server url. Defaults tohttps://vector.im
. -
INTEGRATIONS_UI_URL
: Defaults tohttps://scalar.vector.im
. -
INTEGRATIONS_REST_URL
: Defaults tohttps://scalar.vector.im/api
. -
BRAND
: The branding of your matrix client. Defaults toElement
. -
DEFAULT_THEME
: The default theme of the client. Defaults todark
. -
DEFAULT_COUNTRY_CODE
: Defaults toDE
.