This repository is based on Joyent mibe. Please note this repository should be build with the mi-core-base mibe image.
Image for Matrix Synapse homeserver. Matrix is an open network for secure, decentralized communication.
nginx_ssl
: ssl cert, key and CA for nginx in pem format (if not provided Let's Encrypt will be used)matrix_server_name
: matrix synapse server name, if not provided the fqdn is usedmatrix_allow_guest_access
: set to true if guest access to matrix synapse should be allowedmatrix_enable_registration
: set to true if user registration to matrix synapse should be allowed
80/tcp
: http via nginx443/tcp
: https via nginx for riot client and matrix client connection8448/tcp
: ssl via nginx for matrix server connection