From 8f96625c26a21d8e437d79aff2d6e48fd7977211 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 8 May 2026 20:53:48 +0000 Subject: [PATCH 1/2] Initial plan From bb2603bea0ff07794a4f52b579f7ca8f49b6ff38 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 8 May 2026 20:55:29 +0000 Subject: [PATCH 2/2] Add nix-bitcoin and Bisq data paths to security reset wipe list Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/8f922dd0-a5b0-42c6-af40-4bbd78a29ffa Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com> --- app/sovran_systemsos_web/server.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/sovran_systemsos_web/server.py b/app/sovran_systemsos_web/server.py index 7f7f482..1a686a6 100644 --- a/app/sovran_systemsos_web/server.py +++ b/app/sovran_systemsos_web/server.py @@ -3795,6 +3795,9 @@ async def api_security_reset(): "/home/free/.ssh", "/var/lib/lnd", "/var/lib/vaultwarden", + "/etc/nix-bitcoin-secrets", + "/home/free/.local/share/Bisq", + "/home/free/.bisq", ] errors: list[str] = []