From 90b088914425305d399e017978ae9f17d1d60ced Mon Sep 17 00:00:00 2001 From: Pierce Thompson <52843537+Insprill@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:48:47 -0400 Subject: [PATCH] README: Fix openssl rand command (#17) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e552d0..fd19923 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ up to you to manage. like your own personal homepage. - `DISCORD_*` should be configured with your Discord application. The redirect URI is `https:///v1/oauth/callback`. - `PEPPER_*` should be unique values. These provide extra anonymity and make it more difficult to get user - info. It [is recommended](https://stackoverflow.com/a/9622855) you use at least 32 bytes of randomness, e.g. through `openssl rand 32 -hex`. + info. It [is recommended](https://stackoverflow.com/a/9622855) you use at least 32 bytes of randomness, e.g. through `openssl rand -hex 32`. - `SIZE_LIMIT` is up to you, but should usually be left as default. This is for the settings sync and how much data a user can store. 4. Create a `docker-compose.override.yml` that maps your ports, like so: