From 863c95414429f29d1959a15b3cd68ed66ace46a9 Mon Sep 17 00:00:00 2001 From: Gautam Aggarwal Date: Sun, 30 Mar 2025 15:57:42 +0000 Subject: [PATCH] added schema.yaml --- borgmatic/config/schema.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 757820acd..33f0580c1 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -2683,6 +2683,16 @@ properties: description: | Command to use instead of "keepassxc-cli". example: /usr/local/bin/keepassxc-cli + key_file: + type: string + description: | + Path to a key file for unlocking the KeePassXC database. + example: /path/to/keyfile + yubikey: + type: boolean + description: | + Whether to use a YubiKey for unlocking the KeePassXC database. + example: true description: | Configuration for integration with the KeePassXC password manager. default_actions: