Update README.md

This commit is contained in:
awiteb 2024-04-24 00:29:23 +02:00
parent 66ab861d63
commit dc62f080c8

View file

@ -121,7 +121,8 @@ After replacing all `4rs.nl` with your domain, you need to generate a secret for
### Signing key
> **Note:** You need `signedjson` dependency to generate a signing key. You can install it with `pip3 install signedjson`.
> **Note**
> You need `signedjson` dependency to generate a signing key. You can install it with `pip3 install signedjson`.
Change the content of the `4rs.nl.signing.key` file with a generated key. You can generate a key with `generate_signing_key` script in root of the repository. Run `python3 generate_signing_key` and replace the content of the `4rs.nl.signing.key` file with the generated key.
@ -133,7 +134,8 @@ Now you need to create an admin user with `docker exec -it synapse register_new_
## Backup
> **Note:** You need [`just`](https://just.systems/) to backup the homeserver. You can install it with `cargo install just`.
> **Note**
> You need [`just`](https://just.systems/) to backup the homeserver. You can install it with `cargo install just`.
You can backup the homeserver with `just backup <backup-name>`. And it's will stored as encrypted AES256 7z file.