From 72688dc42c31b0df14a60a56cdd1bc9aa69e91fc Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Mon, 19 Aug 2024 17:08:41 +0100 Subject: [PATCH] Added extra secret step to REST server instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f6bd8ca..b92caa6 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,10 @@ abra app secret insert restic_repo v1 "rest:https://user:pass@h ``` 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.