2022-12-04 17:09:15 -05:00
# tommytran732/synapse
2021-06-02 13:36:21 -04:00
2022-12-04 17:09:15 -05:00
![Build, scan & push ](https://github.com/tommytran732/Synapse-Docker/actions/workflows/build.yml/badge.svg )
2022-09-06 14:13:05 -04:00
2021-06-02 13:36:21 -04:00
[Synapse ](https://github.com/matrix-org/synapse ) is a [Matrix ](https://matrix.org/ ) implementation written in Python.
### Notes
2024-06-12 06:23:19 -04:00
- Prebuilt images are available at `ghcr.io/tommytran732/synapse` .
2021-06-02 13:36:21 -04:00
- Don't trust random images: build yourself if you can.
2022-12-04 17:09:15 -05:00
- Always keep your software up-to-date: manage versions with [build-time variables ](https://github.com/TommyTran732/Synapse-Docker/blob/main/Dockerfile#L1-L4 ).
2021-06-02 13:36:21 -04:00
### Features & usage
- Drop-in replacement for the [official image ](https://github.com/matrix-org/synapse/tree/develop/docker ).
- Unprivileged image: you should check your volumes permissions (eg `/data` ), default UID/GID is 991.
2024-05-28 04:27:21 -04:00
- Based on the latest [Alpine ](https://alpinelinux.org/ ) containers which provide more recent packages while having less attack surface.
2024-06-12 06:23:19 -04:00
- Daily rebuilds keeping the image up-to-date.
2024-05-28 04:27:21 -04:00
- Comes with the [hardened memory allocator ](https://github.com/GrapheneOS/hardened_malloc ) built from the latest tag, protecting against some heap-based buffer overflows.
- [Mjolnir module ](https://github.com/matrix-org/mjolnir/blob/main/docs/synapse_module.md ) support.
### Licensing
- v1.98.0 and prior are under the [Apache License ](https://www.apache.org/licenses/LICENSE-2.0 ). 😇
- Versions after v1.98.0 are under AGPL 3 🤮 to comply with licensing changes by Element.