mirror of
https://github.com/idanoo/GoMatrixCloner
synced 2025-07-01 13:42:19 +00:00
Init commit
This commit is contained in:
commit
71cb1f997e
9 changed files with 467 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue