From dc62f080c881bf6fd5f18693c1dd76913fac2ca9 Mon Sep 17 00:00:00 2001 From: awiteb Date: Wed, 24 Apr 2024 00:29:23 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2edc56..544d66f 100644 --- a/README.md +++ b/README.md @@ -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 `. And it's will stored as encrypted AES256 7z file.