mirror of
https://github.com/idanoo/GoMatrixCloner
synced 2025-11-06 04:08:08 +00:00
No description
| src | ||
| build.sh | ||
| deploy.yml | ||
| Dockerfile | ||
| README.md | ||
| run.sh | ||
gomatrixcloner
- Invite bot to both channels. Success
mkdir data
docker run -it \
-v data:/data \
-e "MATRIX_HOST=https://matrix.example" \
-e "MATRIX_USERNAME=username" \
-e "MATRIX_PASSWORD=password" \
-e "MATRIX_SOURCE_ROOM=!example:example.com" \
-e "MATRIX_DESTINATION_ROOM=!example2:example.com" \
idanoo/gomatrixcloner:latest