From 0d1576567396d02ec27206fe0e52d466488f1f42 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 20 Aug 2024 10:51:13 +0200 Subject: [PATCH] Revert "Added extra secret step to REST server instructions" This step is already included in the deployment process by the command `abra app secret generate -a ` and it applies to every setup, not only the REST server. This reverts commit 72688dc42c31b0df14a60a56cdd1bc9aa69e91fc. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 4355349..7035a9b 100644 --- a/README.md +++ b/README.md @@ -99,10 +99,6 @@ Add your REST server url as secret: ``` The secret will overwrite the `RESTIC_REPOSITORY` variable. -Add the restic_password as a secret (take from the REST server url): -``` -abra app secret insert restic_password v1 "pass" -``` See [restic REST docs](https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#rest-server) for more information.