From 1879c010816a77c5d4ecd9cb1a1e0911333254f0 Mon Sep 17 00:00:00 2001 From: cody conder Date: Fri, 7 Nov 2025 22:52:15 -0600 Subject: [PATCH] ensuring Fingerprint is field to set --- apps/kopia/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/kopia/config.json b/apps/kopia/config.json index 753f0e6..7159463 100644 --- a/apps/kopia/config.json +++ b/apps/kopia/config.json @@ -28,7 +28,7 @@ "label":"Password", "required":true, "env_variable":"KOPIA_PASSWORD"}, - {"type":"random", + {"type":"text", "label":"FingerPrint", "max":64, "min":64,