docs(readme): caution note on plaintext credential storage

- Add a warning about credentials being stored in plain text when using
`--persist`.
This commit is contained in:
Anthony Accioly 2025-07-04 00:55:02 +01:00
parent cd49651f56
commit 8e0bf44205
No known key found for this signature in database
GPG Key ID: 1BADB4682C8DDB3C
1 changed files with 3 additions and 0 deletions

View File

@ -185,6 +185,9 @@ You can also display a QR code for the bunker URI by adding the `--qrcode` flag:
~> nak bunker --persist --sec ncryptsec1... relay.nsec.app nos.lol
```
> [!CAUTION]
> When you start a bunker with `--persist`, it will store credentials in plain text at `~/.config/nak/bunker`.
then later just
```shell