https://github.com/kizzycode/sendmatrix-docker
A container for the `sendmatrix-server` from [`sendmatrix`](https://github.com/KizzyCode/SendMatrix-rust)
https://github.com/kizzycode/sendmatrix-docker
Last synced: 5 months ago
JSON representation
A container for the `sendmatrix-server` from [`sendmatrix`](https://github.com/KizzyCode/SendMatrix-rust)
- Host: GitHub
- URL: https://github.com/kizzycode/sendmatrix-docker
- Owner: KizzyCode
- Created: 2023-11-05T23:54:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-07T02:05:22.000Z (over 1 year ago)
- Last Synced: 2024-01-07T03:22:13.927Z (over 1 year ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kizzycode/SendMatrix
A container for the `sendmatrix-server` from [`sendmatrix`](https://github.com/KizzyCode/SendMatrix-rust).
## First setup
To initialize `matrix-commander-rs`, start the init-service using `docker compose up sendmatrix-server-init`. Then
enter the container via perform the login procedure as per `docker compose exec -it sendmatrix-server-init sh`. This
gives you a shell so that you can setup `matrix-commander-rs` as per https://github.com/8go/matrix-commander-rs#usage.(Usually someone would use `matrix-commander-rs --login password --verify emoji`, but you should read the documentation
nonetheless)(Note: If you mount the persistent directories accordingly, you should only need to do this once)