mirror of https://github.com/fiatjaf/nak.git
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:
parent
d32654447a
commit
2d2e657778
|
@ -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
|
~> 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
|
then later just
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Reference in New Issue