Developer environment-optimized Matrix Synapse Docker image
Don't use this in production!
It comes with zero security support! Also the scripts are a little sketchy and under-tested honestly, and even if they weren't this image is not optimized for production use-cases.
$ docker pull ghcr.io/seagl/synapse-dev-env
Basically, the same as matrixdotorg/synapse
, with the following exceptions:
SYNAPSE_CONFIG_DIR
andSYNAPSE_CONFIG_PATH
are unsupported; setting them will crash the image- Configuration is generated automatically at runtime, instead of requiring a separate manual step
SYNAPSE_REPORT_STATS
is optional and defaults tono
(please don't pollute Matrix statistics server with non-production data!)- The registration secret is always set to
registration_secret
- Federation is (mostly) disabled
- Specifying a Docker volume is optional (if one is not specified, data will be lost on container recreate)
AJ Jordan [email protected], [email protected]
Creative Commons Zero