Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotwee/docker-matrix-sydent
matrix-org/sydent docker image generator (multiarch!)
https://github.com/dotwee/docker-matrix-sydent
docker docker-image matrix matrix-sydent
Last synced: 1 day ago
JSON representation
matrix-org/sydent docker image generator (multiarch!)
- Host: GitHub
- URL: https://github.com/dotwee/docker-matrix-sydent
- Owner: dotWee
- Created: 2021-09-03T18:15:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T01:03:39.000Z (4 months ago)
- Last Synced: 2024-07-20T04:06:03.241Z (4 months ago)
- Topics: docker, docker-image, matrix, matrix-sydent
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [`dotwee/matrix-sydent`](https://github.com/dotWee/docker-matrix-sydent)
![github status](https://img.shields.io/github/actions/workflow/status/dotWee/docker-matrix-sydent/cron.yml?branch=master&logo=GitHub)
![github activity](https://img.shields.io/github/last-commit/dotwee/docker-matrix-sydent?logo=github)
![github open issues](https://badgen.net/github/open-issues/dotwee/docker-matrix-sydent?icon=github)
![docker pulls](https://badgen.net/docker/pulls/dotwee/matrix-sydent?icon=docker&label=pulls)this repo is on charge of checking everyday if there is a new [Sydent](https://github.com/matrix-org/sydent/) version and create the proper docker image and push it to the [docker hub](https://hub.docker.com/r/dotwee/matrix-sydent) and [github packages](https://github.com/users/dotWee/packages/container/package/matrix-sydent) as need it.
currently supported & tested arch builds are `linux/amd64` & `linux/arm64`.
## pull
### from [docker hub](https://hub.docker.com/r/dotwee/matrix-sydent)
```bash
$ docker pull dotwee/matrix-sydent:latest
```### from [github packages](https://github.com/dotWee/docker-matrix-sydent/pkgs/container/matrix-sydent)
```bash
$ docker pull ghcr.io/dotwee/matrix-sydent:latest
```### available tags
- `linux/arm64`
- `linux/amd64`## run
see the [official docker sydent docs](https://github.com/matrix-org/sydent#docker).
## references
- official matrix.org [sydent project site](https://matrix.org/docs/projects/other/sydent)
- [matrix-org/sydent](https://github.com/matrix-org/sydent) git repository
- prebuild docker image hosted on [docker hub](https://hub.docker.com/r/dotwee/matrix-sydent) and [github packages](https://github.com/dotWee/docker-matrix-sydent/pkgs/container/matrix-sydent)