Update README.md
This commit is contained in:
parent
3904c76478
commit
1837e81c3d
1 changed files with 5 additions and 3 deletions
|
@ -124,13 +124,15 @@ After all above steps, you can run the homeserver with `docker-compose up -d`. Y
|
|||
|
||||
Now you need to create an admin user with `docker exec -it synapse register_new_matrix_user http://localhost:8008 -c /data/homeserver.yaml` and follow the instructions. You should now have an admin user on the homeserver and you can login with it on the client using the homeserver `matrix.4rs.nl`. Enjoy your homeserver!
|
||||
|
||||
## Backup
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> You need [`just`](https://just.systems/) to backup the homeserver. You can install it with `cargo install just`.
|
||||
> You need [`just`](https://just.systems/) to backup and restore your homeserver. You can install it with `cargo install just`.
|
||||
|
||||
## Backup
|
||||
You can backup the homeserver with `just backup <backup-name>`. And it's will stored as encrypted AES256 7z file.
|
||||
|
||||
## Restore
|
||||
To restore the homeserver, you can use `just restore <backup-name>`. Make sure to run it in the root of the repository.
|
||||
|
||||
## Any questions?
|
||||
If you have any questions, you can contact with me at `@awiteb:4rs.nl` and I will try to help you. Have fun with your homeserver!
|
||||
|
|
Loading…
Reference in a new issue