1
0
mirror of https://github.com/tommytran732/Matrix.to-Docker synced 2024-09-07 18:23:30 -04:00
Docker image for Matrix.to
Go to file
dependabot[bot] 0b66a3df42
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 09:52:59 +00:00
.github Bump docker/build-push-action from 5 to 6 2024-06-17 09:52:59 +00:00
Dockerfile Ignore yarn.lock 2024-06-12 02:37:55 -07:00
element.patch Patch default Element instance 2023-03-16 21:56:26 -04:00
LICENSE Initial commit 2023-03-16 18:49:02 -04:00
README.md Update README.md 2024-06-16 02:48:53 -07:00

tommytran732/matrix.to

Build, scan & push

Matrix.to is a simple url redirection service for the Matrix.org ecosystem which lets users share links to matrix entities without being tied to a specific app. Stylistically it serves as a landing page for rooms and communities.

This is my own Docker image building from the official repository.

Notes

  • Prebuilt images are available at ghcr.io/tommytran732/matrix.to.
  • Don't trust random images: build yourself if you can.
  • Default Element instance is changed from Element.io to ArcticFoxes.net
  • The Dockerfile builds from the main branch, as releases do not come out frequently.
  • yarn.lock is ignored, as upstream does not bump dependencies properly.

Features & usage

  • Unprivileged image: default UID/GID is 992.
  • Based on the latest Alpine container 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.