From 8e0bf4420551dec5766584aff50f85ea365a1d41 Mon Sep 17 00:00:00 2001 From: Anthony Accioly <1591739+aaccioly@users.noreply.github.com> Date: Fri, 4 Jul 2025 00:55:02 +0100 Subject: [PATCH] docs(readme): caution note on plaintext credential storage - Add a warning about credentials being stored in plain text when using `--persist`. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 84a9748..e8ce64f 100644 --- a/README.md +++ b/README.md @@ -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