Tommy 1fb936463d
Synapse v1.112.0rc1
Signed-off-by: Tommy <contact@tommytran.io>
2024-07-24 20:03:13 -07:00
2024-07-19 22:04:45 -07:00
2024-07-24 20:03:13 -07:00
2024-07-21 16:44:12 -07:00

tommytran732/synapse

DEPRECATION NOTICE

This repository has been deprecated and will stop receiving updates by the end of September 2024.

All development efforts have been moved to Blue OCI's repository. Please switch your systems to using ghcr.io/blue-oci/synapse as the container image.


Build, scan & push

Synapse is a Matrix implementation written in Python.

Notes

  • Prebuilt images are available at ghcr.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.

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 the latest Alpine containers which provide more recent packages while having less attack surface.
  • Daily rebuilds keeping the image up-to-date.
  • Comes with the hardened memory allocator built from the latest tag, protecting against some heap-based buffer overflows.
  • Mjolnir module support.

Licensing

  • v1.98.0 and prior are under the Apache License. 😇
  • Versions after v1.98.0 are under AGPL 3 🤮 to comply with licensing changes by Element.
Description
My OCI image for Synapse, a Matrix server implementation and Mjolnir module.
Readme 327 KiB
Languages
Dockerfile 100%