Init commit

This commit is contained in:
Daniel Mason 2024-04-02 09:31:57 +13:00
commit 71cb1f997e
Signed by: idanoo
GPG key ID: 387387CDBC02F132
9 changed files with 467 additions and 0 deletions

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# 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
```