GoMatrixCloner/README.md
2024-04-02 09:31:57 +13:00

15 lines
366 B
Markdown

# gomatrixcloner
- Invite bot to both channels. Success
```shell
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
```