My OCI image for Synapse, a Matrix server implementation.
Find a file
Tommy e5271701b1
Synapse v1.108.0
Signed-off-by: Tommy <contact@tommytran.io>
2024-05-29 11:25:29 -07:00
.github/workflows Typo fix 2024-05-28 00:04:13 -07:00
rootfs Reach parity with TommyTran732/Synapse-Docker 2024-05-27 23:40:33 -07:00
Dockerfile Synapse v1.108.0 2024-05-29 11:25:29 -07:00
LICENSE Initial commit 2021-06-02 19:03:50 +02:00
README.md Add Badge 2022-09-06 14:13:05 -04:00

wonderfall/synapse

Build, scan & push

Synapse is a Matrix implementation written in Python.

Notes

  • Prebuilt images are available at ghcr.io/wonderfall/synapse.
  • Don't trust random images: build yourself if you can.
  • Always keep your software up-to-date: manage versions with build-time variables.
  • Images from ghcr.io are built every week, and scanned every day for critical vulnerabilities.

Features & usage

  • Drop-in replacement for the official image.
  • Unprivileged image: you should check your volumes permissions (eg /data), default UID/GID is 991.
  • Based on Alpine, which provides more recent packages while having less attack surface.
  • Comes with a hardened memory allocator, protecting against some heap-based buffer overflows.