1
0
Fork 0
OCI image for Synapse, a Matrix server implementation and Mjolnir module
Go to file
Tommy 49386b6efa
Update license year
Signed-off-by: Tommy <contact@tommytran.io>
2024-03-22 01:02:07 -07:00
.github/workflows Add workflow_dispatch for scan 2023-08-16 06:29:45 -07:00
rootfs add files 2021-06-02 19:07:35 +02:00
Dockerfile Update license year 2024-03-22 01:02:07 -07:00
LICENSE Switch to Apache License 2023-03-17 08:24:45 -04:00
README.md Add Mjolnir module and update workflow 2023-01-17 19:37:56 -05:00

README.md

tommytran732/synapse

Build, scan & push

Synapse is a Matrix implementation written in Python.

Notes

  • Prebuilt images are available at ghcr.io/tommytran732/synapse and quay.io/tommytran732/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 with Trivy. I recommend that you use these images.
  • Images from quay.io are built on every push event and scanned for vulnerabilities with Clair.

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.
  • Mjolnir module support.