Added extra secret step to REST server instructions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
KawaiiPunk 2024-08-19 17:08:41 +01:00
parent 10e460ff2d
commit 72688dc42c
No known key found for this signature in database
GPG Key ID: 8664A690E094B219

View File

@ -99,6 +99,10 @@ abra app secret insert <backupbot_name> 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 <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.