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 <backupbot_name>` and it applies to every setup, not only the REST server.

This reverts commit 72688dc42c31b0df14a60a56cdd1bc9aa69e91fc.
This commit is contained in:
Moritz 2024-08-20 10:51:13 +02:00
parent e09e1b476c
commit 0d15765673

View File

@ -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 <backuobot_name> 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.