1
0
mirror of https://github.com/tommytran732/Synapse-Docker synced 2024-09-16 11:34:42 -04:00
OCI image for Synapse, a Matrix server implementation and Mjolnir module
Go to file
dependabot[bot] d6ee2e8e80
Bump anchore/scan-action from 3 to 4 (#10)
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3 to 4.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anchore/scan-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-10 19:06:41 -07:00
.github Bump anchore/scan-action from 3 to 4 (#10) 2024-07-10 19:06:41 -07:00
Dockerfile Synapse v1.110.0 2024-07-04 12:25:42 -07:00
LICENSE Update to v1.107.0 and use the cancerous AGPL 3 license - Thank you Element! 2024-05-28 01:27:21 -07:00
README.md Update workflow and remove Quay 2024-06-12 03:23:19 -07:00

tommytran732/synapse

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.