From 43b3139b4a318ecc27a33fead946fe990f19a89e Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 20 Oct 2024 19:53:17 +0600 Subject: [PATCH] docs/protect-an-instance: skip second step of api keys config if remote --- docs/protect-an-instance.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/protect-an-instance.md b/docs/protect-an-instance.md index e0ba7f3b..2cfcd808 100644 --- a/docs/protect-an-instance.md +++ b/docs/protect-an-instance.md @@ -105,7 +105,8 @@ if you want to use your instance outside of web interface, you'll need an api ke > [!NOTE] > this tutorial assumes that you'll keep your keys file locally, on the instance server. > if you wish to upload your file to a remote location, -> replace the value for `API_KEYS_URL` with a direct url to the file. +> replace the value for `API_KEYS_URL` with a direct url to the file +> and skip the second step. > [!WARNING] > when storing keys file remotely, make sure that it's not publicly accessible