mirror of
https://github.com/tommytran732/Matrix.to-Docker
synced 2024-11-21 09:31:33 -05:00
Docker image for Matrix.to
d492501b70
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> |
||
---|---|---|
.github | ||
Dockerfile | ||
element.patch | ||
LICENSE | ||
README.md |
tommytran732/matrix.to
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.